Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.8...v0.2.0) (2019-09-27)

### Bug Fixes

* **ci:** changes to fix deprecation warning about prepublish ([d2da681](d2da681))
* **storybook:** improves toaster storybook ([d6a2c0e](d6a2c0e))
* **toolchain:** adds some typescript-eslint dev deps and pretest script ([dc6def4](dc6def4))

### Features

* **buttons:** adds Button component ([34314ef](34314ef)), closes [#19](#19)
* **buttons:** adds icon functionality to buttons ([95cdc7a](95cdc7a)), closes [#19](#19)
* **icons:** adds Icon component wrapper around fontawesome" ([aabd1a1](aabd1a1)), closes [#19](#19)
* **storybook:** adds confirm component in storybook ([3167f35](3167f35))
  • Loading branch information
semantic-release-bot committed Sep 27, 2019
1 parent cfb3b87 commit 0aea0c5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.2.0](https://github.com/HospitalRun/components/compare/v0.1.8...v0.2.0) (2019-09-27)


### Bug Fixes

* **ci:** changes to fix deprecation warning about prepublish ([d2da681](https://github.com/HospitalRun/components/commit/d2da681))
* **storybook:** improves toaster storybook ([d6a2c0e](https://github.com/HospitalRun/components/commit/d6a2c0e))
* **toolchain:** adds some typescript-eslint dev deps and pretest script ([dc6def4](https://github.com/HospitalRun/components/commit/dc6def4))


### Features

* **buttons:** adds Button component ([34314ef](https://github.com/HospitalRun/components/commit/34314ef)), closes [#19](https://github.com/HospitalRun/components/issues/19)
* **buttons:** adds icon functionality to buttons ([95cdc7a](https://github.com/HospitalRun/components/commit/95cdc7a)), closes [#19](https://github.com/HospitalRun/components/issues/19)
* **icons:** adds Icon component wrapper around fontawesome" ([aabd1a1](https://github.com/HospitalRun/components/commit/aabd1a1)), closes [#19](https://github.com/HospitalRun/components/issues/19)
* **storybook:** adds confirm component in storybook ([3167f35](https://github.com/HospitalRun/components/commit/3167f35))

## [0.1.8](https://github.com/HospitalRun/components/compare/v0.1.7...v0.1.8) (2019-09-27)


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": "@hospitalrun/components",
"version": "0.1.8",
"version": "0.2.0",
"license": "MIT",
"module": "dist/components.esm.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 0aea0c5

Please sign in to comment.