chore: release new versions
- @lion/option@0.1.0 - @lion/select-rich@0.1.0
This commit is contained in:
parent
784462d65a
commit
02741266d0
4 changed files with 33 additions and 11 deletions
11
packages/option/CHANGELOG.md
Normal file
11
packages/option/CHANGELOG.md
Normal 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))
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/option",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "Allows to provide options for a rich select",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,9 +32,9 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/choice-input": "^0.2.18",
|
||||
"@lion/core": "^0.1.13",
|
||||
"@lion/field": "^0.1.38",
|
||||
"@lion/choice-input": "^0.2.18"
|
||||
"@lion/field": "^0.1.38"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^0.2.0",
|
||||
|
|
|
|||
11
packages/select-rich/CHANGELOG.md
Normal file
11
packages/select-rich/CHANGELOG.md
Normal 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))
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,16 +36,16 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "^0.1.13",
|
||||
"@lion/overlays": "^0.3.11",
|
||||
"@lion/button": "^0.2.0",
|
||||
"@lion/option": "^0.0.0",
|
||||
"@lion/validate": "^0.2.22",
|
||||
"@lion/field": "^0.1.38"
|
||||
"@lion/core": "^0.1.13",
|
||||
"@lion/field": "^0.1.38",
|
||||
"@lion/option": "^0.1.0",
|
||||
"@lion/overlays": "^0.3.11",
|
||||
"@lion/validate": "^0.2.22"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/form": "^0.1.21",
|
||||
"@open-wc/demoing-storybook": "^0.2.0",
|
||||
"@open-wc/testing": "^2.0.6",
|
||||
"@lion/form": "^0.1.21"
|
||||
"@open-wc/testing": "^2.0.6"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue