chore: release new versions
- @lion/button@0.7.6 - @lion/form-integrations@0.1.10 - @lion/select-rich@0.18.9
This commit is contained in:
parent
38df686ff5
commit
92df108799
6 changed files with 33 additions and 6 deletions
|
|
@ -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.7.6](https://github.com/ing-bank/lion/compare/@lion/button@0.7.5...@lion/button@0.7.6) (2020-06-24)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **button:** prevent scrolling when repeating space key ([7eec6f3](https://github.com/ing-bank/lion/commit/7eec6f37651d16cc94f77d86f891d19137cfd427))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.7.5](https://github.com/ing-bank/lion/compare/@lion/button@0.7.4...@lion/button@0.7.5) (2020-06-18)
|
## [0.7.5](https://github.com/ing-bank/lion/compare/@lion/button@0.7.4...@lion/button@0.7.5) (2020-06-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/button
|
**Note:** Version bump only for package @lion/button
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/button",
|
"name": "@lion/button",
|
||||||
"version": "0.7.5",
|
"version": "0.7.6",
|
||||||
"description": "A button that is easily styleable and accessible in all contexts",
|
"description": "A button that is easily styleable and accessible in all contexts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,14 @@
|
||||||
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/form-integrations@0.1.9...@lion/form-integrations@0.1.10) (2020-06-24)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/form-integrations
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.1.9](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.8...@lion/form-integrations@0.1.9) (2020-06-23)
|
## [0.1.9](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.8...@lion/form-integrations@0.1.9) (2020-06-23)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/form-integrations
|
**Note:** Version bump only for package @lion/form-integrations
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-integrations",
|
"name": "@lion/form-integrations",
|
||||||
"version": "0.1.9",
|
"version": "0.1.10",
|
||||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
"./docs/helper-wc/h-output.js"
|
"./docs/helper-wc/h-output.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/button": "0.7.5",
|
"@lion/button": "0.7.6",
|
||||||
"@lion/checkbox-group": "0.10.6",
|
"@lion/checkbox-group": "0.10.6",
|
||||||
"@lion/core": "0.7.2",
|
"@lion/core": "0.7.2",
|
||||||
"@lion/fieldset": "0.13.6",
|
"@lion/fieldset": "0.13.6",
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
"@lion/localize": "0.12.1",
|
"@lion/localize": "0.12.1",
|
||||||
"@lion/radio-group": "0.10.6",
|
"@lion/radio-group": "0.10.6",
|
||||||
"@lion/select": "0.7.6",
|
"@lion/select": "0.7.6",
|
||||||
"@lion/select-rich": "0.18.8",
|
"@lion/select-rich": "0.18.9",
|
||||||
"@lion/textarea": "0.7.6",
|
"@lion/textarea": "0.7.6",
|
||||||
"@lion/validate-messages": "0.1.6"
|
"@lion/validate-messages": "0.1.6"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,14 @@
|
||||||
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.18.9](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.8...@lion/select-rich@0.18.9) (2020-06-24)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/select-rich
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.18.8](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.7...@lion/select-rich@0.18.8) (2020-06-23)
|
## [0.18.8](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.7...@lion/select-rich@0.18.8) (2020-06-23)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/select-rich
|
**Note:** Version bump only for package @lion/select-rich
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/select-rich",
|
"name": "@lion/select-rich",
|
||||||
"version": "0.18.8",
|
"version": "0.18.9",
|
||||||
"description": "Provides a select with options that can contain html",
|
"description": "Provides a select with options that can contain html",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
"lion-select-rich.js"
|
"lion-select-rich.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/button": "0.7.5",
|
"@lion/button": "0.7.6",
|
||||||
"@lion/core": "0.7.2",
|
"@lion/core": "0.7.2",
|
||||||
"@lion/form-core": "0.1.6",
|
"@lion/form-core": "0.1.6",
|
||||||
"@lion/overlays": "0.16.5"
|
"@lion/overlays": "0.16.5"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue