chore: release new versions

- @lion/button@0.7.1
 - @lion/form-integrations@0.1.1
 - @lion/select-rich@0.18.1
 - @lion/switch@0.10.1
This commit is contained in:
CircleCI 2020-06-02 06:36:38 +00:00
parent 469c3bd667
commit 537264cbba
8 changed files with 45 additions and 7 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.7.1](https://github.com/ing-bank/lion/compare/@lion/button@0.7.0...@lion/button@0.7.1) (2020-06-02)
### Bug Fixes
* **button:** aria-disabled for button and switch ([31ccb4a](https://github.com/ing-bank/lion/commit/31ccb4a10f6b14e93ddaca825d5e6bf2db8dd1ee))
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/button@0.6.0...@lion/button@0.7.0) (2020-05-29) # [0.7.0](https://github.com/ing-bank/lion/compare/@lion/button@0.6.0...@lion/button@0.7.0) (2020-05-29)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/button", "name": "@lion/button",
"version": "0.7.0", "version": "0.7.1",
"description": "A button that is easily styleable and accessible in all contexts", "description": "A button that is easily styleable and accessible in all contexts",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",

View file

@ -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.1](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.0...@lion/form-integrations@0.1.1) (2020-06-02)
**Note:** Version bump only for package @lion/form-integrations
# 0.1.0 (2020-05-29) # 0.1.0 (2020-05-29)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form-integrations", "name": "@lion/form-integrations",
"version": "0.1.0", "version": "0.1.1",
"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",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"./stories/helper-wc/h-output.js" "./stories/helper-wc/h-output.js"
], ],
"dependencies": { "dependencies": {
"@lion/button": "0.7.0", "@lion/button": "0.7.1",
"@lion/checkbox-group": "0.10.0", "@lion/checkbox-group": "0.10.0",
"@lion/core": "0.6.0", "@lion/core": "0.6.0",
"@lion/field": "0.13.1", "@lion/field": "0.13.1",
@ -52,7 +52,7 @@
"@lion/localize": "0.11.0", "@lion/localize": "0.11.0",
"@lion/radio-group": "0.10.0", "@lion/radio-group": "0.10.0",
"@lion/select": "0.7.0", "@lion/select": "0.7.0",
"@lion/select-rich": "0.18.0", "@lion/select-rich": "0.18.1",
"@lion/textarea": "0.7.0", "@lion/textarea": "0.7.0",
"@lion/validate-messages": "0.1.0" "@lion/validate-messages": "0.1.0"
} }

View file

@ -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.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.0...@lion/select-rich@0.18.1) (2020-06-02)
**Note:** Version bump only for package @lion/select-rich
# [0.18.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.17.5...@lion/select-rich@0.18.0) (2020-05-29) # [0.18.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.17.5...@lion/select-rich@0.18.0) (2020-05-29)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/select-rich", "name": "@lion/select-rich",
"version": "0.18.0", "version": "0.18.1",
"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/",
@ -44,7 +44,7 @@
"lion-select-rich.js" "lion-select-rich.js"
], ],
"dependencies": { "dependencies": {
"@lion/button": "0.7.0", "@lion/button": "0.7.1",
"@lion/core": "0.6.0", "@lion/core": "0.6.0",
"@lion/form-core": "0.1.0", "@lion/form-core": "0.1.0",
"@lion/overlays": "0.16.0" "@lion/overlays": "0.16.0"

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.10.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.0...@lion/switch@0.10.1) (2020-06-02)
### Bug Fixes
* **button:** aria-disabled for button and switch ([31ccb4a](https://github.com/ing-bank/lion/commit/31ccb4a10f6b14e93ddaca825d5e6bf2db8dd1ee))
# [0.10.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.9.1...@lion/switch@0.10.0) (2020-05-29) # [0.10.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.9.1...@lion/switch@0.10.0) (2020-05-29)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/switch", "name": "@lion/switch",
"version": "0.10.0", "version": "0.10.1",
"description": "A Switch is used for switching a property or feature on and off", "description": "A Switch is used for switching a property or feature on and off",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",