chore: release new versions

- @lion/option@0.1.0
 - @lion/select-rich@0.1.0
This commit is contained in:
CircleCI 2019-07-25 15:42:10 +00:00
parent 784462d65a
commit 02741266d0
4 changed files with 33 additions and 11 deletions

View file

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 0.1.0 (2019-07-25)
### Features
* add lion-select-rich ([66b7880](https://github.com/ing-bank/lion/commit/66b7880))

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/option", "name": "@lion/option",
"version": "0.0.0", "version": "0.1.0",
"description": "Allows to provide options for a rich select", "description": "Allows to provide options for a rich select",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -32,9 +32,9 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@lion/choice-input": "^0.2.18",
"@lion/core": "^0.1.13", "@lion/core": "^0.1.13",
"@lion/field": "^0.1.38", "@lion/field": "^0.1.38"
"@lion/choice-input": "^0.2.18"
}, },
"devDependencies": { "devDependencies": {
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",

View file

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 0.1.0 (2019-07-25)
### Features
* add lion-select-rich ([66b7880](https://github.com/ing-bank/lion/commit/66b7880))

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/select-rich", "name": "@lion/select-rich",
"version": "0.0.0", "version": "0.1.0",
"description": "Provides a select with options that can contain html", "description": "Provides a select with options that can contain html",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -36,16 +36,16 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@lion/core": "^0.1.13",
"@lion/overlays": "^0.3.11",
"@lion/button": "^0.2.0", "@lion/button": "^0.2.0",
"@lion/option": "^0.0.0", "@lion/core": "^0.1.13",
"@lion/validate": "^0.2.22", "@lion/field": "^0.1.38",
"@lion/field": "^0.1.38" "@lion/option": "^0.1.0",
"@lion/overlays": "^0.3.11",
"@lion/validate": "^0.2.22"
}, },
"devDependencies": { "devDependencies": {
"@lion/form": "^0.1.21",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.0.6", "@open-wc/testing": "^2.0.6"
"@lion/form": "^0.1.21"
} }
} }