Skip to content

Commit f47e21a

Browse files
committed
chore: update version to 1.9.8-beta-8 and modify DevtronLicenseInfo type
1 parent 6ecf7f5 commit f47e21a

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

src/Shared/Components/DevtronLicenseCard/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export type DevtronLicenseCardProps = {
2424
}
2525
)
2626

27-
export type DevtronLicenseInfo = DevtronLicenseCardProps &
27+
export type DevtronLicenseInfo = Omit<DevtronLicenseCardProps, 'appTheme'> &
2828
Pick<DevtronLicenseDTO, 'fingerprint' | 'showLicenseData' | 'licenseStatusError'>
2929

3030
export interface InstallFingerprintInfoProps extends Pick<DevtronLicenseBaseDTO, 'fingerprint'> {

0 commit comments

Comments
 (0)