Skip to content

Commit 47cb160

Browse files
chore(release): publish v1.16.3 [ci skip]
1 parent 0ae68be commit 47cb160

File tree

8 files changed

+29
-4
lines changed

8 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.16.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.2...v1.16.3) (2023-06-19)
7+
8+
### Bug Fixes
9+
10+
- add browser condition to package exports ([#4756](https://github.com/SAP/ui5-webcomponents-react/issues/4756)) ([5088784](https://github.com/SAP/ui5-webcomponents-react/commit/5088784417af4669bd52a0c959446730f6b91c99)), closes [#4676](https://github.com/SAP/ui5-webcomponents-react/issues/4676)
11+
- **deps:** update dependency recharts to v2.7.0 ([#4748](https://github.com/SAP/ui5-webcomponents-react/issues/4748)) ([a0bd47e](https://github.com/SAP/ui5-webcomponents-react/commit/a0bd47e2089cb6fd9e7af83b6fd0cc4f87e908f5))
12+
- **deps:** update dependency recharts to v2.7.1 ([#4754](https://github.com/SAP/ui5-webcomponents-react/issues/4754)) ([c8cfdb6](https://github.com/SAP/ui5-webcomponents-react/commit/c8cfdb67f3f420fa7ccfd760a014bfbb117fe7a5))
13+
614
## [1.16.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.1...v1.16.2) (2023-06-13)
715

816
### 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.16.2",
3+
"version": "1.16.3",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/base/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.16.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.2...v1.16.3) (2023-06-19)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-base
9+
610
## [1.16.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.1...v1.16.2) (2023-06-13)
711

812
### 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.16.2",
3+
"version": "1.16.3",
44
"description": "Base for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/charts/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.16.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.2...v1.16.3) (2023-06-19)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency recharts to v2.7.0 ([#4748](https://github.com/SAP/ui5-webcomponents-react/issues/4748)) ([a0bd47e](https://github.com/SAP/ui5-webcomponents-react/commit/a0bd47e2089cb6fd9e7af83b6fd0cc4f87e908f5))
11+
- **deps:** update dependency recharts to v2.7.1 ([#4754](https://github.com/SAP/ui5-webcomponents-react/issues/4754)) ([c8cfdb6](https://github.com/SAP/ui5-webcomponents-react/commit/c8cfdb67f3f420fa7ccfd760a014bfbb117fe7a5))
12+
613
# [1.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.16.0) (2023-06-05)
714

815
### 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.16.0",
3+
"version": "1.16.3",
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.16.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.2...v1.16.3) (2023-06-19)
7+
8+
### Bug Fixes
9+
10+
- add browser condition to package exports ([#4756](https://github.com/SAP/ui5-webcomponents-react/issues/4756)) ([5088784](https://github.com/SAP/ui5-webcomponents-react/commit/5088784417af4669bd52a0c959446730f6b91c99)), closes [#4676](https://github.com/SAP/ui5-webcomponents-react/issues/4676)
11+
612
## [1.16.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.1...v1.16.2) (2023-06-13)
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.16.2",
3+
"version": "1.16.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)