From 1f632f27392889461a56f0ba8163365a66519f6a Mon Sep 17 00:00:00 2001 From: Lime Developer Date: Fri, 5 Apr 2019 10:26:13 +0000 Subject: [PATCH] chore(release): 20.0.0 [skip ci] # [20.0.0](https://github.com/Lundalogik/lime-elements/compare/v19.1.1...v20.0.0) (2019-04-05) ### Bug Fixes * **list:** disabled items not handled correctly ([93a24cb](https://github.com/Lundalogik/lime-elements/commit/93a24cb)) ### Code Refactoring * **multi-select:** remove multi-select ([33fd282](https://github.com/Lundalogik/lime-elements/commit/33fd282)), closes [#203](https://github.com/Lundalogik/lime-elements/issues/203) ### Features * **select:** add `required` property ([78be0a8](https://github.com/Lundalogik/lime-elements/commit/78be0a8)), closes [Lundalogik/lime-webclient#973](https://github.com/Lundalogik/lime-webclient/issues/973) * **select:** add property for selecting multiple values ([1f7d193](https://github.com/Lundalogik/lime-elements/commit/1f7d193)), closes [#203](https://github.com/Lundalogik/lime-elements/issues/203) ### BREAKING CHANGES * **multi-select:** multi-select component has been removed in favor of the select component that now has a property called `multiple` that offers the same functionality in a better way --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b4511542..048ee131d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# [20.0.0](https://github.com/Lundalogik/lime-elements/compare/v19.1.1...v20.0.0) (2019-04-05) + + +### Bug Fixes + +* **list:** disabled items not handled correctly ([93a24cb](https://github.com/Lundalogik/lime-elements/commit/93a24cb)) + + +### Code Refactoring + +* **multi-select:** remove multi-select ([33fd282](https://github.com/Lundalogik/lime-elements/commit/33fd282)), closes [#203](https://github.com/Lundalogik/lime-elements/issues/203) + + +### Features + +* **select:** add `required` property ([78be0a8](https://github.com/Lundalogik/lime-elements/commit/78be0a8)), closes [Lundalogik/lime-webclient#973](https://github.com/Lundalogik/lime-webclient/issues/973) +* **select:** add property for selecting multiple values ([1f7d193](https://github.com/Lundalogik/lime-elements/commit/1f7d193)), closes [#203](https://github.com/Lundalogik/lime-elements/issues/203) + + +### BREAKING CHANGES + +* **multi-select:** multi-select component has been removed in favor of the select component that now +has a property called `multiple` that offers the same functionality in a better way + ## [19.1.1](https://github.com/Lundalogik/lime-elements/compare/v19.1.0...v19.1.1) (2019-04-05) diff --git a/package-lock.json b/package-lock.json index 02a1c5d6fe..08b81716b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lime-elements", - "version": "19.1.1", + "version": "20.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8ad0297cd6..d5595b29f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lime-elements", - "version": "19.1.1", + "version": "20.0.0", "description": "Lime Elements", "author": "Lime Technologies", "license": "UNLICENSED",