From 92df108799b1abd8a11b3b16886a50a5cd1ce249 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 24 Jun 2020 06:53:48 +0000 Subject: [PATCH] chore: release new versions - @lion/button@0.7.6 - @lion/form-integrations@0.1.10 - @lion/select-rich@0.18.9 --- packages/button/CHANGELOG.md | 11 +++++++++++ packages/button/package.json | 2 +- packages/form-integrations/CHANGELOG.md | 8 ++++++++ packages/form-integrations/package.json | 6 +++--- packages/select-rich/CHANGELOG.md | 8 ++++++++ packages/select-rich/package.json | 4 ++-- 6 files changed, 33 insertions(+), 6 deletions(-) diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index c81cff4ab..d30d9364f 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -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.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) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index caa482c8f..82a49510f 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.7.5", + "version": "0.7.6", "description": "A button that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index b330263a2..ed8ecf282 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -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.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) **Note:** Version bump only for package @lion/form-integrations diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index 4f3d4f8f1..cf8ee2ad1 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "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", "license": "MIT", "author": "ing-bank", @@ -27,7 +27,7 @@ "./docs/helper-wc/h-output.js" ], "dependencies": { - "@lion/button": "0.7.5", + "@lion/button": "0.7.6", "@lion/checkbox-group": "0.10.6", "@lion/core": "0.7.2", "@lion/fieldset": "0.13.6", @@ -42,7 +42,7 @@ "@lion/localize": "0.12.1", "@lion/radio-group": "0.10.6", "@lion/select": "0.7.6", - "@lion/select-rich": "0.18.8", + "@lion/select-rich": "0.18.9", "@lion/textarea": "0.7.6", "@lion/validate-messages": "0.1.6" }, diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index b66752dac..0707fd820 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -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.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) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 0f1e8195d..07f678bf9 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.18.8", + "version": "0.18.9", "description": "Provides a select with options that can contain html", "license": "MIT", "author": "ing-bank", @@ -31,7 +31,7 @@ "lion-select-rich.js" ], "dependencies": { - "@lion/button": "0.7.5", + "@lion/button": "0.7.6", "@lion/core": "0.7.2", "@lion/form-core": "0.1.6", "@lion/overlays": "0.16.5"