Skip to content

Commit c65720b

Browse files
committed
chore: release v0.31.17
1 parent 89e07b1 commit c65720b

File tree

23 files changed

+170
-45
lines changed

23 files changed

+170
-45
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.31.17](https://github.com/SAP/ui5-webcomponents/compare/v0.31.16...v0.31.17) (2021-09-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui5-avatar, ui5-icon:** attach onclick handler based on interactive property ([#3742](https://github.com/SAP/ui5-webcomponents/issues/3742)) ([e61f46f](https://github.com/SAP/ui5-webcomponents/commit/e61f46f))
12+
* **ui5-badge:** update parameters for color-scheme="8" ([#3814](https://github.com/SAP/ui5-webcomponents/issues/3814)) ([3ea8cad](https://github.com/SAP/ui5-webcomponents/commit/3ea8cad))
13+
* **ui5-dialog:** correctly restore body scrolling on ESC ([#3696](https://github.com/SAP/ui5-webcomponents/issues/3696)) ([983af6a](https://github.com/SAP/ui5-webcomponents/commit/983af6a)), closes [#3690](https://github.com/SAP/ui5-webcomponents/issues/3690)
14+
* **ui5-li:** add "Selected" text to item's accessible name ([#3853](https://github.com/SAP/ui5-webcomponents/issues/3853)) ([d73bba1](https://github.com/SAP/ui5-webcomponents/commit/d73bba1))
15+
* **ui5-li-groupheader:** change role option ([#3869](https://github.com/SAP/ui5-webcomponents/issues/3869)) ([b6219c7](https://github.com/SAP/ui5-webcomponents/commit/b6219c7))
16+
* (ui5-li): add accessible name to single select radio button ([#3842](https://github.com/SAP/ui5-webcomponents/issues/3842)) ([eda250f](https://github.com/SAP/ui5-webcomponents/commit/eda250f))
17+
18+
19+
### Features
20+
21+
* **ui5-calendar:** support secondary calendar type ([#3634](https://github.com/SAP/ui5-webcomponents/issues/3634)) ([3d04792](https://github.com/SAP/ui5-webcomponents/commit/3d04792))
22+
* **ui5-view-settings-dialog:** introduce filter section ([#3616](https://github.com/SAP/ui5-webcomponents/issues/3616)) ([89e07b1](https://github.com/SAP/ui5-webcomponents/commit/89e07b1))
23+
24+
25+
26+
27+
628
## [0.31.16](https://github.com/SAP/ui5-webcomponents/compare/v0.31.15...v0.31.16) (2021-08-26)
729

830

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"packages/fiori",
1111
"packages/ie"
1212
],
13-
"version": "0.31.16",
13+
"version": "0.31.17",
1414
"command": {
1515
"publish": {
1616
"conventionalCommits": true

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.31.17](https://github.com/SAP/ui5-webcomponents/compare/v0.31.16...v0.31.17) (2021-09-13)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-base
9+
10+
11+
12+
13+
614
## [0.31.16](https://github.com/SAP/ui5-webcomponents/compare/v0.31.15...v0.31.16) (2021-08-26)
715

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

packages/base/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-base",
3-
"version": "0.31.16",
3+
"version": "0.31.17",
44
"description": "UI5 Web Components: webcomponents.base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -27,7 +27,7 @@
2727
"lit-html": "^1.0.0"
2828
},
2929
"devDependencies": {
30-
"@ui5/webcomponents-tools": "0.31.16",
30+
"@ui5/webcomponents-tools": "0.31.17",
3131
"array-uniq": "^2.0.0",
3232
"chromedriver": "88.0.0",
3333
"copy-and-watch": "^0.1.4",
@@ -36,4 +36,4 @@
3636
"npm-run-all": "^4.1.5",
3737
"path-exists-cli": "^1.0.0"
3838
}
39-
}
39+
}

packages/fiori/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.31.17](https://github.com/SAP/ui5-webcomponents/compare/v0.31.16...v0.31.17) (2021-09-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui5-li:** add "Selected" text to item's accessible name ([#3853](https://github.com/SAP/ui5-webcomponents/issues/3853)) ([d73bba1](https://github.com/SAP/ui5-webcomponents/commit/d73bba1))
12+
13+
14+
### Features
15+
16+
* **ui5-view-settings-dialog:** introduce filter section ([#3616](https://github.com/SAP/ui5-webcomponents/issues/3616)) ([89e07b1](https://github.com/SAP/ui5-webcomponents/commit/89e07b1))
17+
18+
19+
20+
21+
622
## [0.31.16](https://github.com/SAP/ui5-webcomponents/compare/v0.31.15...v0.31.16) (2021-08-26)
723

824

packages/fiori/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-fiori",
3-
"version": "0.31.16",
3+
"version": "0.31.17",
44
"description": "UI5 Web Components: webcomponents.fiori",
55
"ui5": {
66
"webComponentsPackage": true
@@ -30,14 +30,14 @@
3030
"directory": "packages/fiori"
3131
},
3232
"dependencies": {
33-
"@ui5/webcomponents": "0.31.16",
34-
"@ui5/webcomponents-base": "0.31.16",
35-
"@ui5/webcomponents-icons": "0.31.16",
36-
"@ui5/webcomponents-ie11": "0.31.16",
37-
"@ui5/webcomponents-theme-base": "0.31.16"
33+
"@ui5/webcomponents": "0.31.17",
34+
"@ui5/webcomponents-base": "0.31.17",
35+
"@ui5/webcomponents-icons": "0.31.17",
36+
"@ui5/webcomponents-ie11": "0.31.17",
37+
"@ui5/webcomponents-theme-base": "0.31.17"
3838
},
3939
"devDependencies": {
40-
"@ui5/webcomponents-tools": "0.31.16",
40+
"@ui5/webcomponents-tools": "0.31.17",
4141
"chromedriver": "88.0.0"
4242
}
43-
}
43+
}

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.31.17](https://github.com/SAP/ui5-webcomponents/compare/v0.31.16...v0.31.17) (2021-09-13)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-icons-tnt
9+
10+
11+
12+
13+
614
## [0.31.16](https://github.com/SAP/ui5-webcomponents/compare/v0.31.15...v0.31.16) (2021-08-26)
715

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

packages/icons-tnt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-icons-tnt",
3-
"version": "0.31.16",
3+
"version": "0.31.17",
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.31.16"
24+
"@ui5/webcomponents-base": "0.31.17"
2525
},
2626
"devDependencies": {
27-
"@ui5/webcomponents-tools": "0.31.16",
27+
"@ui5/webcomponents-tools": "0.31.17",
2828
"chromedriver": "88.0.0"
2929
}
30-
}
30+
}

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.31.17](https://github.com/SAP/ui5-webcomponents/compare/v0.31.16...v0.31.17) (2021-09-13)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-icons
9+
10+
11+
12+
13+
614
## [0.31.16](https://github.com/SAP/ui5-webcomponents/compare/v0.31.15...v0.31.16) (2021-08-26)
715

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

packages/icons/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-icons",
3-
"version": "0.31.16",
3+
"version": "0.31.17",
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.31.16"
24+
"@ui5/webcomponents-base": "0.31.17"
2525
},
2626
"devDependencies": {
27-
"@ui5/webcomponents-tools": "0.31.16",
27+
"@ui5/webcomponents-tools": "0.31.17",
2828
"chromedriver": "88.0.0"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)