Skip to content

Commit 0ff8113

Browse files
committed
chore: release v0.27.3
1 parent f89a2e9 commit 0ff8113

File tree

19 files changed

+117
-28
lines changed

19 files changed

+117
-28
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.27.3](https://github.com/SAP/ui5-webcomponents/compare/v0.27.2...v0.27.3) (2020-12-21)
7+
8+
9+
### Features
10+
11+
* **ui5-popover:** implement hide-block-layer property ([#2413](https://github.com/SAP/ui5-webcomponents/issues/2413)) ([5bf8523](https://github.com/SAP/ui5-webcomponents/commit/5bf8523))
12+
* **ui5-flexible-column-layout:** introduce accessibilityTexts property ([#2571](https://github.com/SAP/ui5-webcomponents/issues/2571)) ([a634532](https://github.com/SAP/ui5-webcomponents/commit/a634532))
13+
14+
15+
### BREAKING CHANGES
16+
* **ui5-flexible-column-layout:** introduce accessibilityTexts property ([#2571](https://github.com/SAP/ui5-webcomponents/issues/2571)) ([a634532](https://github.com/SAP/ui5-webcomponents/commit/a634532))
17+
18+
The startColumnAccessibleName, midColumnAccessibleName and endColumnAccessibleName properties have been removed. Use the new accessibilityTexts property to provide these (as keys to the object).
19+
620
## [0.27.2](https://github.com/SAP/ui5-webcomponents/compare/v0.27.1...v0.27.2) (2020-12-09)
721

822

packages/base/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.27.3](https://github.com/SAP/ui5-webcomponents/compare/v0.27.2...v0.27.3) (2020-12-21)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-base
9+
10+
11+
12+
13+
614
## [0.27.2](https://github.com/SAP/ui5-webcomponents/compare/v0.27.1...v0.27.2) (2020-12-09)
715

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

packages/base/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-base",
3-
"version": "0.27.2",
3+
"version": "0.27.3",
44
"description": "UI5 Web Components: webcomponents.base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -30,7 +30,7 @@
3030
"url-search-params-polyfill": "^5.0.0"
3131
},
3232
"devDependencies": {
33-
"@ui5/webcomponents-tools": "0.27.2",
33+
"@ui5/webcomponents-tools": "0.27.3",
3434
"array-uniq": "^2.0.0",
3535
"chromedriver": "latest",
3636
"copy-and-watch": "^0.1.4",

packages/fiori/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.27.3](https://github.com/SAP/ui5-webcomponents/compare/v0.27.2...v0.27.3) (2020-12-21)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-fiori
9+
10+
11+
12+
13+
614
## [0.27.2](https://github.com/SAP/ui5-webcomponents/compare/v0.27.1...v0.27.2) (2020-12-09)
715

816

packages/fiori/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-fiori",
3-
"version": "0.27.2",
3+
"version": "0.27.3",
44
"description": "UI5 Web Components: webcomponents.fiori",
55
"ui5": {
66
"webComponentsPackage": true
@@ -30,13 +30,13 @@
3030
"directory": "packages/fiori"
3131
},
3232
"dependencies": {
33-
"@ui5/webcomponents": "0.27.2",
34-
"@ui5/webcomponents-base": "0.27.2",
35-
"@ui5/webcomponents-icons": "0.27.2",
36-
"@ui5/webcomponents-theme-base": "0.27.2"
33+
"@ui5/webcomponents": "0.27.3",
34+
"@ui5/webcomponents-base": "0.27.3",
35+
"@ui5/webcomponents-icons": "0.27.3",
36+
"@ui5/webcomponents-theme-base": "0.27.3"
3737
},
3838
"devDependencies": {
39-
"@ui5/webcomponents-tools": "0.27.2",
39+
"@ui5/webcomponents-tools": "0.27.3",
4040
"chromedriver": "latest"
4141
}
4242
}

packages/icons-tnt/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.27.3](https://github.com/SAP/ui5-webcomponents/compare/v0.27.2...v0.27.3) (2020-12-21)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-icons-tnt
9+
10+
11+
12+
13+
614
## [0.27.2](https://github.com/SAP/ui5-webcomponents/compare/v0.27.1...v0.27.2) (2020-12-09)
715

816
**Note:** Version bump only for package @ui5/webcomponents-icons-tnt

packages/icons-tnt/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-icons-tnt",
3-
"version": "0.27.2",
3+
"version": "0.27.3",
44
"description": "UI5 Web Components: SAP Fiori Tools icon set",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -21,10 +21,10 @@
2121
"directory": "packages/icons-tnt"
2222
},
2323
"dependencies": {
24-
"@ui5/webcomponents-base": "0.27.2"
24+
"@ui5/webcomponents-base": "0.27.3"
2525
},
2626
"devDependencies": {
27-
"@ui5/webcomponents-tools": "0.27.2",
27+
"@ui5/webcomponents-tools": "0.27.3",
2828
"chromedriver": "latest"
2929
}
3030
}

packages/icons/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.27.3](https://github.com/SAP/ui5-webcomponents/compare/v0.27.2...v0.27.3) (2020-12-21)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-icons
9+
10+
11+
12+
13+
614
## [0.27.2](https://github.com/SAP/ui5-webcomponents/compare/v0.27.1...v0.27.2) (2020-12-09)
715

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

packages/icons/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-icons",
3-
"version": "0.27.2",
3+
"version": "0.27.3",
44
"description": "UI5 Web Components: webcomponents.SAP-icons",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -21,10 +21,10 @@
2121
"directory": "packages/icons"
2222
},
2323
"dependencies": {
24-
"@ui5/webcomponents-base": "0.27.2"
24+
"@ui5/webcomponents-base": "0.27.3"
2525
},
2626
"devDependencies": {
27-
"@ui5/webcomponents-tools": "0.27.2",
27+
"@ui5/webcomponents-tools": "0.27.3",
2828
"chromedriver": "latest"
2929
}
3030
}

packages/localization/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.27.3](https://github.com/SAP/ui5-webcomponents/compare/v0.27.2...v0.27.3) (2020-12-21)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-localization
9+
10+
11+
12+
13+
614
## [0.27.2](https://github.com/SAP/ui5-webcomponents/compare/v0.27.1...v0.27.2) (2020-12-09)
715

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

0 commit comments

Comments
 (0)