Skip to content

Commit bf2c8ec

Browse files
chore(release): publish v2.20.0 [ci skip]
1 parent e9fd5d9 commit bf2c8ec

File tree

16 files changed

+67
-8
lines changed

16 files changed

+67
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.20.0](https://github.com/UI5/webcomponents-react/compare/v2.19.0...v2.20.0) (2026-03-06)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency @tanstack/react-virtual to v3.13.19 ([#8248](https://github.com/UI5/webcomponents-react/issues/8248)) ([928efb7](https://github.com/UI5/webcomponents-react/commit/928efb74469e6bc0f6bb138630b4921ceb071a7a))
11+
- **deps:** update dependency dedent to v1.7.2 ([#8271](https://github.com/UI5/webcomponents-react/issues/8271)) ([3e8441e](https://github.com/UI5/webcomponents-react/commit/3e8441e1844e3e8ab840add1f189cb665b37f757))
12+
13+
### Features
14+
15+
- **AnalyticalTable:** add `allVisibleRowsSelected` to `onRowSelect` & improve select behavior ([#8224](https://github.com/UI5/webcomponents-react/issues/8224)) ([88f50fa](https://github.com/UI5/webcomponents-react/commit/88f50fac94eddb40910241df145d13df4fde122e))
16+
- update to UI5 Web Components 2.20.0 ([#8285](https://github.com/UI5/webcomponents-react/issues/8285)) ([e9fd5d9](https://github.com/UI5/webcomponents-react/commit/e9fd5d96f5ccacbea28d69005136b275ab62891f)), closes [#8196](https://github.com/UI5/webcomponents-react/issues/8196)
17+
618
# [2.19.0](https://github.com/UI5/webcomponents-react/compare/v2.18.1...v2.19.0) (2026-02-06)
719

820
### 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.19.0",
3+
"version": "2.20.0",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/ai/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.20.0](https://github.com/UI5/webcomponents-react/compare/v2.19.0...v2.20.0) (2026-03-06)
7+
8+
### Features
9+
10+
- update to UI5 Web Components 2.20.0 ([#8285](https://github.com/UI5/webcomponents-react/issues/8285)) ([e9fd5d9](https://github.com/UI5/webcomponents-react/commit/e9fd5d96f5ccacbea28d69005136b275ab62891f)), closes [#8196](https://github.com/UI5/webcomponents-react/issues/8196)
11+
612
# [2.19.0](https://github.com/UI5/webcomponents-react/compare/v2.18.1...v2.19.0) (2026-02-06)
713

814
### Features

packages/ai/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-ai-react",
3-
"version": "2.19.0",
3+
"version": "2.20.0",
44
"description": "React wrapper for `@ui5/webcomponents-ai` web components.",
55
"type": "module",
66
"main": "dist/index.js",

packages/base/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.20.0](https://github.com/UI5/webcomponents-react/compare/v2.19.0...v2.20.0) (2026-03-06)
7+
8+
### Features
9+
10+
- update to UI5 Web Components 2.20.0 ([#8285](https://github.com/UI5/webcomponents-react/issues/8285)) ([e9fd5d9](https://github.com/UI5/webcomponents-react/commit/e9fd5d96f5ccacbea28d69005136b275ab62891f)), closes [#8196](https://github.com/UI5/webcomponents-react/issues/8196)
11+
612
# [2.19.0](https://github.com/UI5/webcomponents-react/compare/v2.18.1...v2.19.0) (2026-02-06)
713

814
### Features

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

packages/charts/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.20.0](https://github.com/UI5/webcomponents-react/compare/v2.19.0...v2.20.0) (2026-03-06)
7+
8+
### Features
9+
10+
- update to UI5 Web Components 2.20.0 ([#8285](https://github.com/UI5/webcomponents-react/issues/8285)) ([e9fd5d9](https://github.com/UI5/webcomponents-react/commit/e9fd5d96f5ccacbea28d69005136b275ab62891f)), closes [#8196](https://github.com/UI5/webcomponents-react/issues/8196)
11+
612
# [2.19.0](https://github.com/UI5/webcomponents-react/compare/v2.18.1...v2.19.0) (2026-02-06)
713

814
### Bug Fixes

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

packages/cli/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.20.0](https://github.com/UI5/webcomponents-react/compare/v2.19.0...v2.20.0) (2026-03-06)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency dedent to v1.7.2 ([#8271](https://github.com/UI5/webcomponents-react/issues/8271)) ([3e8441e](https://github.com/UI5/webcomponents-react/commit/3e8441e1844e3e8ab840add1f189cb665b37f757))
11+
612
# [2.19.0](https://github.com/UI5/webcomponents-react/compare/v2.18.1...v2.19.0) (2026-02-06)
713

814
### Features

packages/cli/package.json

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

0 commit comments

Comments
 (0)