Skip to content

Commit a80a227

Browse files
chore(release): publish v1.28.3 [ci skip]
1 parent 10fbc64 commit a80a227

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

CHANGELOG.md

+6
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.28.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.2...v1.28.3) (2024-05-24)
7+
8+
### Bug Fixes
9+
10+
- **useStylesheet:** support server side rendering ([#5849](https://github.com/SAP/ui5-webcomponents-react/issues/5849)) ([10fbc64](https://github.com/SAP/ui5-webcomponents-react/commit/10fbc645ecde3aed4c098f4515edbe5d297a0799))
11+
612
## [1.28.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.1...v1.28.2) (2024-05-24)
713

814
### Bug Fixes

lerna.json

+1-1
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.28.2",
3+
"version": "1.28.3",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/base/CHANGELOG.md

+6
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.28.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.2...v1.28.3) (2024-05-24)
7+
8+
### Bug Fixes
9+
10+
- **useStylesheet:** support server side rendering ([#5849](https://github.com/SAP/ui5-webcomponents-react/issues/5849)) ([10fbc64](https://github.com/SAP/ui5-webcomponents-react/commit/10fbc645ecde3aed4c098f4515edbe5d297a0799))
11+
612
## [1.28.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.1...v1.28.2) (2024-05-24)
713

814
### Bug Fixes

packages/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-base",
3-
"version": "1.28.2",
3+
"version": "1.28.3",
44
"description": "Base for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/main/CHANGELOG.md

+4
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+
## [1.28.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.2...v1.28.3) (2024-05-24)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react
9+
610
## [1.28.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.1...v1.28.2) (2024-05-24)
711

812
### Bug Fixes

packages/main/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react",
3-
"version": "1.28.2",
3+
"version": "1.28.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)