Skip to content

Commit 891ae2b

Browse files
chore(release): publish v2.2.0 [ci skip]
1 parent a3f20ad commit 891ae2b

File tree

12 files changed

+60
-6
lines changed

12 files changed

+60
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
# [2.2.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.1.1...v2.2.0) (2024-10-04)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** announce select-all cell for screen readers ([#6408](https://github.com/SAP/ui5-webcomponents-react/issues/6408)) ([82687e7](https://github.com/SAP/ui5-webcomponents-react/commit/82687e7642d477ca56d78f8343365ba8c365981a)), closes [#6209](https://github.com/SAP/ui5-webcomponents-react/issues/6209)
11+
- **AnalyticalTable:** offer limited support for `infiniteScroll` combined with a grouped table ([#6431](https://github.com/SAP/ui5-webcomponents-react/issues/6431)) ([ed48142](https://github.com/SAP/ui5-webcomponents-react/commit/ed481425ac8b130a7aeef171b30dce9e23e85b2c))
12+
- **BarChart & BulletChart:** adjust y-axis label distribution ([#6406](https://github.com/SAP/ui5-webcomponents-react/issues/6406)) ([a7f3284](https://github.com/SAP/ui5-webcomponents-react/commit/a7f3284685fad96677a22ef4739f4ff6abbc71a2))
13+
- remove CSS `[@layer](https://github.com/layer)` rule from static CSS bundle ([#6430](https://github.com/SAP/ui5-webcomponents-react/issues/6430)) ([b2942f8](https://github.com/SAP/ui5-webcomponents-react/commit/b2942f8a6ebd70c36ba1b8b44c6bd37aec6861c3))
14+
15+
### Features
16+
17+
- **charts:** add 12th chart color ([#6444](https://github.com/SAP/ui5-webcomponents-react/issues/6444)) ([1d9f558](https://github.com/SAP/ui5-webcomponents-react/commit/1d9f558f2f9563f4038fad3bd937f2798a7f8771))
18+
- **ThemingParameters:** update `ThemingParameters` to use latest CSS vars ([#6443](https://github.com/SAP/ui5-webcomponents-react/issues/6443)) ([744d72a](https://github.com/SAP/ui5-webcomponents-react/commit/744d72a5d5772f776f33d2e6483c2a7059d3216c))
19+
- update @ui5/webcomponents to ~2.3.0 ([#6440](https://github.com/SAP/ui5-webcomponents-react/issues/6440)) ([7e8e805](https://github.com/SAP/ui5-webcomponents-react/commit/7e8e8055a16680048282cbee4493bfcc12c60b58)), closes [#6340](https://github.com/SAP/ui5-webcomponents-react/issues/6340)
20+
621
## [2.1.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.1.0...v2.1.1) (2024-09-24)
722

823
### 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": "2.1.1",
3+
"version": "2.2.0",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/base/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+
# [2.2.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.1.1...v2.2.0) (2024-10-04)
7+
8+
### Features
9+
10+
- **ThemingParameters:** update `ThemingParameters` to use latest CSS vars ([#6443](https://github.com/SAP/ui5-webcomponents-react/issues/6443)) ([744d72a](https://github.com/SAP/ui5-webcomponents-react/commit/744d72a5d5772f776f33d2e6483c2a7059d3216c))
11+
- update @ui5/webcomponents to ~2.3.0 ([#6440](https://github.com/SAP/ui5-webcomponents-react/issues/6440)) ([7e8e805](https://github.com/SAP/ui5-webcomponents-react/commit/7e8e8055a16680048282cbee4493bfcc12c60b58)), closes [#6340](https://github.com/SAP/ui5-webcomponents-react/issues/6340)
12+
613
## [2.1.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.1.0...v2.1.1) (2024-09-24)
714

815
### Bug Fixes

packages/base/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-base",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Base for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/charts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [2.2.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.1.1...v2.2.0) (2024-10-04)
7+
8+
### Bug Fixes
9+
10+
- **BarChart & BulletChart:** adjust y-axis label distribution ([#6406](https://github.com/SAP/ui5-webcomponents-react/issues/6406)) ([a7f3284](https://github.com/SAP/ui5-webcomponents-react/commit/a7f3284685fad96677a22ef4739f4ff6abbc71a2))
11+
12+
### Features
13+
14+
- **charts:** add 12th chart color ([#6444](https://github.com/SAP/ui5-webcomponents-react/issues/6444)) ([1d9f558](https://github.com/SAP/ui5-webcomponents-react/commit/1d9f558f2f9563f4038fad3bd937f2798a7f8771))
15+
- update @ui5/webcomponents to ~2.3.0 ([#6440](https://github.com/SAP/ui5-webcomponents-react/issues/6440)) ([7e8e805](https://github.com/SAP/ui5-webcomponents-react/commit/7e8e8055a16680048282cbee4493bfcc12c60b58)), closes [#6340](https://github.com/SAP/ui5-webcomponents-react/issues/6340)
16+
617
# [2.1.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.0.2...v2.1.0) (2024-09-05)
718

819
### Features

packages/charts/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-charts",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Charts for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/compat/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [2.2.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.1.1...v2.2.0) (2024-10-04)
7+
8+
### Features
9+
10+
- update @ui5/webcomponents to ~2.3.0 ([#6440](https://github.com/SAP/ui5-webcomponents-react/issues/6440)) ([7e8e805](https://github.com/SAP/ui5-webcomponents-react/commit/7e8e8055a16680048282cbee4493bfcc12c60b58)), closes [#6340](https://github.com/SAP/ui5-webcomponents-react/issues/6340)
11+
612
## [2.1.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.1.0...v2.1.1) (2024-09-24)
713

814
### Bug Fixes

packages/compat/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-compat",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "React Wrapper for UI5 Web Components Compat package",
55
"type": "module",
66
"main": "dist/index.js",

packages/cypress-commands/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [2.2.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.1.1...v2.2.0) (2024-10-04)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-cypress-commands
9+
610
# [2.0.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.0.0-rc.3...v2.0.0) (2024-08-23)
711

812
**Note:** Version bump only for package @ui5/webcomponents-cypress-commands

packages/cypress-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cypress Custom Commands and Queries for UI5 Web Components",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
6-
"version": "2.0.0",
6+
"version": "2.2.0",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

packages/main/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [2.2.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.1.1...v2.2.0) (2024-10-04)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** announce select-all cell for screen readers ([#6408](https://github.com/SAP/ui5-webcomponents-react/issues/6408)) ([82687e7](https://github.com/SAP/ui5-webcomponents-react/commit/82687e7642d477ca56d78f8343365ba8c365981a)), closes [#6209](https://github.com/SAP/ui5-webcomponents-react/issues/6209)
11+
- **AnalyticalTable:** offer limited support for `infiniteScroll` combined with a grouped table ([#6431](https://github.com/SAP/ui5-webcomponents-react/issues/6431)) ([ed48142](https://github.com/SAP/ui5-webcomponents-react/commit/ed481425ac8b130a7aeef171b30dce9e23e85b2c))
12+
13+
### Features
14+
15+
- update @ui5/webcomponents to ~2.3.0 ([#6440](https://github.com/SAP/ui5-webcomponents-react/issues/6440)) ([7e8e805](https://github.com/SAP/ui5-webcomponents-react/commit/7e8e8055a16680048282cbee4493bfcc12c60b58)), closes [#6340](https://github.com/SAP/ui5-webcomponents-react/issues/6340)
16+
617
## [2.1.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.1.0...v2.1.1) (2024-09-24)
718

819
### 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": "2.1.1",
3+
"version": "2.2.0",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)