Skip to content

Commit 59f3249

Browse files
chore(release): publish v1.15.3 [ci skip]
1 parent 87578d9 commit 59f3249

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
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.15.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.2...v1.15.3) (2023-05-31)
7+
8+
### Bug Fixes
9+
10+
- **ssr:** switch back to classic jsx runtime ([#4666](https://github.com/SAP/ui5-webcomponents-react/issues/4666)) ([1de3ae3](https://github.com/SAP/ui5-webcomponents-react/commit/1de3ae362fd66a102f6d0631726ce6db594fbb37))
11+
612
## [1.15.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.15.2) (2023-05-26)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "1.15.2",
4+
"version": "1.15.3",
55
"npmClient": "yarn",
66
"command": {
77
"version": {

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.15.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.2...v1.15.3) (2023-05-31)
7+
8+
### Bug Fixes
9+
10+
- **ssr:** switch back to classic jsx runtime ([#4666](https://github.com/SAP/ui5-webcomponents-react/issues/4666)) ([1de3ae3](https://github.com/SAP/ui5-webcomponents-react/commit/1de3ae362fd66a102f6d0631726ce6db594fbb37))
11+
612
## [1.15.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.15.2) (2023-05-26)
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.15.2",
3+
"version": "1.15.3",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)