Skip to content

Commit a7ea5f8

Browse files
committed
chore: bump version to 1.21.0-beta-12 in package.json and package-lock.json; add activateLicense export in License component
1 parent 0cec9ee commit a7ea5f8

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

src/Shared/Components/License/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
export { default as ActivateLicenseDialog } from './ActivateLicenseDialog'
1818
export { default as DevtronLicenseCard } from './DevtronLicenseCard'
1919
export { ICDevtronWithBorder, default as InstallationFingerprintInfo } from './License.components'
20+
export { activateLicense } from './services'
2021
export * from './types'
2122
export { parseDevtronLicenseData, parseDevtronLicenseDTOIntoLicenseCardData } from './utils'

0 commit comments

Comments
 (0)