Skip to content

Commit 5b01994

Browse files
chore(release): publish v0.18.11 [ci skip]
1 parent 7a01aa2 commit 5b01994

File tree

6 files changed

+47
-4
lines changed

6 files changed

+47
-4
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.18.11](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.10...v0.18.11) (2021-10-12)
7+
8+
9+
### Bug Fixes
10+
11+
* fix bad `@ui5/webcomponents-react-base` release ([7a01aa2](https://github.com/SAP/ui5-webcomponents-react/commit/7a01aa24e6e05f91d93db9fd8f9c1517224a81c9))
12+
13+
14+
### Features
15+
16+
* **MessageBox:** add `accessibleName` default text ([#2208](https://github.com/SAP/ui5-webcomponents-react/issues/2208)) ([a79051a](https://github.com/SAP/ui5-webcomponents-react/commit/a79051a983fe428b5c79dbfbf11eed362dc3500c))
17+
18+
19+
20+
21+
622
## [0.18.10](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.9...v0.18.10) (2021-10-11)
723

824

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.18.10",
5+
"version": "0.18.11",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/base/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.18.11](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.10...v0.18.11) (2021-10-12)
7+
8+
9+
### Bug Fixes
10+
11+
* fix bad `@ui5/webcomponents-react-base` release ([7a01aa2](https://github.com/SAP/ui5-webcomponents-react/commit/7a01aa24e6e05f91d93db9fd8f9c1517224a81c9))
12+
13+
14+
15+
16+
617
## [0.18.10](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.9...v0.18.10) (2021-10-11)
718

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

packages/main/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.18.11](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.10...v0.18.11) (2021-10-12)
7+
8+
9+
### Bug Fixes
10+
11+
* fix bad `@ui5/webcomponents-react-base` release ([7a01aa2](https://github.com/SAP/ui5-webcomponents-react/commit/7a01aa24e6e05f91d93db9fd8f9c1517224a81c9))
12+
13+
14+
### Features
15+
16+
* **MessageBox:** add `accessibleName` default text ([#2208](https://github.com/SAP/ui5-webcomponents-react/issues/2208)) ([a79051a](https://github.com/SAP/ui5-webcomponents-react/commit/a79051a983fe428b5c79dbfbf11eed362dc3500c))
17+
18+
19+
20+
21+
622
## [0.18.10](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.9...v0.18.10) (2021-10-11)
723

824

packages/main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react",
3-
"version": "0.18.10",
3+
"version": "0.18.11",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"main": "index.esm.js",
66
"module": "index.esm.js",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/runtime": "^7.8.4",
36-
"@ui5/webcomponents-react-base": "^0.18.9",
36+
"@ui5/webcomponents-react-base": "^0.18.11",
3737
"lit-html": "2.0.0-rc.3",
3838
"react-content-loader": "6.0.3",
3939
"react-jss": "10.8.0",

0 commit comments

Comments
 (0)