chore: release new versions

- @lion/steps@0.1.18
This commit is contained in:
CircleCI 2019-10-24 09:52:53 +00:00
parent 8c724fa59f
commit bf474fb8d5
2 changed files with 13 additions and 1 deletions

View file

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.18](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.17...@lion/steps@0.1.18) (2019-10-24)
### Bug Fixes
* **steps:** always fire [@enter](https://github.com/enter) only once ([8c724fa](https://github.com/ing-bank/lion/commit/8c724fa))
* **steps:** steps.current should be update before [@enter](https://github.com/enter) ([ebe2bc1](https://github.com/ing-bank/lion/commit/ebe2bc1))
## [0.1.17](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.16...@lion/steps@0.1.17) (2019-10-23) ## [0.1.17](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.16...@lion/steps@0.1.17) (2019-10-23)
**Note:** Version bump only for package @lion/steps **Note:** Version bump only for package @lion/steps

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/steps", "name": "@lion/steps",
"version": "0.1.17", "version": "0.1.18",
"description": "Breaks a single goal down into dependable sub-tasks.", "description": "Breaks a single goal down into dependable sub-tasks.",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",