Skip to content

Commit 466be36

Browse files
committed
chore: release 0.29.6
1 parent 6930ad5 commit 466be36

File tree

9 files changed

+34
-30
lines changed

9 files changed

+34
-30
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.29.6](https://github.com/SAP/ui5-webcomponents/compare/v0.29.5...v0.29.6) (2021-05-02)
7+
8+
### Bug Fixes
9+
10+
* **ui5-popup:** correct focus when there is no focusable content ([#2583](https://github.com/SAP/ui5-webcomponents/issues/2583)) ([bf8caaf](https://github.com/SAP/ui5-webcomponents/commit/bf8caaf)), closes [#2556](https://github.com/SAP/ui5-webcomponents/issues/2556])
11+
12+
613
## [0.29.5](https://github.com/SAP/ui5-webcomponents/compare/v0.29.4...v0.29.5) (2021-03-02)
714

815

@@ -74,10 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
7481
The release includes all the commits from [RC.11](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.11)
7582
# [0.29.0](https://github.com/SAP/ui5-webcomponents/compare/v0.29.0) (2021-01-08)
7683

77-
# Change Log
7884

79-
All notable changes to this project will be documented in this file.
80-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
8185

8286
# [1.0.0-rc.11](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.10...v1.0.0-rc.11) (2020-12-21)
8387

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.29.5",
3+
"version": "0.29.6",
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.29.5",
33+
"@ui5/webcomponents-tools": "0.29.6",
3434
"array-uniq": "^2.0.0",
3535
"chromedriver": "latest",
3636
"copy-and-watch": "^0.1.4",

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.29.5",
3+
"version": "0.29.6",
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.29.5",
34-
"@ui5/webcomponents-base": "0.29.5",
35-
"@ui5/webcomponents-icons": "0.29.5",
36-
"@ui5/webcomponents-theme-base": "0.29.5"
33+
"@ui5/webcomponents": "0.29.6",
34+
"@ui5/webcomponents-base": "0.29.6",
35+
"@ui5/webcomponents-icons": "0.29.6",
36+
"@ui5/webcomponents-theme-base": "0.29.6"
3737
},
3838
"devDependencies": {
39-
"@ui5/webcomponents-tools": "0.29.5",
39+
"@ui5/webcomponents-tools": "0.29.6",
4040
"chromedriver": "latest"
4141
}
4242
}

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.29.5",
3+
"version": "0.29.6",
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.29.5"
24+
"@ui5/webcomponents-base": "0.29.6"
2525
},
2626
"devDependencies": {
27-
"@ui5/webcomponents-tools": "0.29.5",
27+
"@ui5/webcomponents-tools": "0.29.6",
2828
"chromedriver": "latest"
2929
}
3030
}

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.29.5",
3+
"version": "0.29.6",
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.29.5"
24+
"@ui5/webcomponents-base": "0.29.6"
2525
},
2626
"devDependencies": {
27-
"@ui5/webcomponents-tools": "0.29.5",
27+
"@ui5/webcomponents-tools": "0.29.6",
2828
"chromedriver": "latest"
2929
}
3030
}

packages/localization/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-localization",
3-
"version": "0.29.5",
3+
"version": "0.29.6",
44
"description": "Localization for UI5 Web Components",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@buxlabs/amd-to-es6": "^0.15.0",
2626
"@openui5/sap.ui.core": "1.76.0",
27-
"@ui5/webcomponents-tools": "0.29.5",
27+
"@ui5/webcomponents-tools": "0.29.6",
2828
"chromedriver": "latest",
2929
"copy-and-watch": "^0.1.4",
3030
"escodegen": "^1.11.0",
@@ -36,6 +36,6 @@
3636
"rimraf": "^2.6.2"
3737
},
3838
"dependencies": {
39-
"@ui5/webcomponents-base": "0.29.5"
39+
"@ui5/webcomponents-base": "0.29.6"
4040
}
4141
}

packages/main/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",
3-
"version": "0.29.5",
3+
"version": "0.29.6",
44
"description": "UI5 Web Components: webcomponents.main",
55
"ui5": {
66
"webComponentsPackage": true
@@ -30,13 +30,13 @@
3030
"directory": "packages/main"
3131
},
3232
"dependencies": {
33-
"@ui5/webcomponents-base": "0.29.5",
34-
"@ui5/webcomponents-icons": "0.29.5",
35-
"@ui5/webcomponents-localization": "0.29.5",
36-
"@ui5/webcomponents-theme-base": "0.29.5"
33+
"@ui5/webcomponents-base": "0.29.6",
34+
"@ui5/webcomponents-icons": "0.29.6",
35+
"@ui5/webcomponents-localization": "0.29.6",
36+
"@ui5/webcomponents-theme-base": "0.29.6"
3737
},
3838
"devDependencies": {
39-
"@ui5/webcomponents-tools": "0.29.5",
39+
"@ui5/webcomponents-tools": "0.29.6",
4040
"chromedriver": "latest"
4141
}
4242
}

packages/theme-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-theme-base",
3-
"version": "0.29.5",
3+
"version": "0.29.6",
44
"description": "UI5 Web Components: webcomponents.theme-base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -24,10 +24,10 @@
2424
},
2525
"dependencies": {
2626
"@sap-theming/theming-base-content": "11.1.19",
27-
"@ui5/webcomponents-base": "0.29.5"
27+
"@ui5/webcomponents-base": "0.29.6"
2828
},
2929
"devDependencies": {
30-
"@ui5/webcomponents-tools": "0.29.5",
30+
"@ui5/webcomponents-tools": "0.29.6",
3131
"chokidar-cli": "^2.0.0",
3232
"chromedriver": "latest",
3333
"copy-and-watch": "^0.1.4",

packages/tools/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-tools",
3-
"version": "0.29.5",
3+
"version": "0.29.6",
44
"description": "UI5 Web Components: webcomponents.tools",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)