Skip to content

Commit

Permalink
chore(release): publish v0.31.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed May 10, 2021
1 parent adb5571 commit 31ea6be
Show file tree
Hide file tree
Showing 20 changed files with 143 additions and 32 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.7](https://github.com/SAP/ui5-webcomponents/compare/v0.31.6...v0.31.7) (2021-05-10)


### Bug Fixes

* **ui5-busyindicator:** improve focus handling ([#3189](https://github.com/SAP/ui5-webcomponents/issues/3189)) ([94a2f0b](https://github.com/SAP/ui5-webcomponents/commit/94a2f0b))
* **ui5-carousel:** hide navigation arrows on mouse out ([#3174](https://github.com/SAP/ui5-webcomponents/issues/3174)) ([1f4ca0a](https://github.com/SAP/ui5-webcomponents/commit/1f4ca0a))
* **ui5-input:** read suggestions count when expected ([#3127](https://github.com/SAP/ui5-webcomponents/issues/3127)) ([adb5571](https://github.com/SAP/ui5-webcomponents/commit/adb5571)), closes [#3051](https://github.com/SAP/ui5-webcomponents/issues/3051)


### Features

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





## [0.31.6](https://github.com/SAP/ui5-webcomponents/compare/v0.31.5...v0.31.6) (2021-04-27)

### Bug Fixes
Expand Down
11 changes: 11 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.7](https://github.com/SAP/ui5-webcomponents/compare/v0.31.6...v0.31.7) (2021-05-10)


### Bug Fixes

* **ui5-busyindicator:** focus handling improvements ([#3189](https://github.com/SAP/ui5-webcomponents/issues/3189)) ([94a2f0b](https://github.com/SAP/ui5-webcomponents/commit/94a2f0b))





## [0.31.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.12...v0.31.1) (2021-03-22)


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.31.6",
"version": "0.31.7",
"description": "UI5 Web Components: webcomponents.base",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -27,7 +27,7 @@
"lit-html": "^1.0.0"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.31.6",
"@ui5/webcomponents-tools": "0.31.7",
"array-uniq": "^2.0.0",
"chromedriver": "88.0.0",
"copy-and-watch": "^0.1.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/fiori/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.7](https://github.com/SAP/ui5-webcomponents/compare/v0.31.6...v0.31.7) (2021-05-10)

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





## [0.31.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.12...v0.31.1) (2021-03-22)


Expand Down
14 changes: 7 additions & 7 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.31.6",
"version": "0.31.7",
"description": "UI5 Web Components: webcomponents.fiori",
"ui5": {
"webComponentsPackage": true
Expand Down Expand Up @@ -30,14 +30,14 @@
"directory": "packages/fiori"
},
"dependencies": {
"@ui5/webcomponents": "0.31.6",
"@ui5/webcomponents-base": "0.31.6",
"@ui5/webcomponents-icons": "0.31.6",
"@ui5/webcomponents-ie11": "0.31.6",
"@ui5/webcomponents-theme-base": "0.31.6"
"@ui5/webcomponents": "0.31.7",
"@ui5/webcomponents-base": "0.31.7",
"@ui5/webcomponents-icons": "0.31.7",
"@ui5/webcomponents-ie11": "0.31.7",
"@ui5/webcomponents-theme-base": "0.31.7"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.31.6",
"@ui5/webcomponents-tools": "0.31.7",
"chromedriver": "88.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/icons-tnt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.7](https://github.com/SAP/ui5-webcomponents/compare/v0.31.6...v0.31.7) (2021-05-10)

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





## [0.31.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.12...v0.31.1) (2021-03-22)

**Note:** Version bump only for package @ui5/webcomponents-icons-tnt
Expand Down
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.31.6",
"version": "0.31.7",
"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.31.6"
"@ui5/webcomponents-base": "0.31.7"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.31.6",
"@ui5/webcomponents-tools": "0.31.7",
"chromedriver": "88.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.7](https://github.com/SAP/ui5-webcomponents/compare/v0.31.6...v0.31.7) (2021-05-10)

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





## [0.31.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.12...v0.31.1) (2021-03-22)

**Note:** Version bump only for package @ui5/webcomponents-icons
Expand Down
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.31.6",
"version": "0.31.7",
"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.31.6"
"@ui5/webcomponents-base": "0.31.7"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.31.6",
"@ui5/webcomponents-tools": "0.31.7",
"chromedriver": "88.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/ie11/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.7](https://github.com/SAP/ui5-webcomponents/compare/v0.31.6...v0.31.7) (2021-05-10)

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





## [0.31.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.12...v0.31.1) (2021-03-22)

**Note:** Version bump only for package @ui5/webcomponents-ie11
Expand Down
6 changes: 3 additions & 3 deletions packages/ie11/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-ie11",
"version": "0.31.6",
"version": "0.31.7",
"description": "UI5 Web Components: webcomponents.ie11",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -22,13 +22,13 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@ui5/webcomponents-base": "0.31.6",
"@ui5/webcomponents-base": "0.31.7",
"css-vars-ponyfill": "^2.1.2",
"regenerator-runtime": "0.12.1",
"url-search-params-polyfill": "^5.0.0"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.31.6",
"@ui5/webcomponents-tools": "0.31.7",
"copy-and-watch": "^0.1.4",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^13.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/localization/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.7](https://github.com/SAP/ui5-webcomponents/compare/v0.31.6...v0.31.7) (2021-05-10)

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





## [0.31.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.12...v0.31.1) (2021-03-22)

**Note:** Version bump only for package @ui5/webcomponents-localization
Expand Down
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.31.6",
"version": "0.31.7",
"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.31.6",
"@ui5/webcomponents-tools": "0.31.7",
"chromedriver": "88.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.31.6"
"@ui5/webcomponents-base": "0.31.7"
}
}
18 changes: 18 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.7](https://github.com/SAP/ui5-webcomponents/compare/v0.31.6...v0.31.7) (2021-05-10)


### Bug Fixes

* **ui5-busyindicator:** focus handling improvements ([#3189](https://github.com/SAP/ui5-webcomponents/issues/3189)) ([94a2f0b](https://github.com/SAP/ui5-webcomponents/commit/94a2f0b))
* **ui5-carousel:** hide navigation arrows on mouse out ([#3174](https://github.com/SAP/ui5-webcomponents/issues/3174)) ([1f4ca0a](https://github.com/SAP/ui5-webcomponents/commit/1f4ca0a))
* **ui5-input:** Suggestions count is read out when expected ([#3127](https://github.com/SAP/ui5-webcomponents/issues/3127)) ([adb5571](https://github.com/SAP/ui5-webcomponents/commit/adb5571)), closes [#3051](https://github.com/SAP/ui5-webcomponents/issues/3051)


### Features

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





## [0.31.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.12...v0.31.1) (2021-03-22)


Expand Down
14 changes: 7 additions & 7 deletions packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents",
"version": "0.31.6",
"version": "0.31.7",
"description": "UI5 Web Components: webcomponents.main",
"ui5": {
"webComponentsPackage": true
Expand Down Expand Up @@ -30,14 +30,14 @@
"directory": "packages/main"
},
"dependencies": {
"@ui5/webcomponents-base": "0.31.6",
"@ui5/webcomponents-icons": "0.31.6",
"@ui5/webcomponents-ie11": "0.31.6",
"@ui5/webcomponents-localization": "0.31.6",
"@ui5/webcomponents-theme-base": "0.31.6"
"@ui5/webcomponents-base": "0.31.7",
"@ui5/webcomponents-icons": "0.31.7",
"@ui5/webcomponents-ie11": "0.31.7",
"@ui5/webcomponents-localization": "0.31.7",
"@ui5/webcomponents-theme-base": "0.31.7"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.31.6",
"@ui5/webcomponents-tools": "0.31.7",
"chromedriver": "88.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.7](https://github.com/SAP/ui5-webcomponents/compare/v0.31.6...v0.31.7) (2021-05-10)

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





## [0.31.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.12...v0.31.1) (2021-03-22)

**Note:** Version bump only for package @ui5/webcomponents-playground
Expand Down
8 changes: 8 additions & 0 deletions packages/theme-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.7](https://github.com/SAP/ui5-webcomponents/compare/v0.31.6...v0.31.7) (2021-05-10)

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





## [0.31.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.12...v0.31.1) (2021-03-22)


Expand Down
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.31.6",
"version": "0.31.7",
"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.31.6"
"@ui5/webcomponents-base": "0.31.7"
},
"devDependencies": {
"@ui5/webcomponents-tools": "0.31.6",
"@ui5/webcomponents-tools": "0.31.7",
"chokidar-cli": "^2.0.0",
"chromedriver": "88.0.0",
"copy-and-watch": "^0.1.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.7](https://github.com/SAP/ui5-webcomponents/compare/v0.31.6...v0.31.7) (2021-05-10)

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





## [0.31.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.12...v0.31.1) (2021-03-22)

**Note:** Version bump only for package @ui5/webcomponents-tools
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.31.6",
"version": "0.31.7",
"description": "UI5 Web Components: webcomponents.tools",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down

0 comments on commit 31ea6be

Please sign in to comment.