Skip to content

Commit

Permalink
chore(release): publish v1.18.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ui5-webcomponents-react-bot committed Aug 4, 2023
1 parent 9d3bcdb commit b98aa7f
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.3...v1.18.0) (2023-08-04)

### Bug Fixes

- **AnalyticalTable:** only sync scroll if parent is available ([#4906](https://github.com/SAP/ui5-webcomponents-react/issues/4906)) ([4ebd0b1](https://github.com/SAP/ui5-webcomponents-react/commit/4ebd0b1ba2a4865be487db57b5409c17b1f78d84))
- **charts:** fix description and behavior of `chartConfig.legendPosition` ([#4911](https://github.com/SAP/ui5-webcomponents-react/issues/4911)) ([a86fce6](https://github.com/SAP/ui5-webcomponents-react/commit/a86fce6dfae7cce57f45394c60a38ece19ca3bb9))
- **FormItem:** apply bottom margin of group on custom Label ([#4932](https://github.com/SAP/ui5-webcomponents-react/issues/4932)) ([251421d](https://github.com/SAP/ui5-webcomponents-react/commit/251421d09a37006d6fe0b7a1de6cf1ee91847e4c)), closes [#4921](https://github.com/SAP/ui5-webcomponents-react/issues/4921)
- **Form:** support conditional rendering of children ([#4942](https://github.com/SAP/ui5-webcomponents-react/issues/4942)) ([9d3bcdb](https://github.com/SAP/ui5-webcomponents-react/commit/9d3bcdb5965acb152fe83f6a0d884c301d68d7ba)), closes [#4923](https://github.com/SAP/ui5-webcomponents-react/issues/4923)
- **ObjectStatus:** apply latest available specs ([#4939](https://github.com/SAP/ui5-webcomponents-react/issues/4939)) ([03835db](https://github.com/SAP/ui5-webcomponents-react/commit/03835db128a77b682c68559fffeb50e1b496afc3)), closes [#4934](https://github.com/SAP/ui5-webcomponents-react/issues/4934)
- omit html attributes from web components if value is `false` ([#4941](https://github.com/SAP/ui5-webcomponents-react/issues/4941)) ([f5361c0](https://github.com/SAP/ui5-webcomponents-react/commit/f5361c0660e7e040c7212980a8980a6fc1b54e0a)), closes [#4937](https://github.com/SAP/ui5-webcomponents-react/issues/4937)
- **useStylesheet:** add 'use client' directive ([#4919](https://github.com/SAP/ui5-webcomponents-react/issues/4919)) ([1f2ee04](https://github.com/SAP/ui5-webcomponents-react/commit/1f2ee0459217ff83754930df0f60aa2b3d2dda35))

### Features

- update `@ui5/webcomponents` to `~1.16.0` ([#4933](https://github.com/SAP/ui5-webcomponents-react/issues/4933)) ([4f42717](https://github.com/SAP/ui5-webcomponents-react/commit/4f427171453eefb0b43b0862f677a0c18ac3900a))

## [1.17.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.2...v1.17.3) (2023-07-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.17.3",
"version": "1.18.0",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
10 changes: 10 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.3...v1.18.0) (2023-08-04)

### Bug Fixes

- **useStylesheet:** add 'use client' directive ([#4919](https://github.com/SAP/ui5-webcomponents-react/issues/4919)) ([1f2ee04](https://github.com/SAP/ui5-webcomponents-react/commit/1f2ee0459217ff83754930df0f60aa2b3d2dda35))

### Features

- update `@ui5/webcomponents` to `~1.16.0` ([#4933](https://github.com/SAP/ui5-webcomponents-react/issues/4933)) ([4f42717](https://github.com/SAP/ui5-webcomponents-react/commit/4f427171453eefb0b43b0862f677a0c18ac3900a))

## [1.17.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.2...v1.17.3) (2023-07-19)

**Note:** Version bump only for package @ui5/webcomponents-react-base
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react-base",
"version": "1.17.3",
"version": "1.18.0",
"description": "Base for ui5-webcomponents-react",
"type": "module",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.3...v1.18.0) (2023-08-04)

### Bug Fixes

- **charts:** fix description and behavior of `chartConfig.legendPosition` ([#4911](https://github.com/SAP/ui5-webcomponents-react/issues/4911)) ([a86fce6](https://github.com/SAP/ui5-webcomponents-react/commit/a86fce6dfae7cce57f45394c60a38ece19ca3bb9))

### Features

- update `@ui5/webcomponents` to `~1.16.0` ([#4933](https://github.com/SAP/ui5-webcomponents-react/issues/4933)) ([4f42717](https://github.com/SAP/ui5-webcomponents-react/commit/4f427171453eefb0b43b0862f677a0c18ac3900a))

## [1.17.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.2...v1.17.3) (2023-07-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react-charts",
"version": "1.17.3",
"version": "1.18.0",
"description": "Charts for ui5-webcomponents-react",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/cra-template-seed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.3...v1.18.0) (2023-08-04)

### Features

- update `@ui5/webcomponents` to `~1.16.0` ([#4933](https://github.com/SAP/ui5-webcomponents-react/issues/4933)) ([4f42717](https://github.com/SAP/ui5-webcomponents-react/commit/4f427171453eefb0b43b0862f677a0c18ac3900a))

# [1.17.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-seed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/cra-template-webcomponents-react-seed",
"version": "1.17.0",
"version": "1.18.0",
"keywords": [
"react",
"create-react-app",
Expand Down
6 changes: 6 additions & 0 deletions packages/cra-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.3...v1.18.0) (2023-08-04)

### Features

- update `@ui5/webcomponents` to `~1.16.0` ([#4933](https://github.com/SAP/ui5-webcomponents-react/issues/4933)) ([4f42717](https://github.com/SAP/ui5-webcomponents-react/commit/4f427171453eefb0b43b0862f677a0c18ac3900a))

# [1.17.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/cra-template-webcomponents-react",
"version": "1.17.0",
"version": "1.18.0",
"keywords": [
"react",
"create-react-app",
Expand Down
14 changes: 14 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.3...v1.18.0) (2023-08-04)

### Bug Fixes

- **AnalyticalTable:** only sync scroll if parent is available ([#4906](https://github.com/SAP/ui5-webcomponents-react/issues/4906)) ([4ebd0b1](https://github.com/SAP/ui5-webcomponents-react/commit/4ebd0b1ba2a4865be487db57b5409c17b1f78d84))
- **FormItem:** apply bottom margin of group on custom Label ([#4932](https://github.com/SAP/ui5-webcomponents-react/issues/4932)) ([251421d](https://github.com/SAP/ui5-webcomponents-react/commit/251421d09a37006d6fe0b7a1de6cf1ee91847e4c)), closes [#4921](https://github.com/SAP/ui5-webcomponents-react/issues/4921)
- **Form:** support conditional rendering of children ([#4942](https://github.com/SAP/ui5-webcomponents-react/issues/4942)) ([9d3bcdb](https://github.com/SAP/ui5-webcomponents-react/commit/9d3bcdb5965acb152fe83f6a0d884c301d68d7ba)), closes [#4923](https://github.com/SAP/ui5-webcomponents-react/issues/4923)
- **ObjectStatus:** apply latest available specs ([#4939](https://github.com/SAP/ui5-webcomponents-react/issues/4939)) ([03835db](https://github.com/SAP/ui5-webcomponents-react/commit/03835db128a77b682c68559fffeb50e1b496afc3)), closes [#4934](https://github.com/SAP/ui5-webcomponents-react/issues/4934)
- omit html attributes from web components if value is `false` ([#4941](https://github.com/SAP/ui5-webcomponents-react/issues/4941)) ([f5361c0](https://github.com/SAP/ui5-webcomponents-react/commit/f5361c0660e7e040c7212980a8980a6fc1b54e0a)), closes [#4937](https://github.com/SAP/ui5-webcomponents-react/issues/4937)

### Features

- update `@ui5/webcomponents` to `~1.16.0` ([#4933](https://github.com/SAP/ui5-webcomponents-react/issues/4933)) ([4f42717](https://github.com/SAP/ui5-webcomponents-react/commit/4f427171453eefb0b43b0862f677a0c18ac3900a))

## [1.17.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.2...v1.17.3) (2023-07-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react",
"version": "1.17.3",
"version": "1.18.0",
"description": "React Wrapper for UI5 Web Components and additional components",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit b98aa7f

Please sign in to comment.