Skip to content

Commit b3595c5

Browse files
committed
chore: Update package version to 1.6.13-beta-4 and enhance deprecation notice for InfoColourBar
1 parent ba052d8 commit b3595c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6.13-beta-4",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/InfoColorBar/InfoColourbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { Tooltip } from '@Common/Tooltip'
2020
import './infoColourBar.scss'
2121

2222
/**
23-
* @deprecated
23+
* @deprecated Use InfoBlock instead
2424
*/
2525
const InfoColourBar = ({
2626
message,

0 commit comments

Comments
 (0)