chore: release new versions
- @lion/dialog@0.4.13 - @lion/form-system@0.7.1 - @lion/input-datepicker@0.11.1 - @lion/overlays@0.12.8 - @lion/select-rich@0.14.0 - @lion/tooltip@0.8.8
This commit is contained in:
parent
f6168da504
commit
04df0d7054
12 changed files with 71 additions and 12 deletions
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.4.13](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.12...@lion/dialog@0.4.13) (2020-03-26)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.12](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.11...@lion/dialog@0.4.12) (2020-03-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.4.12",
|
||||
"version": "0.4.13",
|
||||
"description": "Show relative overlay content on click, as a webcomponent",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.5.0",
|
||||
"@lion/overlays": "0.12.7"
|
||||
"@lion/overlays": "0.12.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.10.4",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.0...@lion/form-system@0.7.1) (2020-03-26)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.8...@lion/form-system@0.7.0) (2020-03-25)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -41,14 +41,14 @@
|
|||
"@lion/input": "0.5.20",
|
||||
"@lion/input-amount": "0.5.20",
|
||||
"@lion/input-date": "0.5.21",
|
||||
"@lion/input-datepicker": "0.11.0",
|
||||
"@lion/input-datepicker": "0.11.1",
|
||||
"@lion/input-email": "0.6.5",
|
||||
"@lion/input-iban": "0.7.0",
|
||||
"@lion/input-range": "0.2.20",
|
||||
"@lion/localize": "0.9.0",
|
||||
"@lion/radio-group": "0.8.6",
|
||||
"@lion/select": "0.5.20",
|
||||
"@lion/select-rich": "0.13.0",
|
||||
"@lion/select-rich": "0.14.0",
|
||||
"@lion/textarea": "0.5.21",
|
||||
"@lion/validate": "0.9.0",
|
||||
"@open-wc/demoing-storybook": "^1.10.4",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.11.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.0...@lion/input-datepicker@0.11.1) (2020-03-26)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.11.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.10.3...@lion/input-datepicker@0.11.0) (2020-03-25)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"@lion/field": "0.12.0",
|
||||
"@lion/input-date": "0.5.21",
|
||||
"@lion/localize": "0.9.0",
|
||||
"@lion/overlays": "0.12.7",
|
||||
"@lion/overlays": "0.12.8",
|
||||
"@lion/validate": "0.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.12.8](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.7...@lion/overlays@0.12.8) (2020-03-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **select-rich:** consider no default select for inheritsReferenceWidth ([e636ce1](https://github.com/ing-bank/lion/commit/e636ce1f9c12c35a0885aa6e991d9554c944def5))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.12.7](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.6...@lion/overlays@0.12.7) (2020-03-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.12.7",
|
||||
"version": "0.12.8",
|
||||
"description": "Overlays System using lit-html for rendering",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,22 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.14.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.13.0...@lion/select-rich@0.14.0) (2020-03-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **select-rich:** consider no default select for inheritsReferenceWidth ([e636ce1](https://github.com/ing-bank/lion/commit/e636ce1f9c12c35a0885aa6e991d9554c944def5))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **select-rich:** add has no default selection feature ([975a01a](https://github.com/ing-bank/lion/commit/975a01aca91d11f25f7391fff3bca692a67681b8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.13.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.12.4...@lion/select-rich@0.13.0) (2020-03-25)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.13.0",
|
||||
"version": "0.14.0",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
"@lion/choice-input": "0.8.0",
|
||||
"@lion/core": "0.5.0",
|
||||
"@lion/field": "0.12.0",
|
||||
"@lion/overlays": "0.12.7",
|
||||
"@lion/overlays": "0.12.8",
|
||||
"@lion/validate": "0.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.8](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.7...@lion/tooltip@0.8.8) (2020-03-26)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.7](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.6...@lion/tooltip@0.8.7) (2020-03-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.8.7",
|
||||
"version": "0.8.8",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.5.0",
|
||||
"@lion/overlays": "0.12.7"
|
||||
"@lion/overlays": "0.12.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.10.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue