Skip to content

Commit 7dd5eea

Browse files
chore(release): publish v1.17.1 [ci skip]
1 parent 401bf48 commit 7dd5eea

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.17.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.0...v1.17.1) (2023-07-04)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency recharts to v2.7.2 ([#4776](https://github.com/SAP/ui5-webcomponents-react/issues/4776)) ([050c3b4](https://github.com/SAP/ui5-webcomponents-react/commit/050c3b4adb6b321178eac8489b9d9e83ecd540a1))
11+
- **Form & FormGroup:** add `use client` directive ([#4822](https://github.com/SAP/ui5-webcomponents-react/issues/4822)) ([5bf98b3](https://github.com/SAP/ui5-webcomponents-react/commit/5bf98b3114ad7ec34334a59bd593595e3e315443))
12+
613
# [1.17.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)
714

815
### 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.17.0",
3+
"version": "1.17.1",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

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.17.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.0...v1.17.1) (2023-07-04)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency recharts to v2.7.2 ([#4776](https://github.com/SAP/ui5-webcomponents-react/issues/4776)) ([050c3b4](https://github.com/SAP/ui5-webcomponents-react/commit/050c3b4adb6b321178eac8489b9d9e83ecd540a1))
11+
612
# [1.17.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)
713

814
### Features

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.17.0",
3+
"version": "1.17.1",
44
"description": "Charts 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.17.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.0...v1.17.1) (2023-07-04)
7+
8+
### Bug Fixes
9+
10+
- **Form & FormGroup:** add `use client` directive ([#4822](https://github.com/SAP/ui5-webcomponents-react/issues/4822)) ([5bf98b3](https://github.com/SAP/ui5-webcomponents-react/commit/5bf98b3114ad7ec34334a59bd593595e3e315443))
11+
612
# [1.17.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)
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.17.0",
3+
"version": "1.17.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)