chore: release new versions

- @lion/steps@0.1.10
This commit is contained in:
CircleCI 2019-06-03 14:21:19 +00:00
parent f4bbc713fb
commit 55e378f8ce
2 changed files with 12 additions and 1 deletions

View file

@ -3,6 +3,17 @@
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.10](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.9...@lion/steps@0.1.10) (2019-06-03)
### Bug Fixes
* **steps:** allow extensions to introduce new non-default slots ([37d0db5](https://github.com/ing-bank/lion/commit/37d0db5))
## [0.1.9](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.8...@lion/steps@0.1.9) (2019-05-29) ## [0.1.9](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.8...@lion/steps@0.1.9) (2019-05-29)
**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.9", "version": "0.1.10",
"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/",