Skip to content

Commit 41afd23

Browse files
chore(release): publish v1.25.1 [ci skip]
1 parent e3a02a6 commit 41afd23

File tree

10 files changed

+35
-5
lines changed

10 files changed

+35
-5
lines changed

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+
## [1.25.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.25.0...v1.25.1) (2024-02-07)
7+
8+
### Bug Fixes
9+
10+
- revert "fix: use `react-jsx` transform ([#5428](https://github.com/SAP/ui5-webcomponents-react/issues/5428))" ([#5475](https://github.com/SAP/ui5-webcomponents-react/issues/5475)) ([e3a02a6](https://github.com/SAP/ui5-webcomponents-react/commit/e3a02a6f9ad8b9353b5a9b7d038cfaa0704bdd3d))
11+
612
# [1.25.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.24.0...v1.25.0) (2024-02-07)
713

814
### 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.25.0",
3+
"version": "1.25.1",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

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+
## [1.25.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.25.0...v1.25.1) (2024-02-07)
7+
8+
### Bug Fixes
9+
10+
- revert "fix: use `react-jsx` transform ([#5428](https://github.com/SAP/ui5-webcomponents-react/issues/5428))" ([#5475](https://github.com/SAP/ui5-webcomponents-react/issues/5475)) ([e3a02a6](https://github.com/SAP/ui5-webcomponents-react/commit/e3a02a6f9ad8b9353b5a9b7d038cfaa0704bdd3d))
11+
612
# [1.25.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.24.0...v1.25.0) (2024-02-07)
713

814
### 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": "1.25.0",
3+
"version": "1.25.1",
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+
## [1.25.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.25.0...v1.25.1) (2024-02-07)
7+
8+
### Bug Fixes
9+
10+
- revert "fix: use `react-jsx` transform ([#5428](https://github.com/SAP/ui5-webcomponents-react/issues/5428))" ([#5475](https://github.com/SAP/ui5-webcomponents-react/issues/5475)) ([e3a02a6](https://github.com/SAP/ui5-webcomponents-react/commit/e3a02a6f9ad8b9353b5a9b7d038cfaa0704bdd3d))
11+
612
# [1.25.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.24.0...v1.25.0) (2024-02-07)
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": "1.25.0",
3+
"version": "1.25.1",
44
"description": "Charts for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/cypress-commands/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+
## [1.25.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.25.0...v1.25.1) (2024-02-07)
7+
8+
### Bug Fixes
9+
10+
- revert "fix: use `react-jsx` transform ([#5428](https://github.com/SAP/ui5-webcomponents-react/issues/5428))" ([#5475](https://github.com/SAP/ui5-webcomponents-react/issues/5475)) ([e3a02a6](https://github.com/SAP/ui5-webcomponents-react/commit/e3a02a6f9ad8b9353b5a9b7d038cfaa0704bdd3d))
11+
612
# [1.25.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.24.0...v1.25.0) (2024-02-07)
713

814
### Bug Fixes

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

packages/main/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+
## [1.25.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.25.0...v1.25.1) (2024-02-07)
7+
8+
### Bug Fixes
9+
10+
- revert "fix: use `react-jsx` transform ([#5428](https://github.com/SAP/ui5-webcomponents-react/issues/5428))" ([#5475](https://github.com/SAP/ui5-webcomponents-react/issues/5475)) ([e3a02a6](https://github.com/SAP/ui5-webcomponents-react/commit/e3a02a6f9ad8b9353b5a9b7d038cfaa0704bdd3d))
11+
612
# [1.25.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.24.0...v1.25.0) (2024-02-07)
713

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

0 commit comments

Comments
 (0)