Skip to content

Commit bfbeea9

Browse files
chore(release): publish v1.15.0 [ci skip]
1 parent 3d0cbf6 commit bfbeea9

File tree

12 files changed

+59
-6
lines changed

12 files changed

+59
-6
lines changed

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.15.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.14.0...v1.15.0) (2023-05-05)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** allow closing column popover by selection with SPACE key ([#4565](https://github.com/SAP/ui5-webcomponents-react/issues/4565)) ([bc5c5ed](https://github.com/SAP/ui5-webcomponents-react/commit/bc5c5edc86fa1188f7d8f2fbb8c75599c960666d)), closes [#4545](https://github.com/SAP/ui5-webcomponents-react/issues/4545)
11+
- **AnalyticalTable:** center align indicator icons of columns ([#4572](https://github.com/SAP/ui5-webcomponents-react/issues/4572)) ([10eda2c](https://github.com/SAP/ui5-webcomponents-react/commit/10eda2c611370c124d4cb9e770d01545409805b0))
12+
- **charts:** mark charts package as `type: module` ([#4160](https://github.com/SAP/ui5-webcomponents-react/issues/4160)) ([add9c88](https://github.com/SAP/ui5-webcomponents-react/commit/add9c8889856878ca9b4c1dcda258520a6688c17))
13+
- **main:** mark main package as `type: module` ([#4552](https://github.com/SAP/ui5-webcomponents-react/issues/4552)) ([976064b](https://github.com/SAP/ui5-webcomponents-react/commit/976064b57caa8a8abf7f4b22725dfb522f81f58e))
14+
15+
### Features
16+
17+
- update to @ui5/webcomponents ~1.13.0 ([#4567](https://github.com/SAP/ui5-webcomponents-react/issues/4567)) ([3d0cbf6](https://github.com/SAP/ui5-webcomponents-react/commit/3d0cbf6deceb985225c048c160af9d1ce92849d1))
18+
619
# [1.14.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.13.1...v1.14.0) (2023-05-03)
720

821
### 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.14.0",
4+
"version": "1.15.0",
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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.14.0...v1.15.0) (2023-05-05)
7+
8+
### Features
9+
10+
- update to @ui5/webcomponents ~1.13.0 ([#4567](https://github.com/SAP/ui5-webcomponents-react/issues/4567)) ([3d0cbf6](https://github.com/SAP/ui5-webcomponents-react/commit/3d0cbf6deceb985225c048c160af9d1ce92849d1))
11+
612
# [1.14.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.13.1...v1.14.0) (2023-05-03)
713

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

packages/charts/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.15.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.14.0...v1.15.0) (2023-05-05)
7+
8+
### Bug Fixes
9+
10+
- **charts:** mark charts package as `type: module` ([#4160](https://github.com/SAP/ui5-webcomponents-react/issues/4160)) ([add9c88](https://github.com/SAP/ui5-webcomponents-react/commit/add9c8889856878ca9b4c1dcda258520a6688c17))
11+
12+
### Features
13+
14+
- update to @ui5/webcomponents ~1.13.0 ([#4567](https://github.com/SAP/ui5-webcomponents-react/issues/4567)) ([3d0cbf6](https://github.com/SAP/ui5-webcomponents-react/commit/3d0cbf6deceb985225c048c160af9d1ce92849d1))
15+
616
# [1.12.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.11.3...v1.12.0) (2023-03-22)
717

818
### 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.12.0",
3+
"version": "1.15.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.15.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.14.0...v1.15.0) (2023-05-05)
7+
8+
### Features
9+
10+
- update to @ui5/webcomponents ~1.13.0 ([#4567](https://github.com/SAP/ui5-webcomponents-react/issues/4567)) ([3d0cbf6](https://github.com/SAP/ui5-webcomponents-react/commit/3d0cbf6deceb985225c048c160af9d1ce92849d1))
11+
612
## [1.13.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.13.0...v1.13.1) (2023-04-14)
713

814
### Bug Fixes

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.13.1",
3+
"version": "1.15.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.15.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.14.0...v1.15.0) (2023-05-05)
7+
8+
### Features
9+
10+
- update to @ui5/webcomponents ~1.13.0 ([#4567](https://github.com/SAP/ui5-webcomponents-react/issues/4567)) ([3d0cbf6](https://github.com/SAP/ui5-webcomponents-react/commit/3d0cbf6deceb985225c048c160af9d1ce92849d1))
11+
612
## [1.13.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.13.0...v1.13.1) (2023-04-14)
713

814
### Bug Fixes

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.13.1",
3+
"version": "1.15.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/main/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.14.0...v1.15.0) (2023-05-05)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** allow closing column popover by selection with SPACE key ([#4565](https://github.com/SAP/ui5-webcomponents-react/issues/4565)) ([bc5c5ed](https://github.com/SAP/ui5-webcomponents-react/commit/bc5c5edc86fa1188f7d8f2fbb8c75599c960666d)), closes [#4545](https://github.com/SAP/ui5-webcomponents-react/issues/4545)
11+
- **AnalyticalTable:** center align indicator icons of columns ([#4572](https://github.com/SAP/ui5-webcomponents-react/issues/4572)) ([10eda2c](https://github.com/SAP/ui5-webcomponents-react/commit/10eda2c611370c124d4cb9e770d01545409805b0))
12+
- **main:** mark main package as `type: module` ([#4552](https://github.com/SAP/ui5-webcomponents-react/issues/4552)) ([976064b](https://github.com/SAP/ui5-webcomponents-react/commit/976064b57caa8a8abf7f4b22725dfb522f81f58e))
13+
14+
### Features
15+
16+
- update to @ui5/webcomponents ~1.13.0 ([#4567](https://github.com/SAP/ui5-webcomponents-react/issues/4567)) ([3d0cbf6](https://github.com/SAP/ui5-webcomponents-react/commit/3d0cbf6deceb985225c048c160af9d1ce92849d1))
17+
618
# [1.14.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.13.1...v1.14.0) (2023-05-03)
719

820
### 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.14.0",
3+
"version": "1.15.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)