Skip to content

Commit cf53d38

Browse files
author
ui5-webcomponents-react-bot
committed
chore(release): publish v0.3.2-rc.2 [ci skip]
1 parent 4f30127 commit cf53d38

File tree

12 files changed

+82
-10
lines changed

12 files changed

+82
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.3.2-rc.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.3.2-rc.1...v0.3.2-rc.2) (2019-06-17)
7+
8+
9+
### Features
10+
11+
* **AnalyticalTable:** Initial Implementation ([#32](https://github.com/SAP/ui5-webcomponents-react/issues/32)) ([4f30127](https://github.com/SAP/ui5-webcomponents-react/commit/4f30127))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **AnalyticalTable:** Deleted `ResponsivePopover`, please use the `Popover` Component
17+
18+
19+
20+
21+
622
## [0.3.2-rc.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.3.2-rc.0...v0.3.2-rc.1) (2019-06-14)
723

824
**Note:** Version bump only for package @ui5-webcomponents-react/suite

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.3.2-rc.1",
5+
"version": "0.3.2-rc.2",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/charts/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+
## [0.3.2-rc.2](https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/charts/compare/v0.3.2-rc.1...v0.3.2-rc.2) (2019-06-17)
7+
8+
**Note:** Version bump only for package @ui5-webcomponents-react/charts
9+
10+
11+
12+
13+
614
## [0.3.2-rc.1](https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/charts/compare/v0.3.2-rc.0...v0.3.2-rc.1) (2019-06-14)
715

816
**Note:** Version bump only for package @ui5-webcomponents-react/charts

packages/charts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-webcomponents-react/charts",
3-
"version": "0.3.2-rc.1",
3+
"version": "0.3.2-rc.2",
44
"description": "Charts for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",
@@ -13,8 +13,8 @@
1313
"@types/chart.js": "^2.7.53"
1414
},
1515
"dependencies": {
16-
"@ui5-webcomponents-react/styles": "0.3.2-rc.1",
17-
"@ui5-webcomponents-react/utils": "0.3.2-rc.1",
16+
"@ui5-webcomponents-react/styles": "0.3.2-rc.2",
17+
"@ui5-webcomponents-react/utils": "0.3.2-rc.2",
1818
"chart.js": "^2.8.0",
1919
"chartjs-plugin-datalabels": "^0.6.0",
2020
"is-mergeable-object": "^1.1.0",

packages/cli/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+
## [0.3.2-rc.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.3.2-rc.1...v0.3.2-rc.2) (2019-06-17)
7+
8+
**Note:** Version bump only for package @ui5-webcomponents-react/cli
9+
10+
11+
12+
13+
614
## [0.3.2-rc.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.3.2-rc.0...v0.3.2-rc.1) (2019-06-14)
715

816
**Note:** Version bump only for package @ui5-webcomponents-react/cli

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui5-webcomponents-react/cli",
33
"private": true,
4-
"version": "0.3.2-rc.1",
4+
"version": "0.3.2-rc.2",
55
"description": "CLI for creating React Components",
66
"main": "src/index.js",
77
"author": "SAP SE (https://www.sap.com)",

packages/fiori3/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.3.2-rc.2](https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/fiori3/compare/v0.3.2-rc.1...v0.3.2-rc.2) (2019-06-17)
7+
8+
9+
### Features
10+
11+
* **AnalyticalTable:** Initial Implementation ([#32](https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/fiori3/issues/32)) ([4f30127](https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/fiori3/commit/4f30127))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **AnalyticalTable:** Deleted `ResponsivePopover`, please use the `Popover` Component
17+
18+
19+
20+
21+
622
## [0.3.2-rc.1](https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/fiori3/compare/v0.3.2-rc.0...v0.3.2-rc.1) (2019-06-14)
723

824
**Note:** Version bump only for package @ui5-webcomponents-react/fiori3

packages/fiori3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-webcomponents-react/fiori3",
3-
"version": "0.3.2-rc.1",
3+
"version": "0.3.2-rc.2",
44
"description": "Fiori 3 Components in React",
55
"repository": "https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/fiori3",
66
"main": "index.cjs.js",
@@ -16,8 +16,8 @@
1616
"test:karma:update": "cross-env UPDATE=1 yarn run test:karma"
1717
},
1818
"dependencies": {
19-
"@ui5-webcomponents-react/styles": "0.3.2-rc.1",
20-
"@ui5-webcomponents-react/utils": "0.3.2-rc.1",
19+
"@ui5-webcomponents-react/styles": "0.3.2-rc.2",
20+
"@ui5-webcomponents-react/utils": "0.3.2-rc.2",
2121
"@ui5/webcomponents": "0.12.0",
2222
"core-js": "^2.6.4",
2323
"react-scroll": "^1.7.11",

packages/styles/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.3.2-rc.2](https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/styles/compare/v0.3.2-rc.1...v0.3.2-rc.2) (2019-06-17)
7+
8+
9+
### Features
10+
11+
* **AnalyticalTable:** Initial Implementation ([#32](https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/styles/issues/32)) ([4f30127](https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/styles/commit/4f30127))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **AnalyticalTable:** Deleted `ResponsivePopover`, please use the `Popover` Component
17+
18+
19+
20+
21+
622
## [0.3.2-rc.1](https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/styles/compare/v0.3.2-rc.0...v0.3.2-rc.1) (2019-06-14)
723

824
**Note:** Version bump only for package @ui5-webcomponents-react/styles

packages/styles/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/styles",
3-
"version": "0.3.2-rc.1",
3+
"version": "0.3.2-rc.2",
44
"description": "Stylesheets for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",

packages/utils/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+
## [0.3.2-rc.2](https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/utils/compare/v0.3.2-rc.1...v0.3.2-rc.2) (2019-06-17)
7+
8+
**Note:** Version bump only for package @ui5-webcomponents-react/utils
9+
10+
11+
12+
13+
614
## [0.3.2-rc.1](https://github.com/SAP/ui5-webcomponents-react/tree/master/packages/utils/compare/v0.3.2-rc.0...v0.3.2-rc.1) (2019-06-14)
715

816
**Note:** Version bump only for package @ui5-webcomponents-react/utils

packages/utils/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/utils",
3-
"version": "0.3.2-rc.1",
3+
"version": "0.3.2-rc.2",
44
"description": "Utils for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",

0 commit comments

Comments
 (0)