diff --git a/CHANGELOG.md b/CHANGELOG.md index fc83a9b339e..6b670e0b228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.29.10](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.9...v1.29.10) (2024-09-05) + +### Bug Fixes + +- **deps:** update ui5 web components to v1.24.9 (v1.29.x) (patch) ([#6283](https://github.com/SAP/ui5-webcomponents-react/issues/6283)) ([ff519fa](https://github.com/SAP/ui5-webcomponents-react/commit/ff519fa10cb1a90dd11021f4f3d3ed36de93c2c6)) +- scope internal style store per Web Components runtime ([#6319](https://github.com/SAP/ui5-webcomponents-react/issues/6319)) ([12d5cb6](https://github.com/SAP/ui5-webcomponents-react/commit/12d5cb6a93f4fa7afac0e7040b2c3042fa2c79b5)), closes [#6315](https://github.com/SAP/ui5-webcomponents-react/issues/6315) + ## [1.29.9](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.8...v1.29.9) (2024-08-28) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 4a31ba7880a..a750ea18998 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.29.9", + "version": "1.29.10", "npmClient": "yarn", "command": { "version": { diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index 4955636bc84..3d09c2dad05 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.29.10](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.9...v1.29.10) (2024-09-05) + +### Bug Fixes + +- scope internal style store per Web Components runtime ([#6319](https://github.com/SAP/ui5-webcomponents-react/issues/6319)) ([12d5cb6](https://github.com/SAP/ui5-webcomponents-react/commit/12d5cb6a93f4fa7afac0e7040b2c3042fa2c79b5)), closes [#6315](https://github.com/SAP/ui5-webcomponents-react/issues/6315) + ## [1.29.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.2...v1.29.3) (2024-06-28) ### Bug Fixes diff --git a/packages/base/package.json b/packages/base/package.json index 25a068fcef0..d55e78ec73d 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-base", - "version": "1.29.3", + "version": "1.29.10", "description": "Base for ui5-webcomponents-react", "type": "module", "main": "dist/index.js", diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 7abfaf75ad5..2f831cfb17c 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.29.10](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.9...v1.29.10) (2024-09-05) + +**Note:** Version bump only for package @ui5/webcomponents-react-charts + ## [1.29.5](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.4...v1.29.5) (2024-07-26) **Note:** Version bump only for package @ui5/webcomponents-react-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index 59547c8c28a..70d41b5124d 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-charts", - "version": "1.29.5", + "version": "1.29.10", "description": "Charts for ui5-webcomponents-react", "type": "module", "main": "dist/index.js", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 15b935f6af8..743464a9b15 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.29.10](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.9...v1.29.10) (2024-09-05) + +**Note:** Version bump only for package @ui5/webcomponents-react-cli + ## [1.28.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.1...v1.28.2) (2024-05-24) **Note:** Version bump only for package @ui5/webcomponents-react-cli diff --git a/packages/cli/package.json b/packages/cli/package.json index c51a8297173..e571e5b1481 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -3,7 +3,7 @@ "description": "CLI for UI5 Web Components for React", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0", - "version": "1.28.2", + "version": "1.29.10", "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/packages/cypress-commands/CHANGELOG.md b/packages/cypress-commands/CHANGELOG.md index 38dc373d9b3..3797b5c9826 100644 --- a/packages/cypress-commands/CHANGELOG.md +++ b/packages/cypress-commands/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.29.10](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.9...v1.29.10) (2024-09-05) + +**Note:** Version bump only for package @ui5/webcomponents-cypress-commands + ## [1.29.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.2...v1.29.3) (2024-06-28) ### Bug Fixes diff --git a/packages/cypress-commands/package.json b/packages/cypress-commands/package.json index 3a7bf3d4553..023dd518d35 100644 --- a/packages/cypress-commands/package.json +++ b/packages/cypress-commands/package.json @@ -3,7 +3,7 @@ "description": "Cypress Custom Commands and Queries for UI5 Web Components", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0", - "version": "1.29.3", + "version": "1.29.10", "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index fdafb4befe5..0f369dbaa8d 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.29.10](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.9...v1.29.10) (2024-09-05) + +**Note:** Version bump only for package @ui5/webcomponents-react + ## [1.29.9](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.8...v1.29.9) (2024-08-28) ### Bug Fixes diff --git a/packages/main/package.json b/packages/main/package.json index e74ff065abd..20ab7c03b30 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react", - "version": "1.29.9", + "version": "1.29.10", "description": "React Wrapper for UI5 Web Components and additional components", "type": "module", "main": "dist/index.js",