Skip to content

Commit 99f6c83

Browse files
chore(release): publish v0.13.0 [ci skip]
1 parent 905dbca commit 99f6c83

File tree

12 files changed

+157
-7
lines changed

12 files changed

+157
-7
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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+
# [0.13.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.4...v0.13.0) (2021-01-07)
7+
8+
9+
### chore
10+
11+
* delete deprecated components for v0.13.0 ([#1106](https://github.com/SAP/ui5-webcomponents-react/issues/1106)) ([01814d1](https://github.com/SAP/ui5-webcomponents-react/commit/01814d1e680249653548a4edefecd65dab302981))
12+
13+
14+
### Features
15+
16+
* update @ui5/webcomponents to 1.0.0-rc.11 ([#1108](https://github.com/SAP/ui5-webcomponents-react/issues/1108)) ([905dbca](https://github.com/SAP/ui5-webcomponents-react/commit/905dbca96911c1eefdcab212790c2961eda70d5f))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* `NotificationOverflowAction` got renamed to `NotificationAction`
22+
* **BarDesign**: removed BarDesign `Auto`
23+
* **Bar**: prop `contentLeft` is now `startContent`
24+
* **Bar**: prop `contentMiddle` is now `middleContent`
25+
* **Bar**: prop `contentRight` is now `endContent`
26+
* removed deprecated `Spinner` component
27+
* removed deprecated `Tokenizer` component
28+
* **Toolbar**: removed deprecated `onToolbarClick` in favour of `onClick`
29+
* **Device**: removed deprecated, class-based API. Please use the [individual util functions](https://sap.github.io/ui5-webcomponents-react/?path=/docs/migration-guide--page#device-api) instead.
30+
* **Device**: removed the optional `oListener` parameter from all device attach/detach functions (mostly used internally)
31+
32+
33+
34+
35+
636
## [0.12.4](https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.3...v0.12.4) (2020-12-17)
737

838

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.12.4",
5+
"version": "0.13.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/base/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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+
# [0.13.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.4...v0.13.0) (2021-01-07)
7+
8+
9+
### chore
10+
11+
* delete deprecated components for v0.13.0 ([#1106](https://github.com/SAP/ui5-webcomponents-react/issues/1106)) ([01814d1](https://github.com/SAP/ui5-webcomponents-react/commit/01814d1e680249653548a4edefecd65dab302981))
12+
13+
14+
### Features
15+
16+
* update @ui5/webcomponents to 1.0.0-rc.11 ([#1108](https://github.com/SAP/ui5-webcomponents-react/issues/1108)) ([905dbca](https://github.com/SAP/ui5-webcomponents-react/commit/905dbca96911c1eefdcab212790c2961eda70d5f))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* `NotificationOverflowAction` got renamed to `NotificationAction`
22+
* **BarDesign**: removed BarDesign `Auto`
23+
* **Bar**: prop `contentLeft` is now `startContent`
24+
* **Bar**: prop `contentMiddle` is now `middleContent`
25+
* **Bar**: prop `contentRight` is now `endContent`
26+
* removed deprecated `Spinner` component
27+
* removed deprecated `Tokenizer` component
28+
* **Toolbar**: removed deprecated `onToolbarClick` in favour of `onClick`
29+
* **Device**: removed deprecated, class-based API. Please use the [individual util functions](https://sap.github.io/ui5-webcomponents-react/?path=/docs/migration-guide--page#device-api) instead.
30+
* **Device**: removed the optional `oListener` parameter from all device attach/detach functions (mostly used internally)
31+
32+
33+
34+
35+
636
## [0.12.3](https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.2...v0.12.3) (2020-12-17)
737

838

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": "0.12.3",
3+
"version": "0.13.0",
44
"description": "Base for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",

packages/charts/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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+
# [0.13.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.4...v0.13.0) (2021-01-07)
7+
8+
9+
### Features
10+
11+
* update @ui5/webcomponents to 1.0.0-rc.11 ([#1108](https://github.com/SAP/ui5-webcomponents-react/issues/1108)) ([905dbca](https://github.com/SAP/ui5-webcomponents-react/commit/905dbca96911c1eefdcab212790c2961eda70d5f))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* `NotificationOverflowAction` got renamed to `NotificationAction`
17+
* **BarDesign**: removed BarDesign `Auto`
18+
* **Bar**: prop `contentLeft` is now `startContent`
19+
* **Bar**: prop `contentMiddle` is now `middleContent`
20+
* **Bar**: prop `contentRight` is now `endContent`
21+
22+
23+
24+
25+
626
## [0.12.4](https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.3...v0.12.4) (2020-12-17)
727

828

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": "0.12.4",
3+
"version": "0.13.0",
44
"description": "Charts for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",

packages/cra-template-seed/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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+
# [0.13.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.4...v0.13.0) (2021-01-07)
7+
8+
9+
### Features
10+
11+
* update @ui5/webcomponents to 1.0.0-rc.11 ([#1108](https://github.com/SAP/ui5-webcomponents-react/issues/1108)) ([905dbca](https://github.com/SAP/ui5-webcomponents-react/commit/905dbca96911c1eefdcab212790c2961eda70d5f))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* `NotificationOverflowAction` got renamed to `NotificationAction`
17+
* **BarDesign**: removed BarDesign `Auto`
18+
* **Bar**: prop `contentLeft` is now `startContent`
19+
* **Bar**: prop `contentMiddle` is now `middleContent`
20+
* **Bar**: prop `contentRight` is now `endContent`
21+
22+
23+
24+
25+
626
## [0.12.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.0...v0.12.1) (2020-11-24)
727

828

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

packages/cra-template/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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+
# [0.13.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.4...v0.13.0) (2021-01-07)
7+
8+
9+
### Features
10+
11+
* update @ui5/webcomponents to 1.0.0-rc.11 ([#1108](https://github.com/SAP/ui5-webcomponents-react/issues/1108)) ([905dbca](https://github.com/SAP/ui5-webcomponents-react/commit/905dbca96911c1eefdcab212790c2961eda70d5f))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* `NotificationOverflowAction` got renamed to `NotificationAction`
17+
* **BarDesign**: removed BarDesign `Auto`
18+
* **Bar**: prop `contentLeft` is now `startContent`
19+
* **Bar**: prop `contentMiddle` is now `middleContent`
20+
* **Bar**: prop `contentRight` is now `endContent`
21+
22+
23+
24+
25+
626
# [0.12.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.11.4...v0.12.0) (2020-11-16)
727

828

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

0 commit comments

Comments
 (0)