From daa97de46652f872a18e7fc3dd6c523d5ae721ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Sep 2020 07:48:16 +0000 Subject: [PATCH] Version Packages --- .changeset/perfect-birds-relate.md | 5 ----- packages/form-integrations/CHANGELOG.md | 6 ++++++ packages/form-integrations/package.json | 4 ++-- packages/listbox/CHANGELOG.md | 7 +++++++ packages/listbox/package.json | 2 +- packages/select-rich/CHANGELOG.md | 7 +++++++ packages/select-rich/package.json | 4 ++-- 7 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 .changeset/perfect-birds-relate.md diff --git a/.changeset/perfect-birds-relate.md b/.changeset/perfect-birds-relate.md deleted file mode 100644 index 905d49451..000000000 --- a/.changeset/perfect-birds-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/listbox': patch ---- - -Remove usage of public class fields diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index affb3b903..ec8f1655b 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.3.2 + +### Patch Changes + +- @lion/select-rich@0.21.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index c7dfd42f7..95ba74f7c 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.3.1", + "version": "0.3.2", "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.14.4", "@lion/radio-group": "0.11.16", "@lion/select": "0.7.23", - "@lion/select-rich": "0.21.1", + "@lion/select-rich": "0.21.2", "@lion/textarea": "0.7.23", "@lion/validate-messages": "0.2.15" }, diff --git a/packages/listbox/CHANGELOG.md b/packages/listbox/CHANGELOG.md index e36fdc5a6..9f3e3024b 100644 --- a/packages/listbox/CHANGELOG.md +++ b/packages/listbox/CHANGELOG.md @@ -1,6 +1,13 @@ # @lion/listbox +## 0.1.1 + +### Patch Changes + +- 27bc8058: Remove usage of public class fields + ## 0.1.0 + ### Minor Changes - 0ec72ac3: Adds a new listbox package. A listbox widget presents a list of options and allows a user to select one or more of them. diff --git a/packages/listbox/package.json b/packages/listbox/package.json index 6074c267e..a8e49bbc4 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/listbox", - "version": "0.1.0", + "version": "0.1.1", "description": "A listbox widget presents a list of options and allows a user to select one or more of them", "license": "MIT", "author": "ing-bank", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 6003e9d4b..39fea8d2b 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.21.2 + +### Patch Changes + +- Updated dependencies [27bc8058] + - @lion/listbox@0.1.1 + ## 0.21.1 ### Patch Changes diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index b89257e52..1fb5ea617 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.21.1", + "version": "0.21.2", "description": "Provides a select with options that can contain html", "license": "MIT", "author": "ing-bank", @@ -35,7 +35,7 @@ "@lion/button": "0.7.13", "@lion/core": "0.12.0", "@lion/form-core": "0.6.1", - "@lion/listbox": "0.1.0", + "@lion/listbox": "0.1.1", "@lion/overlays": "0.19.0" }, "keywords": [