Skip to content

Commit

Permalink
chore: release 0.29.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Apr 29, 2021
1 parent 4a677cb commit faff1f0
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 27 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.29.15](https://github.com/SAP/ui5-webcomponents/compare/v0.29.14...v0.29.15) (2021-04-29)


### Bug Fixes

* **ui5-busyindicator:** fix typo in styles ([#3178](https://github.com/SAP/ui5-webcomponents/issues/3178)) ([8a748a1](https://github.com/SAP/ui5-webcomponents/commit/8a748a1))
* **ui5-busyindicator:** focus handling improvements ([#3189](https://github.com/SAP/ui5-webcomponents/issues/3189)) ([4a677cb](https://github.com/SAP/ui5-webcomponents/commit/4a677cb))
* **ui5-carousel:** hide navigation arrows on mouse out ([#3174](https://github.com/SAP/ui5-webcomponents/issues/3174)) ([f01823c](https://github.com/SAP/ui5-webcomponents/commit/f01823c))
* **ui5-date-picker:** changing month on previous button pressed ([a4060ea](https://github.com/SAP/ui5-webcomponents/commit/a4060ea)), closes [#3083](https://github.com/SAP/ui5-webcomponents/issues/3083)
* **ui5-wizard:** correct aria-controls value ([#3180](https://github.com/SAP/ui5-webcomponents/issues/3180)) ([3db688d](https://github.com/SAP/ui5-webcomponents/commit/3db688d))


### Features

* **ui5-dialog:** labeling of header slots is now possible ([#3155](https://github.com/SAP/ui5-webcomponents/issues/3155)) ([51222e8](https://github.com/SAP/ui5-webcomponents/commit/51222e8)), closes [#2838](https://github.com/SAP/ui5-webcomponents/issues/2838)





## [0.29.9](https://github.com/SAP/ui5-webcomponents/compare/v0.29.8...v0.29.9) (2021-03-22)

### FIXES
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-base",
"version": "0.29.14",
"version": "0.29.15",
"description": "UI5 Web Components: webcomponents.base",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,7 +30,7 @@
"url-search-params-polyfill": "^5.0.0"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.29.14",
"@ui5/webcomponents-tools": "0.29.15",
"array-uniq": "^2.0.0",
"chromedriver": "89.0.0",
"copy-and-watch": "^0.1.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/fiori/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-fiori",
"version": "0.29.14",
"version": "0.29.15",
"description": "UI5 Web Components: webcomponents.fiori",
"ui5": {
"webComponentsPackage": true
Expand Down Expand Up @@ -30,13 +30,13 @@
"directory": "packages/fiori"
},
"dependencies": {
"@ui5/webcomponents": "0.29.14",
"@ui5/webcomponents-base": "0.29.14",
"@ui5/webcomponents-icons": "0.29.14",
"@ui5/webcomponents-theme-base": "0.29.14"
"@ui5/webcomponents": "0.29.15",
"@ui5/webcomponents-base": "0.29.15",
"@ui5/webcomponents-icons": "0.29.15",
"@ui5/webcomponents-theme-base": "0.29.15"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.29.14",
"@ui5/webcomponents-tools": "0.29.15",
"chromedriver": "89.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/icons-tnt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-icons-tnt",
"version": "0.29.14",
"version": "0.29.15",
"description": "UI5 Web Components: SAP Fiori Tools icon set",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -21,10 +21,10 @@
"directory": "packages/icons-tnt"
},
"dependencies": {
"@ui5/webcomponents-base": "0.29.14"
"@ui5/webcomponents-base": "0.29.15"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.29.14",
"@ui5/webcomponents-tools": "0.29.15",
"chromedriver": "89.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-icons",
"version": "0.29.14",
"version": "0.29.15",
"description": "UI5 Web Components: webcomponents.SAP-icons",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -21,10 +21,10 @@
"directory": "packages/icons"
},
"dependencies": {
"@ui5/webcomponents-base": "0.29.14"
"@ui5/webcomponents-base": "0.29.15"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.29.14",
"@ui5/webcomponents-tools": "0.29.15",
"chromedriver": "89.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/localization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-localization",
"version": "0.29.14",
"version": "0.29.15",
"description": "Localization for UI5 Web Components",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@buxlabs/amd-to-es6": "^0.15.0",
"@openui5/sap.ui.core": "1.76.0",
"@ui5/webcomponents-tools": "0.29.14",
"@ui5/webcomponents-tools": "0.29.15",
"chromedriver": "89.0.0",
"copy-and-watch": "^0.1.4",
"escodegen": "^1.11.0",
Expand All @@ -36,6 +36,6 @@
"rimraf": "^2.6.2"
},
"dependencies": {
"@ui5/webcomponents-base": "0.29.14"
"@ui5/webcomponents-base": "0.29.15"
}
}
12 changes: 6 additions & 6 deletions packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents",
"version": "0.29.14",
"version": "0.29.15",
"description": "UI5 Web Components: webcomponents.main",
"ui5": {
"webComponentsPackage": true
Expand Down Expand Up @@ -30,13 +30,13 @@
"directory": "packages/main"
},
"dependencies": {
"@ui5/webcomponents-base": "0.29.14",
"@ui5/webcomponents-icons": "0.29.14",
"@ui5/webcomponents-localization": "0.29.14",
"@ui5/webcomponents-theme-base": "0.29.14"
"@ui5/webcomponents-base": "0.29.15",
"@ui5/webcomponents-icons": "0.29.15",
"@ui5/webcomponents-localization": "0.29.15",
"@ui5/webcomponents-theme-base": "0.29.15"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.29.14",
"@ui5/webcomponents-tools": "0.29.15",
"chromedriver": "89.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/theme-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-theme-base",
"version": "0.29.14",
"version": "0.29.15",
"description": "UI5 Web Components: webcomponents.theme-base",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -24,10 +24,10 @@
},
"dependencies": {
"@sap-theming/theming-base-content": "11.1.19",
"@ui5/webcomponents-base": "0.29.14"
"@ui5/webcomponents-base": "0.29.15"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.29.14",
"@ui5/webcomponents-tools": "0.29.15",
"chokidar-cli": "^2.0.0",
"chromedriver": "89.0.0",
"copy-and-watch": "^0.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-tools",
"version": "0.29.14",
"version": "0.29.15",
"description": "UI5 Web Components: webcomponents.tools",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down

0 comments on commit faff1f0

Please sign in to comment.