Skip to content

Commit

Permalink
chore(release): 0.50.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.50.1](v0.50.0...v0.50.1) (2019-11-29)

### Bug Fixes

* **circleci:** upgrade to node v8.16 to fix semantic versioning ([#166](#166)) ([573486a](573486a))
* **cross-icon:** added comprehensive unit tests ([#152](#152)) ([df3df50](df3df50))
* **globe-icon:** added comprehensive unit tests ([#153](#153)) ([8eae58f](8eae58f))
* **info-icon:** added comprehensive unit tests ([#154](#154)) ([c2ae640](c2ae640))
* **map-pin-icon:** added comprehensive unit tests ([#155](#155)) ([df1dc0d](df1dc0d))
* **package.json:** fix npm package vulnerabilities ([#164](#164)) ([7bcff61](7bcff61))
* **person-icon:** added comprehensive unit tests ([#157](#157)) ([f154587](f154587))
* **pin-icon:** added comprehensive unit tests ([#158](#158)) ([884fe3f](884fe3f))
* **pin-plus-icon:** added comprehensive unit tests ([#159](#159)) ([46ef67f](46ef67f))
* **toggle:** wrap toggle control with label for better a11y ([#145](#145)) ([11c2246](11c2246))
  • Loading branch information
semantic-release-bot committed Nov 29, 2019
1 parent 573486a commit 0f4760c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 33 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.50.1](https://github.com/qantasairways/runway/compare/v0.50.0...v0.50.1) (2019-11-29)


### Bug Fixes

* **circleci:** upgrade to node v8.16 to fix semantic versioning ([#166](https://github.com/qantasairways/runway/issues/166)) ([573486a](https://github.com/qantasairways/runway/commit/573486a59935d5aac467debbb001f0b6bbb86669))
* **cross-icon:** added comprehensive unit tests ([#152](https://github.com/qantasairways/runway/issues/152)) ([df3df50](https://github.com/qantasairways/runway/commit/df3df5059f87106b37fafaf60f69a4ee8ee234a6))
* **globe-icon:** added comprehensive unit tests ([#153](https://github.com/qantasairways/runway/issues/153)) ([8eae58f](https://github.com/qantasairways/runway/commit/8eae58fd4197bdd75a5b324629fbfea5c3c14edf))
* **info-icon:** added comprehensive unit tests ([#154](https://github.com/qantasairways/runway/issues/154)) ([c2ae640](https://github.com/qantasairways/runway/commit/c2ae6408a3037ac4619cbdf1e31e10429a641b50))
* **map-pin-icon:** added comprehensive unit tests ([#155](https://github.com/qantasairways/runway/issues/155)) ([df1dc0d](https://github.com/qantasairways/runway/commit/df1dc0db20b6e931bdb48a71dfbd855081104475))
* **package.json:** fix npm package vulnerabilities ([#164](https://github.com/qantasairways/runway/issues/164)) ([7bcff61](https://github.com/qantasairways/runway/commit/7bcff61d0e0f49fb1c59de52f8a3b5a1602ed890))
* **person-icon:** added comprehensive unit tests ([#157](https://github.com/qantasairways/runway/issues/157)) ([f154587](https://github.com/qantasairways/runway/commit/f1545876d6d4fbf380c9b5412fe7282d544a2ee7))
* **pin-icon:** added comprehensive unit tests ([#158](https://github.com/qantasairways/runway/issues/158)) ([884fe3f](https://github.com/qantasairways/runway/commit/884fe3fbb95416cabeaf7eaa9715c2100f37e2c4))
* **pin-plus-icon:** added comprehensive unit tests ([#159](https://github.com/qantasairways/runway/issues/159)) ([46ef67f](https://github.com/qantasairways/runway/commit/46ef67fb90eed9618d9c583bb644778ec5910290))
* **toggle:** wrap toggle control with label for better a11y ([#145](https://github.com/qantasairways/runway/issues/145)) ([11c2246](https://github.com/qantasairways/runway/commit/11c22468fd537d01184889381bf12cbee3d9f8d5))

# [0.50.0](https://github.com/qantasairways/runway/compare/v0.49.7...v0.50.0) (2019-11-28)


Expand Down
46 changes: 14 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qantasairways/runway",
"version": "0.50.0",
"version": "0.50.1",
"description": "Qantas Style Guide",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down

0 comments on commit 0f4760c

Please sign in to comment.