@ui5/webcomponents-react-base
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.0.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.0.1...v2.0.2) (2024-08-28) | ||
### Bug Fixes | ||
- generate version info during build ([#6277](https://github.com/SAP/ui5-webcomponents-react/issues/6277)) ([c887d5c](https://github.com/SAP/ui5-webcomponents-react/commit/c887d5c1798b8b0ec339ad0af9d0aca352a03074)) | ||
## [2.0.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.0.0...v2.0.1) (2024-08-26) | ||
@@ -8,0 +14,0 @@ |
@@ -10,1 +10,2 @@ import * as Device from './Device/index.js'; | ||
export { I18nStore, StyleStore, ThemingParameters, Device, hooks }; | ||
export declare const version: string; |
import * as Device from './Device/index.js'; | ||
import VersionInfo from './generated/VersionInfo.js'; | ||
import * as hooks from './hooks/index.js'; | ||
@@ -10,1 +11,2 @@ import { I18nStore } from './stores/I18nStore.js'; | ||
export { I18nStore, StyleStore, ThemingParameters, Device, hooks }; | ||
export const version = VersionInfo.version; |
{ | ||
"name": "@ui5/webcomponents-react-base", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Base for ui5-webcomponents-react", | ||
@@ -29,3 +29,4 @@ "type": "module", | ||
"scripts": { | ||
"clean": "rimraf dist" | ||
"clean": "rimraf dist", | ||
"build:version-info": "node ../../scripts/generate-version-info.js" | ||
}, | ||
@@ -63,3 +64,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "b52a2feb6dfa9e10aad0314969610927b7a14457" | ||
"gitHead": "aecee5f61da27cd8b11873f47dc5ed2d6fc832bb" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
184007
47
3248