Skip to content

Commit 9e7493c

Browse files
chore(release): publish v1.15.1 [ci skip]
1 parent 268fc4a commit 9e7493c

File tree

6 files changed

+22
-3
lines changed

6 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.0...v1.15.1) (2023-05-09)
7+
8+
### Bug Fixes
9+
10+
- **main - TypeScript:** only use separate type export ([#4590](https://github.com/SAP/ui5-webcomponents-react/issues/4590)) ([c9912c7](https://github.com/SAP/ui5-webcomponents-react/commit/c9912c782e5af935ef829d12d87a04a48ca72224))
11+
- **useSyncRef:** add `use client` directive ([#4591](https://github.com/SAP/ui5-webcomponents-react/issues/4591)) ([08f900f](https://github.com/SAP/ui5-webcomponents-react/commit/08f900f7c5583754fad205c22e30c94d0c9ded64))
12+
613
# [1.15.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.14.0...v1.15.0) (2023-05-05)
714

815
### 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.0",
4+
"version": "1.15.1",
55
"npmClient": "yarn",
66
"command": {
77
"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.15.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.0...v1.15.1) (2023-05-09)
7+
8+
### Bug Fixes
9+
10+
- **useSyncRef:** add `use client` directive ([#4591](https://github.com/SAP/ui5-webcomponents-react/issues/4591)) ([08f900f](https://github.com/SAP/ui5-webcomponents-react/commit/08f900f7c5583754fad205c22e30c94d0c9ded64))
11+
612
# [1.15.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.14.0...v1.15.0) (2023-05-05)
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": "1.15.0",
3+
"version": "1.15.1",
44
"description": "Base for ui5-webcomponents-react",
55
"type": "module",
66
"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.15.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.0...v1.15.1) (2023-05-09)
7+
8+
### Bug Fixes
9+
10+
- **main - TypeScript:** only use separate type export ([#4590](https://github.com/SAP/ui5-webcomponents-react/issues/4590)) ([c9912c7](https://github.com/SAP/ui5-webcomponents-react/commit/c9912c782e5af935ef829d12d87a04a48ca72224))
11+
612
# [1.15.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.14.0...v1.15.0) (2023-05-05)
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.0",
3+
"version": "1.15.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)