Skip to content

Commit 39fbc3c

Browse files
authored
Merge pull request #578 from devtron-labs/chore/rc-29-bump
chore: bump version to 1.7.0
2 parents c63ea6f + aa81c10 commit 39fbc3c

37 files changed

+563
-3
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.14",
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)