From 96b82b70b2eb3c16d61598f50c0245392cad504f Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 27 Jul 2020 09:17:11 +0000 Subject: [PATCH] chore: release new versions - @lion/form-integrations@0.1.22 - @lion/select-rich@0.18.21 --- packages/form-integrations/CHANGELOG.md | 8 ++++++++ packages/form-integrations/package.json | 4 ++-- packages/select-rich/CHANGELOG.md | 11 +++++++++++ packages/select-rich/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index ac084517f..02ae8b2bd 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.22](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.21...@lion/form-integrations@0.1.22) (2020-07-27) + +**Note:** Version bump only for package @lion/form-integrations + + + + + ## [0.1.21](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.20...@lion/form-integrations@0.1.21) (2020-07-16) **Note:** Version bump only for package @lion/form-integrations diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index 1d83600af..575c728fd 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.1.21", + "version": "0.1.22", "description": "The Form System allows you to create complex forms with various validation in an easy way", "license": "MIT", "author": "ing-bank", @@ -44,7 +44,7 @@ "@lion/localize": "0.13.1", "@lion/radio-group": "0.11.6", "@lion/select": "0.7.13", - "@lion/select-rich": "0.18.20", + "@lion/select-rich": "0.18.21", "@lion/textarea": "0.7.13", "@lion/validate-messages": "0.2.5" }, diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 5b7b9e8ab..4e09b0d97 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/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.18.21](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.20...@lion/select-rich@0.18.21) (2020-07-27) + + +### Bug Fixes + +* **select-rich:** add serializedValue setter due to getter override ([23f61eb](https://github.com/ing-bank/lion/commit/23f61eb81379523087aa67c329352a9d99cd556a)) + + + + + ## [0.18.20](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.19...@lion/select-rich@0.18.20) (2020-07-16) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 1599af2c1..3728c0425 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.18.20", + "version": "0.18.21", "description": "Provides a select with options that can contain html", "license": "MIT", "author": "ing-bank",