Skip to content

Commit a684284

Browse files
authored
Merge pull request #581 from devtron-labs/chore/main-to-dev-sync-rc-29
chore: sync develop with main
2 parents a5b5162 + a4ecd26 commit a684284

40 files changed

+571
-9
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.6.13",
3+
"version": "1.7.0",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Assets/Icon/ic-environment.svg

Lines changed: 16 additions & 0 deletions
Loading

src/Assets/Icon/ic-github.svg

Lines changed: 16 additions & 0 deletions
Loading

src/Assets/Icon/ic-help-filled.svg

Lines changed: 16 additions & 0 deletions
Loading

src/Assets/Icon/ic-match-case.svg

Lines changed: 16 additions & 0 deletions
Loading

src/Assets/Icon/ic-match-word.svg

Lines changed: 16 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading

src/Assets/Icon/ic-replace-text.svg

Lines changed: 16 additions & 0 deletions
Loading

src/Common/ClipboardButton/index.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
/*
2+
* Copyright (c) 2024. Devtron Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
export * from './ClipboardButton'

0 commit comments

Comments
 (0)