Skip to content

Commit 28790f7

Browse files
committed
chore: bump version to 1.21.0-beta-9 in package.json and package-lock.json; add LICENSE_KEY_QUERY_PARAM constant
1 parent adb0815 commit 28790f7

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

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.21.0-beta-8",
3+
"version": "1.21.0-beta-9",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/constants.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,3 +606,4 @@ export const CUBIC_BEZIER_CURVE: [number, number, number, number] = [0.33, 1, 0.
606606

607607
// Use this class on an element to allow clicking on it outside focus trap
608608
export const ALLOW_ACTION_OUTSIDE_FOCUS_TRAP = 'allow-action-outside-focus-trap'
609+
export const LICENSE_KEY_QUERY_PARAM = 'licenseKey'

0 commit comments

Comments
 (0)