Skip to content

Commit f14bf4c

Browse files
chore(release): publish v1.17.0 [ci skip]
1 parent 1f9beb0 commit f14bf4c

File tree

12 files changed

+61
-6
lines changed

12 files changed

+61
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** use correct height for expand button ([#4782](https://github.com/SAP/ui5-webcomponents-react/issues/4782)) ([168febf](https://github.com/SAP/ui5-webcomponents-react/commit/168febfc453c66758621b12c9c4c556eee76af7f))
11+
- **translations:** fix "default" translation in Portuguese ([#4812](https://github.com/SAP/ui5-webcomponents-react/issues/4812)) ([006eea2](https://github.com/SAP/ui5-webcomponents-react/commit/006eea2ed13a75dae78c3a55a6f83f3f48d718b3)), closes [#4789](https://github.com/SAP/ui5-webcomponents-react/issues/4789)
12+
- **TypeScript:** use UI5 Web Component types in custom components ([#4762](https://github.com/SAP/ui5-webcomponents-react/issues/4762)) ([522fe40](https://github.com/SAP/ui5-webcomponents-react/commit/522fe40391a3de3dbc1a6586cd4740403640e544))
13+
14+
### Features
15+
16+
- **Form:** allow custom components as children ([#4777](https://github.com/SAP/ui5-webcomponents-react/issues/4777)) ([4468314](https://github.com/SAP/ui5-webcomponents-react/commit/44683143ea7fccf28dd5656372143c47cc2b6fba)), closes [#4497](https://github.com/SAP/ui5-webcomponents-react/issues/4497) [#4597](https://github.com/SAP/ui5-webcomponents-react/issues/4597)
17+
- update `@ui5/webcomponents` to `~1.15.1` ([#4811](https://github.com/SAP/ui5-webcomponents-react/issues/4811)) ([bebb6bb](https://github.com/SAP/ui5-webcomponents-react/commit/bebb6bb87c4eb55b4598137329c0a2f12d03293e))
18+
- **VariantItem:** add `applyAutomaticallyText` prop ([#4779](https://github.com/SAP/ui5-webcomponents-react/issues/4779)) ([f12fc8d](https://github.com/SAP/ui5-webcomponents-react/commit/f12fc8de05da268f449ed5ed00183e114debf20a))
19+
620
## [1.16.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.2...v1.16.3) (2023-06-19)
721

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

packages/base/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** use correct height for expand button ([#4782](https://github.com/SAP/ui5-webcomponents-react/issues/4782)) ([168febf](https://github.com/SAP/ui5-webcomponents-react/commit/168febfc453c66758621b12c9c4c556eee76af7f))
11+
12+
### Features
13+
14+
- update `@ui5/webcomponents` to `~1.15.1` ([#4811](https://github.com/SAP/ui5-webcomponents-react/issues/4811)) ([bebb6bb](https://github.com/SAP/ui5-webcomponents-react/commit/bebb6bb87c4eb55b4598137329c0a2f12d03293e))
15+
616
## [1.16.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.2...v1.16.3) (2023-06-19)
717

818
**Note:** Version bump only for package @ui5/webcomponents-react-base

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

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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)
7+
8+
### Features
9+
10+
- update `@ui5/webcomponents` to `~1.15.1` ([#4811](https://github.com/SAP/ui5-webcomponents-react/issues/4811)) ([bebb6bb](https://github.com/SAP/ui5-webcomponents-react/commit/bebb6bb87c4eb55b4598137329c0a2f12d03293e))
11+
612
## [1.16.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.2...v1.16.3) (2023-06-19)
713

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

packages/cra-template-seed/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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)
7+
8+
### Features
9+
10+
- update `@ui5/webcomponents` to `~1.15.1` ([#4811](https://github.com/SAP/ui5-webcomponents-react/issues/4811)) ([bebb6bb](https://github.com/SAP/ui5-webcomponents-react/commit/bebb6bb87c4eb55b4598137329c0a2f12d03293e))
11+
612
# [1.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.16.0) (2023-06-05)
713

814
### Features

packages/cra-template-seed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/cra-template-webcomponents-react-seed",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/cra-template/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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)
7+
8+
### Features
9+
10+
- update `@ui5/webcomponents` to `~1.15.1` ([#4811](https://github.com/SAP/ui5-webcomponents-react/issues/4811)) ([bebb6bb](https://github.com/SAP/ui5-webcomponents-react/commit/bebb6bb87c4eb55b4598137329c0a2f12d03293e))
11+
612
# [1.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.16.0) (2023-06-05)
713

814
### Features

packages/cra-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/cra-template-webcomponents-react",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/main/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)
7+
8+
### Bug Fixes
9+
10+
- **translations:** fix "default" translation in Portuguese ([#4812](https://github.com/SAP/ui5-webcomponents-react/issues/4812)) ([006eea2](https://github.com/SAP/ui5-webcomponents-react/commit/006eea2ed13a75dae78c3a55a6f83f3f48d718b3)), closes [#4789](https://github.com/SAP/ui5-webcomponents-react/issues/4789)
11+
- **TypeScript:** use UI5 Web Component types in custom components ([#4762](https://github.com/SAP/ui5-webcomponents-react/issues/4762)) ([522fe40](https://github.com/SAP/ui5-webcomponents-react/commit/522fe40391a3de3dbc1a6586cd4740403640e544))
12+
13+
### Features
14+
15+
- **Form:** allow custom components as children ([#4777](https://github.com/SAP/ui5-webcomponents-react/issues/4777)) ([4468314](https://github.com/SAP/ui5-webcomponents-react/commit/44683143ea7fccf28dd5656372143c47cc2b6fba)), closes [#4497](https://github.com/SAP/ui5-webcomponents-react/issues/4497) [#4597](https://github.com/SAP/ui5-webcomponents-react/issues/4597)
16+
- update `@ui5/webcomponents` to `~1.15.1` ([#4811](https://github.com/SAP/ui5-webcomponents-react/issues/4811)) ([bebb6bb](https://github.com/SAP/ui5-webcomponents-react/commit/bebb6bb87c4eb55b4598137329c0a2f12d03293e))
17+
- **VariantItem:** add `applyAutomaticallyText` prop ([#4779](https://github.com/SAP/ui5-webcomponents-react/issues/4779)) ([f12fc8d](https://github.com/SAP/ui5-webcomponents-react/commit/f12fc8de05da268f449ed5ed00183e114debf20a))
18+
619
## [1.16.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.2...v1.16.3) (2023-06-19)
720

821
### 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.3",
3+
"version": "1.17.0",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)