Skip to content

Commit 846b988

Browse files
committed
chore: release 0.23.0
1 parent 5d7e7df commit 846b988

File tree

8 files changed

+42
-31
lines changed

8 files changed

+42
-31
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.23.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.9...v0.23.0) (2020-08-17)
7+
8+
### New Components
9+
10+
* **ui5-multi-input:** Introduce new component ([#1942](https://github.com/SAP/ui5-webcomponents/issues/1942)) ([5d7e7df](https://github.com/SAP/ui5-webcomponents/commit/5d7e7df))
11+
12+
# Change Log
13+
14+
All notable changes to this project will be documented in this file.
15+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
16+
617
# [1.0.0-rc.8](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-07-30)
718

819
### New Components

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.22.0",
3+
"version": "0.23.0",
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": "1.0.0-rc.8",
33+
"@ui5/webcomponents-tools": "0.23.0",
3434
"array-uniq": "^2.0.0",
3535
"chromedriver": "latest",
3636
"copy-and-watch": "^0.1.4",
@@ -39,4 +39,4 @@
3939
"npm-run-all": "^4.1.5",
4040
"path-exists-cli": "^1.0.0"
4141
}
42-
}
42+
}

packages/fiori/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-fiori",
3-
"version": "1.0.0-rc.8",
3+
"version": "0.23.0",
44
"description": "UI5 Web Components: webcomponents.fiori",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -27,13 +27,13 @@
2727
"directory": "packages/fiori"
2828
},
2929
"dependencies": {
30-
"@ui5/webcomponents": "1.0.0-rc.8",
31-
"@ui5/webcomponents-base": "0.22.0",
32-
"@ui5/webcomponents-icons": "1.0.0-rc.8",
33-
"@ui5/webcomponents-theme-base": "1.0.0-rc.8"
30+
"@ui5/webcomponents": "0.23.0",
31+
"@ui5/webcomponents-base": "0.23.0",
32+
"@ui5/webcomponents-icons": "0.23.0",
33+
"@ui5/webcomponents-theme-base": "0.23.0"
3434
},
3535
"devDependencies": {
36-
"@ui5/webcomponents-tools": "1.0.0-rc.8",
36+
"@ui5/webcomponents-tools": "0.23.0",
3737
"chromedriver": "latest"
3838
}
39-
}
39+
}

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": "1.0.0-rc.8",
3+
"version": "0.23.0",
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.22.0"
24+
"@ui5/webcomponents-base": "0.23.0"
2525
},
2626
"devDependencies": {
27-
"@ui5/webcomponents-tools": "1.0.0-rc.8",
27+
"@ui5/webcomponents-tools": "0.23.0",
2828
"chromedriver": "latest"
2929
}
30-
}
30+
}

packages/localization/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-localization",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
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": "1.0.0-rc.8",
27+
"@ui5/webcomponents-tools": "0.23.0",
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.22.0"
39+
"@ui5/webcomponents-base": "0.23.0"
4040
}
41-
}
41+
}

packages/main/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents",
3-
"version": "1.0.0-rc.8",
3+
"version": "0.23.0",
44
"description": "UI5 Web Components: webcomponents.main",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -27,13 +27,13 @@
2727
"directory": "packages/main"
2828
},
2929
"dependencies": {
30-
"@ui5/webcomponents-base": "0.22.0",
31-
"@ui5/webcomponents-icons": "1.0.0-rc.8",
32-
"@ui5/webcomponents-localization": "0.22.0",
33-
"@ui5/webcomponents-theme-base": "1.0.0-rc.8"
30+
"@ui5/webcomponents-base": "0.23.0",
31+
"@ui5/webcomponents-icons": "0.23.0",
32+
"@ui5/webcomponents-localization": "0.23.0",
33+
"@ui5/webcomponents-theme-base": "0.23.0"
3434
},
3535
"devDependencies": {
36-
"@ui5/webcomponents-tools": "1.0.0-rc.8",
36+
"@ui5/webcomponents-tools": "0.23.0",
3737
"chromedriver": "latest"
3838
}
39-
}
39+
}

packages/theme-base/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-theme-base",
3-
"version": "1.0.0-rc.8",
3+
"version": "0.23.0",
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.22.0"
27+
"@ui5/webcomponents-base": "0.23.0"
2828
},
2929
"devDependencies": {
30-
"@ui5/webcomponents-tools": "1.0.0-rc.8",
30+
"@ui5/webcomponents-tools": "0.23.0",
3131
"chokidar-cli": "^2.0.0",
3232
"chromedriver": "latest",
3333
"copy-and-watch": "^0.1.4",
@@ -41,4 +41,4 @@
4141
"postcss-combine-duplicated-selectors": "^7.0.0"
4242
},
4343
"resolutions": {}
44-
}
44+
}

packages/tools/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-tools",
3-
"version": "1.0.0-rc.8",
3+
"version": "0.23.0",
44
"description": "UI5 Web Components: webcomponents.tools",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -80,4 +80,4 @@
8080
"resolutions": {
8181
"rollup-plugin-livereload/livereload/chokidar": "^3.x"
8282
}
83-
}
83+
}

0 commit comments

Comments
 (0)