Skip to content

Commit 8f0bf25

Browse files
chore(release): publish v1.22.2 [ci skip]
1 parent 96b0de4 commit 8f0bf25

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.22.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.22.1...v1.22.2) (2023-11-13)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** revert deprecation of `scaleXFactor` ([#5239](https://github.com/SAP/ui5-webcomponents-react/issues/5239)) ([6710b18](https://github.com/SAP/ui5-webcomponents-react/commit/6710b1896693c57257b62ad0ee02b7bde92f1d80))
11+
- **withWebcomponent:** correctly propagate/set `key` for `slot` components ([#5230](https://github.com/SAP/ui5-webcomponents-react/issues/5230)) ([96b0de4](https://github.com/SAP/ui5-webcomponents-react/commit/96b0de41d85d1e4b6c78ddd3513b4ed930fb53d3))
12+
613
## [1.22.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.22.0...v1.22.1) (2023-11-07)
714

815
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.22.1",
3+
"version": "1.22.2",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/main/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.22.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.22.1...v1.22.2) (2023-11-13)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** revert deprecation of `scaleXFactor` ([#5239](https://github.com/SAP/ui5-webcomponents-react/issues/5239)) ([6710b18](https://github.com/SAP/ui5-webcomponents-react/commit/6710b1896693c57257b62ad0ee02b7bde92f1d80))
11+
- **withWebcomponent:** correctly propagate/set `key` for `slot` components ([#5230](https://github.com/SAP/ui5-webcomponents-react/issues/5230)) ([96b0de4](https://github.com/SAP/ui5-webcomponents-react/commit/96b0de41d85d1e4b6c78ddd3513b4ed930fb53d3))
12+
613
## [1.22.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.22.0...v1.22.1) (2023-11-07)
714

815
### Bug Fixes

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react",
3-
"version": "1.22.1",
3+
"version": "1.22.2",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)