Skip to content

Commit

Permalink
chore(release): publish v1.0.0-rc.4 (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Oct 11, 2019
1 parent f574378 commit 3f10b37
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2019-10-11)


### Bug Fixes

* **ui5-button:** apply correct "font-family: 72" ([#825](https://github.com/SAP/ui5-webcomponents/issues/825)) ([21ec559](https://github.com/SAP/ui5-webcomponents/commit/21ec559))
* **ui5-badge:** fix icon visual issue on IE ([#809](https://github.com/SAP/ui5-webcomponents/issues/809)) ([150a100](https://github.com/SAP/ui5-webcomponents/commit/150a100))

### Code Refactoring

* **framework:** stop icon fonts loading ([#827](https://github.com/SAP/ui5-webcomponents/pull/827))([21ec559](https://github.com/SAP/ui5-webcomponents/commit/21ec559))
* **framework:** add components' events info to UI5ElementMetadata([#833](https://github.com/SAP/ui5-webcomponents/issues/833))([68c30f4](https://github.com/SAP/ui5-webcomponents/pull/837/commits/68c30f4))


# [1.0.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-10-03)


Expand Down
8 changes: 8 additions & 0 deletions packages/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.17.0](https://github.com/SAP/ui5-webcomponents/compare/v0.16.0...v0.17.0) (2019-10-11)

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





# [0.16.0](https://github.com/SAP/ui5-webcomponents/compare/v0.15.0...v0.16.0) (2019-10-03)


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.16.0",
"version": "0.17.0",
"description": "UI5 Web Components: webcomponents.base",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
"watch:src": "copy-and-watch --watch \"src/**/*.js\" dist/"
},
"dependencies": {
"@ui5/webcomponents-core": "0.16.0",
"@ui5/webcomponents-core": "0.17.0",
"lit-html": "^1.0.0",
"regenerator-runtime": "0.12.1",
"url-search-params-polyfill": "^5.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.17.0](https://github.com/SAP/ui5-webcomponents/compare/v0.16.0...v0.17.0) (2019-10-11)

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





# [0.16.0](https://github.com/SAP/ui5-webcomponents/compare/v0.15.0...v0.16.0) (2019-10-03)

**Note:** Version bump only for package @ui5/webcomponents-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-core",
"version": "0.16.0",
"version": "0.17.0",
"description": "UI5 Web Components: webcomponents.core",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2019-10-11)


### Bug Fixes

* **ui5-badge:** fix icon visual issue in ie ([#809](https://github.com/SAP/ui5-webcomponents/issues/809)) ([150a100](https://github.com/SAP/ui5-webcomponents/commit/150a100))
* update output of create new component script ([#826](https://github.com/SAP/ui5-webcomponents/issues/826)) ([0241140](https://github.com/SAP/ui5-webcomponents/commit/0241140))
* **ui5-button:** apply correct font-family: 72 ([#825](https://github.com/SAP/ui5-webcomponents/issues/825)) ([21ec559](https://github.com/SAP/ui5-webcomponents/commit/21ec559))




# [1.0.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-10-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "UI5 Web Components: webcomponents.main",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -93,8 +93,8 @@
"directory": "packages/main"
},
"dependencies": {
"@ui5/webcomponents-base": "0.16.0",
"@ui5/webcomponents-core": "0.16.0"
"@ui5/webcomponents-base": "0.17.0",
"@ui5/webcomponents-core": "0.17.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
Expand Down
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.

# [1.0.0-rc.4](https://github.com/SAP/openui5/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2019-10-11)

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





# [1.0.0-rc.3](https://github.com/SAP/openui5/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-10-03)

**Note:** Version bump only for package @ui5/webcomponents-playground
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui5/webcomponents-playground",
"private": true,
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "UI5 Web Components Playground",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@openui5/sap.ui.core": "^1.60.2",
"@openui5/sap.ui.layout": "^1.60.2",
"@openui5/themelib_sap_belize": "^1.60.2",
"@ui5/webcomponents": "1.0.0-rc.3"
"@ui5/webcomponents": "1.0.0-rc.4"
},
"devDependencies": {
"@ui5/cli": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 class="ui5-header bold-font">UI5 Web Components</h2>
Github Project &rsaquo;</a>
<iframe src="https://ghbtns.com/github-btn.html?user=sap&repo=ui5-webcomponents&type=star&count=true&size=small" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
</div>
<div class="curr-version">Current version 1.0.0-rc.3</div>
<div class="curr-version">Current version 1.0.0-rc.4</div>
</div>
</div>
</header>
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/webapp/view/Main.view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ToolbarSpacer></ToolbarSpacer>

<Label class="version-label" text="v1.0.0-rc.3">
<Label class="version-label" text="v1.0.0-rc.4">
<layoutData>
<OverflowToolbarLayoutData priority="NeverOverflow" />
</layoutData>
Expand Down Expand Up @@ -78,7 +78,7 @@
</FlexBox>

<HBox width="100%" justifyContent="SpaceBetween" alignItems="Center">
<Label class="version-label-in-settings" text="v1.0.0-rc.3" />
<Label class="version-label-in-settings" text="v1.0.0-rc.4" />
<HBox class="settings-buttons-wrapper" width="100%" justifyContent="End">
<Button type="Transparent" text="Close" press="closeSettingsMenu" class="margin-end custom-button-height" />
<Button text="Apply" press="applyChangeSettings" class="custom-button-height" />
Expand Down

0 comments on commit 3f10b37

Please sign in to comment.