Skip to content

Commit d82d5bd

Browse files
chore(release): publish v2.21.2 [ci skip]
1 parent 3124bf5 commit d82d5bd

File tree

19 files changed

+47
-11
lines changed

19 files changed

+47
-11
lines changed

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.21.2](https://github.com/UI5/webcomponents-react/compare/v2.21.1...v2.21.2) (2026-04-08)
7+
8+
**Note:** Version bump only for package ui5-webcomponents-react
9+
610
## [2.21.1](https://github.com/UI5/webcomponents-react/compare/v2.21.0...v2.21.1) (2026-04-08)
711

812
### 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.21.1",
3+
"version": "2.21.2",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/ai/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.21.2](https://github.com/UI5/webcomponents-react/compare/v2.21.1...v2.21.2) (2026-04-08)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-ai-react
9+
610
## [2.21.1](https://github.com/UI5/webcomponents-react/compare/v2.21.0...v2.21.1) (2026-04-08)
711

812
**Note:** Version bump only for package @ui5/webcomponents-ai-react

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

packages/base/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.21.2](https://github.com/UI5/webcomponents-react/compare/v2.21.1...v2.21.2) (2026-04-08)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-base
9+
610
## [2.21.1](https://github.com/UI5/webcomponents-react/compare/v2.21.0...v2.21.1) (2026-04-08)
711

812
**Note:** Version bump only for package @ui5/webcomponents-react-base

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

packages/charts/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.21.2](https://github.com/UI5/webcomponents-react/compare/v2.21.1...v2.21.2) (2026-04-08)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-charts
9+
610
## [2.21.1](https://github.com/UI5/webcomponents-react/compare/v2.21.0...v2.21.1) (2026-04-08)
711

812
**Note:** Version bump only for package @ui5/webcomponents-react-charts

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

packages/cli/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.21.2](https://github.com/UI5/webcomponents-react/compare/v2.21.1...v2.21.2) (2026-04-08)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-cli
9+
610
## [2.21.1](https://github.com/UI5/webcomponents-react/compare/v2.21.0...v2.21.1) (2026-04-08)
711

812
**Note:** Version bump only for package @ui5/webcomponents-react-cli

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.21.1",
6+
"version": "2.21.2",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

0 commit comments

Comments
 (0)