@ui5/webcomponents-react-base
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [2.1.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.0.2...v2.1.0) (2024-09-05) | ||
### Features | ||
- update to UI5 Web Components ~2.2.0 ([#6312](https://github.com/SAP/ui5-webcomponents-react/issues/6312)) ([5be0319](https://github.com/SAP/ui5-webcomponents-react/commit/5be03197ff27d61921ce06c013e028a71bc704f3)) | ||
## [2.0.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.0.1...v2.0.2) (2024-08-28) | ||
@@ -8,0 +14,0 @@ |
const VersionInfo = { | ||
version: '2.0.2', | ||
version: '2.1.0', | ||
major: 2, | ||
minor: 0, | ||
patch: 2, | ||
minor: 1, | ||
patch: 0, | ||
suffix: '', | ||
isNext: false, | ||
buildTime: 1724834999 | ||
buildTime: 1725526479 | ||
}; | ||
export default VersionInfo; |
{ | ||
"name": "@ui5/webcomponents-react-base", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Base for ui5-webcomponents-react", | ||
@@ -34,3 +34,3 @@ "type": "module", | ||
"@types/react": "*", | ||
"@ui5/webcomponents-base": "~2.1.2", | ||
"@ui5/webcomponents-base": "~2.2.0", | ||
"react": "^18 || ^19" | ||
@@ -64,3 +64,3 @@ }, | ||
}, | ||
"gitHead": "aecee5f61da27cd8b11873f47dc5ed2d6fc832bb" | ||
"gitHead": "f7a004acc7bf1a853da91134e8d21d450610cbe4" | ||
} |
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
184334