Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
chore(release): version 0.2.0-rc.10 build 534 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fundamental-bot committed Apr 4, 2019
1 parent 7f3dfcb commit 36b8123
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.0-rc.10"></a>
# [0.2.0-rc.10](https://github.com/SAP/fundamental-vue/compare/v0.2.0-rc.9...v0.2.0-rc.10) (2019-04-04)


### Bug Fixes

* Fixes typescript version and related warnings ([e2d6e02](https://github.com/SAP/fundamental-vue/commit/e2d6e02))


### Features

* Automatic Installation via script-tag ([7f3dfcb](https://github.com/SAP/fundamental-vue/commit/7f3dfcb)), closes [#183](https://github.com/SAP/fundamental-vue/issues/183)



<a name="0.2.0-rc.9"></a>
# [0.2.0-rc.9](https://github.com/SAP/fundamental-vue/compare/v0.2.0-rc.8...v0.2.0-rc.9) (2019-04-02)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fundamental-vue",
"version": "0.2.0-rc.9",
"version": "0.2.0-rc.10",
"scripts": {
"bootstrap": "yarn install && yarn --cwd build install && yarn --cwd ui install && yarn --cwd docs install && yarn --cwd server install",
"serve": "concurrently --kill-others --names \"dev-server,ui,docs\" -c \"blue, red,green\" \"node server\" \"yarn build:ui:dev --watch\" \"cd docs && yarn serve\"",
Expand Down

0 comments on commit 36b8123

Please sign in to comment.