diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e475b9db0..7dada610220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.3.1...v2.3.2) (2024-10-23) + +### Bug Fixes + +- **compat:** update `@ui5/webcomponents-react` peer-dep ([#6541](https://github.com/SAP/ui5-webcomponents-react/issues/6541)) ([f6db6f7](https://github.com/SAP/ui5-webcomponents-react/commit/f6db6f7aa626da78a481d926396f8aeb7fed7729)), closes [#6540](https://github.com/SAP/ui5-webcomponents-react/issues/6540) +- **ObjectPage:** support section selection in iframe ([#6535](https://github.com/SAP/ui5-webcomponents-react/issues/6535)) ([ca82fcb](https://github.com/SAP/ui5-webcomponents-react/commit/ca82fcb69c1b753202d490f35405ca88d6dce36c)) +- **Toolbar - compat:** announce number of items in overflow popover ([#6545](https://github.com/SAP/ui5-webcomponents-react/issues/6545)) ([60411d6](https://github.com/SAP/ui5-webcomponents-react/commit/60411d65ddc97d28fb444b320f6c26651a1aa467)), closes [#5926](https://github.com/SAP/ui5-webcomponents-react/issues/5926) + ## [2.3.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.3.0...v2.3.1) (2024-10-17) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ef82525a3a8..58fbd6923a7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "2.3.1", + "version": "2.3.2", "npmClient": "yarn", "command": { "version": { diff --git a/packages/compat/CHANGELOG.md b/packages/compat/CHANGELOG.md index 3fbbba38e2b..59e439cd098 100644 --- a/packages/compat/CHANGELOG.md +++ b/packages/compat/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. +## [2.3.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.3.1...v2.3.2) (2024-10-23) + +### Bug Fixes + +- **compat:** update `@ui5/webcomponents-react` peer-dep ([#6541](https://github.com/SAP/ui5-webcomponents-react/issues/6541)) ([f6db6f7](https://github.com/SAP/ui5-webcomponents-react/commit/f6db6f7aa626da78a481d926396f8aeb7fed7729)), closes [#6540](https://github.com/SAP/ui5-webcomponents-react/issues/6540) +- **Toolbar - compat:** announce number of items in overflow popover ([#6545](https://github.com/SAP/ui5-webcomponents-react/issues/6545)) ([60411d6](https://github.com/SAP/ui5-webcomponents-react/commit/60411d65ddc97d28fb444b320f6c26651a1aa467)), closes [#5926](https://github.com/SAP/ui5-webcomponents-react/issues/5926) + # [2.3.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.2.0...v2.3.0) (2024-10-17) **Note:** Version bump only for package @ui5/webcomponents-react-compat diff --git a/packages/compat/package.json b/packages/compat/package.json index 29ad3eb4bb5..4793e93d336 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-compat", - "version": "2.3.0", + "version": "2.3.2", "description": "React Wrapper for UI5 Web Components Compat package", "type": "module", "main": "dist/index.js", diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 442d838e15f..a603468cd78 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/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. +## [2.3.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.3.1...v2.3.2) (2024-10-23) + +### Bug Fixes + +- **ObjectPage:** support section selection in iframe ([#6535](https://github.com/SAP/ui5-webcomponents-react/issues/6535)) ([ca82fcb](https://github.com/SAP/ui5-webcomponents-react/commit/ca82fcb69c1b753202d490f35405ca88d6dce36c)) + ## [2.3.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.3.0...v2.3.1) (2024-10-17) ### Bug Fixes diff --git a/packages/main/package.json b/packages/main/package.json index d660c2df83f..c13727d20c3 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react", - "version": "2.3.1", + "version": "2.3.2", "description": "React Wrapper for UI5 Web Components and additional components", "type": "module", "main": "dist/index.js",