diff --git a/.changeset/dirty-onions-drive.md b/.changeset/dirty-onions-drive.md deleted file mode 100644 index 3cab42eaf..000000000 --- a/.changeset/dirty-onions-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/core': minor ---- - -BREAKING: Remove unused `UpdateStylesMixin` & `DelegateMixin` diff --git a/.changeset/neat-pots-prove.md b/.changeset/neat-pots-prove.md deleted file mode 100644 index f8c4ac878..000000000 --- a/.changeset/neat-pots-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lion/input-amount': minor -'@lion/localize': minor ---- - -Allow specifying thousandSeparator for format number. BREAKING: change decimalSeparator type to only be ',' or '.'. diff --git a/.changeset/rare-tomatoes-kiss.md b/.changeset/rare-tomatoes-kiss.md deleted file mode 100644 index 49fdd1f59..000000000 --- a/.changeset/rare-tomatoes-kiss.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lion/input-amount': patch -'@lion/localize': patch ---- - -Fixes the already existing decimalSeparator property to actually override the decimal with the prop in formatNumberToParts. diff --git a/.changeset/sweet-bags-listen.md b/.changeset/sweet-bags-listen.md deleted file mode 100644 index 89b695455..000000000 --- a/.changeset/sweet-bags-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ajax': major ---- - -First major release (no difference with 0.16.0) diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md index 0a7bb4433..69ca8d123 100644 --- a/packages/accordion/CHANGELOG.md +++ b/packages/accordion/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.11.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + ## 0.11.0 ### Minor Changes diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 03dc4477d..071e2729b 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@lion/accordion", - "version": "0.11.0", + "version": "0.11.1", "description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.", "license": "MIT", "author": "ing-bank", @@ -37,7 +37,7 @@ "lion-accordion.js" ], "dependencies": { - "@lion/core": "^0.23.0" + "@lion/core": "^0.24.0" }, "keywords": [ "accordion", diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index c4291bc31..185a2214b 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.0.0 + +### Major Changes + +- 18287a64: First major release (no difference with 0.16.0) + ## 0.16.0 ### Minor Changes diff --git a/packages/ajax/package.json b/packages/ajax/package.json index a623a7b6f..23dec85d1 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.16.0", + "version": "1.0.0", "description": "Thin wrapper around fetch with support for interceptors.", "license": "MIT", "author": "ing-bank", diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index cd0492d9c..dcc3119ec 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.18.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + ## 0.18.0 ### Minor Changes diff --git a/packages/button/package.json b/packages/button/package.json index f88146f78..d2ed7a8f9 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.18.0", + "version": "0.18.1", "description": "A button that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", @@ -40,7 +40,7 @@ "define.js" ], "dependencies": { - "@lion/core": "^0.23.0" + "@lion/core": "^0.24.0" }, "keywords": [ "button", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 434b5c187..b21e9bc79 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.20.1 + +### Patch Changes + +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/localize@0.26.0 + ## 0.20.0 ### Minor Changes diff --git a/packages/calendar/package.json b/packages/calendar/package.json index caeaaaf23..a022c1520 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.20.0", + "version": "0.20.1", "description": "Standalone calendar", "license": "MIT", "author": "ing-bank", @@ -37,8 +37,8 @@ "lion-calendar.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/localize": "^0.25.0" + "@lion/core": "^0.24.0", + "@lion/localize": "^0.26.0" }, "keywords": [ "calendar", diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index 8776d667f..22d8a0d80 100644 --- a/packages/checkbox-group/CHANGELOG.md +++ b/packages/checkbox-group/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.21.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + - @lion/form-core@0.18.3 + ## 0.21.0 ### Minor Changes diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 1d6b62ff3..cfcd2e113 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.21.0", + "version": "0.21.1", "description": "A container for multiple checkboxes", "license": "MIT", "author": "ing-bank", @@ -40,8 +40,8 @@ "lion-checkbox-indeterminate.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0", + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3", "@lion/input": "^0.18.0" }, "keywords": [ diff --git a/packages/collapsible/CHANGELOG.md b/packages/collapsible/CHANGELOG.md index d1336cb27..c0723d048 100644 --- a/packages/collapsible/CHANGELOG.md +++ b/packages/collapsible/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.9.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + ## 0.9.0 ### Minor Changes diff --git a/packages/collapsible/package.json b/packages/collapsible/package.json index caa0b2982..59ff53c5a 100644 --- a/packages/collapsible/package.json +++ b/packages/collapsible/package.json @@ -1,6 +1,6 @@ { "name": "@lion/collapsible", - "version": "0.9.0", + "version": "0.9.1", "description": "This component is a combination of a button (the invoker), a chunk of extra content.", "license": "MIT", "author": "ing-bank", @@ -39,7 +39,7 @@ "demo/custom-collapsible.js" ], "dependencies": { - "@lion/core": "^0.23.0" + "@lion/core": "^0.24.0" }, "keywords": [ "collapsible", diff --git a/packages/combobox/CHANGELOG.md b/packages/combobox/CHANGELOG.md index 2a68f6cbf..bf5be837a 100644 --- a/packages/combobox/CHANGELOG.md +++ b/packages/combobox/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.11.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + - @lion/form-core@0.18.3 + - @lion/listbox@0.14.1 + - @lion/overlays@0.33.2 + ## 0.11.0 ### Minor Changes diff --git a/packages/combobox/package.json b/packages/combobox/package.json index 39bc8e215..32bbdcf66 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/combobox", - "version": "0.11.0", + "version": "0.11.1", "description": "A widget made up of a single-line textbox and an associated pop-up listbox element", "license": "MIT", "author": "ing-bank", @@ -46,10 +46,10 @@ "docs/google-combobox/google-combobox.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0", - "@lion/listbox": "^0.14.0", - "@lion/overlays": "^0.33.0" + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3", + "@lion/listbox": "^0.14.1", + "@lion/overlays": "^0.33.2" }, "keywords": [ "combobox", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 69ea3004f..4c2c9f600 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.24.0 + +### Minor Changes + +- cc294f20: BREAKING: Remove unused `UpdateStylesMixin` & `DelegateMixin` + ## 0.23.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ea662d86f..c0582e5de 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.23.1", + "version": "0.24.0", "description": "Core functionality that is shared across all Lion Web Components", "license": "MIT", "author": "ing-bank", diff --git a/packages/dialog/CHANGELOG.md b/packages/dialog/CHANGELOG.md index c8a92391a..9cf4eb9df 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.16.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + - @lion/overlays@0.33.2 + ## 0.16.0 ### Minor Changes diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 326d7f613..63c535424 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.16.0", + "version": "0.16.1", "description": "Show relative overlay content on click, as a webcomponent", "license": "MIT", "author": "ing-bank", @@ -38,8 +38,8 @@ "./docs/styled-dialog-content.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/overlays": "^0.33.0" + "@lion/core": "^0.24.0", + "@lion/overlays": "^0.33.2" }, "keywords": [ "dialog", diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 8ef728b21..888d0b004 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.22.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + - @lion/form-core@0.18.3 + ## 0.22.0 ### Minor Changes diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 8edb1e175..1641673eb 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.22.0", + "version": "0.22.1", "description": "Allows to groups multiple input fields or other fieldsets together", "license": "MIT", "author": "ing-bank", @@ -38,8 +38,8 @@ "./docs/helpers/demo-fieldset-child.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0" + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3" }, "keywords": [ "fieldset", diff --git a/packages/form-core/CHANGELOG.md b/packages/form-core/CHANGELOG.md index f29c2dfaa..87ff8a2c2 100644 --- a/packages/form-core/CHANGELOG.md +++ b/packages/form-core/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.18.3 + +### Patch Changes + +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/localize@0.26.0 + ## 0.18.2 ### Patch Changes diff --git a/packages/form-core/package.json b/packages/form-core/package.json index 0453579cb..82f718bc2 100644 --- a/packages/form-core/package.json +++ b/packages/form-core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-core", - "version": "0.18.2", + "version": "0.18.3", "description": "Form-core contains all essential building blocks for creating form fields and fieldsets", "license": "MIT", "author": "ing-bank", @@ -40,8 +40,8 @@ "lion-validation-feedback.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/localize": "^0.25.0" + "@lion/core": "^0.24.0", + "@lion/localize": "^0.26.0" }, "keywords": [ "field", diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index d05b64d8f..f7014452f 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log +## 0.12.1 + +### Patch Changes + +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/input-amount@0.18.0 + - @lion/localize@0.26.0 + - @lion/button@0.18.1 + - @lion/checkbox-group@0.21.1 + - @lion/combobox@0.11.1 + - @lion/fieldset@0.22.1 + - @lion/form-core@0.18.3 + - @lion/input-date@0.15.1 + - @lion/input-datepicker@0.26.1 + - @lion/input-email@0.16.1 + - @lion/input-iban@0.19.1 + - @lion/input-range@0.13.1 + - @lion/input-stepper@0.9.1 + - @lion/listbox@0.14.1 + - @lion/radio-group@0.21.1 + - @lion/select@0.17.1 + - @lion/select-rich@0.31.1 + - @lion/switch@0.21.2 + - @lion/textarea@0.16.1 + - @lion/validate-messages@0.10.1 + ## 0.12.0 ### Minor Changes diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index c90320a06..ee4ae2b13 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.12.0", + "version": "0.12.1", "description": "The Form System allows you to create complex forms with various validation in an easy way", "license": "MIT", "author": "ing-bank", @@ -33,29 +33,29 @@ "test": "cd ../../ && npm run test:browser -- --group form-integrations" }, "dependencies": { - "@lion/button": "^0.18.0", - "@lion/checkbox-group": "^0.21.0", - "@lion/combobox": "^0.11.0", - "@lion/core": "^0.23.0", - "@lion/fieldset": "^0.22.0", + "@lion/button": "^0.18.1", + "@lion/checkbox-group": "^0.21.1", + "@lion/combobox": "^0.11.1", + "@lion/core": "^0.24.0", + "@lion/fieldset": "^0.22.1", "@lion/form": "^0.15.0", - "@lion/form-core": "^0.18.0", + "@lion/form-core": "^0.18.3", "@lion/input": "^0.18.0", - "@lion/input-amount": "^0.17.0", - "@lion/input-date": "^0.15.0", - "@lion/input-datepicker": "^0.26.0", - "@lion/input-email": "^0.16.0", - "@lion/input-iban": "^0.19.0", - "@lion/input-range": "^0.13.0", - "@lion/input-stepper": "^0.9.0", - "@lion/listbox": "^0.14.0", - "@lion/localize": "^0.25.0", - "@lion/radio-group": "^0.21.0", - "@lion/select": "^0.17.0", - "@lion/select-rich": "^0.31.0", - "@lion/switch": "^0.21.0", - "@lion/textarea": "^0.16.0", - "@lion/validate-messages": "^0.10.0" + "@lion/input-amount": "^0.18.0", + "@lion/input-date": "^0.15.1", + "@lion/input-datepicker": "^0.26.1", + "@lion/input-email": "^0.16.1", + "@lion/input-iban": "^0.19.1", + "@lion/input-range": "^0.13.1", + "@lion/input-stepper": "^0.9.1", + "@lion/listbox": "^0.14.1", + "@lion/localize": "^0.26.0", + "@lion/radio-group": "^0.21.1", + "@lion/select": "^0.17.1", + "@lion/select-rich": "^0.31.1", + "@lion/switch": "^0.21.2", + "@lion/textarea": "^0.16.1", + "@lion/validate-messages": "^0.10.1" }, "keywords": [ "form", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 540a1f5f1..5b2b726fd 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.12.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + ## 0.12.0 ### Minor Changes diff --git a/packages/helpers/package.json b/packages/helpers/package.json index aafbe3652..401f3798f 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.12.0", + "version": "0.12.1", "description": "Helpers that are used throughout lion and can be used outside", "license": "MIT", "author": "ing-bank", @@ -36,7 +36,7 @@ "sb-locale-switcher.js" ], "dependencies": { - "@lion/core": "^0.23.0" + "@lion/core": "^0.24.0" }, "keywords": [ "action logger", diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 7efb20ae5..f4d55b023 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.16.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + ## 0.16.0 ### Minor Changes diff --git a/packages/icon/package.json b/packages/icon/package.json index 3066342a0..a9220a800 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.16.0", + "version": "0.16.1", "description": "A web component easily displaying svg icons", "license": "MIT", "author": "ing-bank", @@ -38,7 +38,7 @@ "./docs/icon-resolvers.js" ], "dependencies": { - "@lion/core": "^0.23.0", + "@lion/core": "^0.24.0", "singleton-manager": "^1.5.0" }, "keywords": [ diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index e1b4b4fab..021ac212c 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 0.18.0 + +### Minor Changes + +- 2d58320e: Allow specifying thousandSeparator for format number. BREAKING: change decimalSeparator type to only be ',' or '.'. + +### Patch Changes + +- 11c5ffe0: Fixes the already existing decimalSeparator property to actually override the decimal with the prop in formatNumberToParts. +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/localize@0.26.0 + - @lion/form-core@0.18.3 + - @lion/validate-messages@0.10.1 + ## 0.17.0 ### Minor Changes diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index 2f7c9e6bc..2a5c6509a 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.17.0", + "version": "0.18.0", "description": "Provide a way for users to fill in an amount", "license": "MIT", "author": "ing-bank", @@ -37,11 +37,11 @@ "lion-input-amount.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0", + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3", "@lion/input": "^0.18.0", - "@lion/localize": "^0.25.0", - "@lion/validate-messages": "^0.10.0" + "@lion/localize": "^0.26.0", + "@lion/validate-messages": "^0.10.1" }, "keywords": [ "input-amount", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index b88bbea28..596e65114 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.15.1 + +### Patch Changes + +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/localize@0.26.0 + - @lion/form-core@0.18.3 + - @lion/validate-messages@0.10.1 + ## 0.15.0 ### Minor Changes diff --git a/packages/input-date/package.json b/packages/input-date/package.json index 49f3fbddf..e658c72c1 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.15.0", + "version": "0.15.1", "description": "Provide a way for users to fill in a date", "license": "MIT", "author": "ing-bank", @@ -37,11 +37,11 @@ "lion-input-date.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0", + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3", "@lion/input": "^0.18.0", - "@lion/localize": "^0.25.0", - "@lion/validate-messages": "^0.10.0" + "@lion/localize": "^0.26.0", + "@lion/validate-messages": "^0.10.1" }, "keywords": [ "input-date", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index d84098d56..e2235e87b 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.26.1 + +### Patch Changes + +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/localize@0.26.0 + - @lion/calendar@0.20.1 + - @lion/form-core@0.18.3 + - @lion/input-date@0.15.1 + - @lion/overlays@0.33.2 + - @lion/validate-messages@0.10.1 + ## 0.26.0 ### Minor Changes diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index a95f75c84..58a8a3191 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.26.0", + "version": "0.26.1", "description": "Provide a way for users to fill in a date via a calendar overlay", "license": "MIT", "author": "ing-bank", @@ -37,13 +37,13 @@ "lion-input-datepicker.js" ], "dependencies": { - "@lion/calendar": "^0.20.0", - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0", - "@lion/input-date": "^0.15.0", - "@lion/localize": "^0.25.0", - "@lion/overlays": "^0.33.0", - "@lion/validate-messages": "^0.10.0" + "@lion/calendar": "^0.20.1", + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3", + "@lion/input-date": "^0.15.1", + "@lion/localize": "^0.26.0", + "@lion/overlays": "^0.33.2", + "@lion/validate-messages": "^0.10.1" }, "keywords": [ "calendar", diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 8006c6ab9..634cdc3d5 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.16.1 + +### Patch Changes + +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/localize@0.26.0 + - @lion/form-core@0.18.3 + - @lion/validate-messages@0.10.1 + ## 0.16.0 ### Minor Changes diff --git a/packages/input-email/package.json b/packages/input-email/package.json index 76dd7a51e..117c322b3 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.16.0", + "version": "0.16.1", "description": "Provide a way for users to fill in an email", "license": "MIT", "author": "ing-bank", @@ -37,11 +37,11 @@ "lion-input-email.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0", + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3", "@lion/input": "^0.18.0", - "@lion/localize": "^0.25.0", - "@lion/validate-messages": "^0.10.0" + "@lion/localize": "^0.26.0", + "@lion/validate-messages": "^0.10.1" }, "keywords": [ "input-email", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index edb9a9feb..d61e5a9af 100644 --- a/packages/input-iban/CHANGELOG.md +++ b/packages/input-iban/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.19.1 + +### Patch Changes + +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/localize@0.26.0 + - @lion/form-core@0.18.3 + - @lion/validate-messages@0.10.1 + ## 0.19.0 ### Minor Changes diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index 417e3ee00..6b8fbdcb8 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.19.0", + "version": "0.19.1", "description": "Provide a way for users to fill in an iban", "license": "MIT", "author": "ing-bank", @@ -37,11 +37,11 @@ "lion-input-iban.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0", + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3", "@lion/input": "^0.18.0", - "@lion/localize": "^0.25.0", - "@lion/validate-messages": "^0.10.0", + "@lion/localize": "^0.26.0", + "@lion/validate-messages": "^0.10.1", "ibantools": "^2.2.0" }, "keywords": [ diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index 64c1d6fc1..a8f7df79b 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.13.1 + +### Patch Changes + +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/localize@0.26.0 + ## 0.13.0 ### Minor Changes diff --git a/packages/input-range/package.json b/packages/input-range/package.json index dace83a8b..ba16a0e22 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.13.0", + "version": "0.13.1", "description": "Provide a way for users to select one value from a range of values", "license": "MIT", "author": "ing-bank", @@ -37,9 +37,9 @@ "lion-input-range.js" ], "dependencies": { - "@lion/core": "^0.23.0", + "@lion/core": "^0.24.0", "@lion/input": "^0.18.0", - "@lion/localize": "^0.25.0" + "@lion/localize": "^0.26.0" }, "keywords": [ "input-range", diff --git a/packages/input-stepper/CHANGELOG.md b/packages/input-stepper/CHANGELOG.md index 5c4e01bc6..a70392e4d 100644 --- a/packages/input-stepper/CHANGELOG.md +++ b/packages/input-stepper/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.9.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + - @lion/form-core@0.18.3 + ## 0.9.0 ### Minor Changes diff --git a/packages/input-stepper/package.json b/packages/input-stepper/package.json index 610421810..ae504223b 100644 --- a/packages/input-stepper/package.json +++ b/packages/input-stepper/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-stepper", - "version": "0.9.0", + "version": "0.9.1", "description": "This component enables the user to increase and decrease a numeric value by predefined range.", "license": "MIT", "author": "ing-bank", @@ -37,8 +37,8 @@ "lion-input-stepper.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0", + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3", "@lion/input": "^0.18.0" }, "keywords": [ diff --git a/packages/input-tel-dropdown/CHANGELOG.md b/packages/input-tel-dropdown/CHANGELOG.md index bf67c636d..24efda559 100644 --- a/packages/input-tel-dropdown/CHANGELOG.md +++ b/packages/input-tel-dropdown/CHANGELOG.md @@ -1,5 +1,16 @@ # @lion/input-tel-dropdown +## 0.2.3 + +### Patch Changes + +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/localize@0.26.0 + - @lion/input-tel@0.2.3 + ## 0.2.2 ### Patch Changes diff --git a/packages/input-tel-dropdown/package.json b/packages/input-tel-dropdown/package.json index cda57a9f1..3bb919d59 100644 --- a/packages/input-tel-dropdown/package.json +++ b/packages/input-tel-dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-tel-dropdown", - "version": "0.2.2", + "version": "0.2.3", "description": "Input field for entering phone numbers with the help of a dropdown region list", "license": "MIT", "author": "ing-bank", @@ -35,9 +35,9 @@ "lion-input-tel-dropdown.js" ], "dependencies": { - "@lion/core": "^0.23.1", - "@lion/input-tel": "^0.2.2", - "@lion/localize": "^0.25.0" + "@lion/core": "^0.24.0", + "@lion/input-tel": "^0.2.3", + "@lion/localize": "^0.26.0" }, "keywords": [ "input", diff --git a/packages/input-tel/CHANGELOG.md b/packages/input-tel/CHANGELOG.md index 0b4b2eead..94c459a67 100644 --- a/packages/input-tel/CHANGELOG.md +++ b/packages/input-tel/CHANGELOG.md @@ -1,5 +1,16 @@ # @lion/input-tel +## 0.2.3 + +### Patch Changes + +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/localize@0.26.0 + - @lion/form-core@0.18.3 + ## 0.2.2 ### Patch Changes diff --git a/packages/input-tel/package.json b/packages/input-tel/package.json index b52cdba15..f4d20fe8e 100644 --- a/packages/input-tel/package.json +++ b/packages/input-tel/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-tel", - "version": "0.2.2", + "version": "0.2.3", "description": "Input field for entering phone numbers, including validation, formatting and mobile keyboard support.", "license": "MIT", "author": "ing-bank", @@ -38,10 +38,10 @@ "lion-input-tel.js" ], "dependencies": { - "@lion/core": "^0.23.1", - "@lion/form-core": "^0.18.1", + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3", "@lion/input": "^0.18.0", - "@lion/localize": "^0.25.0", + "@lion/localize": "^0.26.0", "awesome-phonenumber": "^3.0.1" }, "keywords": [ diff --git a/packages/listbox/CHANGELOG.md b/packages/listbox/CHANGELOG.md index 1c17f46d4..0621e71f5 100644 --- a/packages/listbox/CHANGELOG.md +++ b/packages/listbox/CHANGELOG.md @@ -1,5 +1,13 @@ # @lion/listbox +## 0.14.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + - @lion/form-core@0.18.3 + ## 0.14.0 ### Minor Changes diff --git a/packages/listbox/package.json b/packages/listbox/package.json index a625fd9b9..150f55962 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/listbox", - "version": "0.14.0", + "version": "0.14.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", @@ -40,8 +40,8 @@ "lion-options.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0" + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3" }, "keywords": [ "form", diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index 3ff662b9e..7ae015b26 100644 --- a/packages/localize/CHANGELOG.md +++ b/packages/localize/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.26.0 + +### Minor Changes + +- 2d58320e: Allow specifying thousandSeparator for format number. BREAKING: change decimalSeparator type to only be ',' or '.'. + +### Patch Changes + +- 11c5ffe0: Fixes the already existing decimalSeparator property to actually override the decimal with the prop in formatNumberToParts. +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + ## 0.25.0 ### Minor Changes diff --git a/packages/localize/package.json b/packages/localize/package.json index 3b0c661a5..ca6a0c08e 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.25.0", + "version": "0.26.0", "description": "The localization system helps to manage localization data split into locales and automate its loading", "license": "MIT", "author": "ing-bank", @@ -35,7 +35,7 @@ "sideEffects": false, "dependencies": { "@bundled-es-modules/message-format": "6.0.4", - "@lion/core": "^0.23.0", + "@lion/core": "^0.24.0", "singleton-manager": "^1.5.0" }, "keywords": [ diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 72f66c5ad..4c8ae5a6c 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.33.2 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + ## 0.33.1 ### Patch Changes diff --git a/packages/overlays/package.json b/packages/overlays/package.json index 383d42e56..2971ea0d8 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.33.1", + "version": "0.33.2", "description": "Overlays System using lit-html for rendering", "license": "MIT", "author": "ing-bank", @@ -38,7 +38,7 @@ "./docs/applyDemoOverlayStyles.js" ], "dependencies": { - "@lion/core": "^0.23.1", + "@lion/core": "^0.24.0", "@popperjs/core": "^2.5.4", "singleton-manager": "^1.5.0" }, diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index 890e1bb36..dfe85d93a 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.9.1 + +### Patch Changes + +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/localize@0.26.0 + ## 0.9.0 ### Minor Changes diff --git a/packages/pagination/package.json b/packages/pagination/package.json index a049f54af..de85a76ea 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@lion/pagination", - "version": "0.9.0", + "version": "0.9.1", "description": "A component that handles pagination.", "license": "MIT", "author": "ing-bank", @@ -37,8 +37,8 @@ "lion-pagination.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/localize": "^0.25.0" + "@lion/core": "^0.24.0", + "@lion/localize": "^0.26.0" }, "keywords": [ "lion", diff --git a/packages/progress-indicator/CHANGELOG.md b/packages/progress-indicator/CHANGELOG.md index 3d98900a7..a330642a5 100644 --- a/packages/progress-indicator/CHANGELOG.md +++ b/packages/progress-indicator/CHANGELOG.md @@ -1,5 +1,15 @@ # @lion/progress-indicator +## 0.10.1 + +### Patch Changes + +- Updated dependencies [cc294f20] +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/core@0.24.0 + - @lion/localize@0.26.0 + ## 0.10.0 ### Minor Changes diff --git a/packages/progress-indicator/package.json b/packages/progress-indicator/package.json index 0b345080a..8aa4f0b86 100644 --- a/packages/progress-indicator/package.json +++ b/packages/progress-indicator/package.json @@ -1,6 +1,6 @@ { "name": "@lion/progress-indicator", - "version": "0.10.0", + "version": "0.10.1", "description": "A progress indicator that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", @@ -37,8 +37,8 @@ "lion-progress-indicator.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/localize": "^0.25.0" + "@lion/core": "^0.24.0", + "@lion/localize": "^0.26.0" }, "keywords": [ "lion", diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index 5b4d47866..f7deb61a1 100644 --- a/packages/radio-group/CHANGELOG.md +++ b/packages/radio-group/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.21.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + - @lion/form-core@0.18.3 + ## 0.21.0 ### Minor Changes diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 631b24b51..b8583931d 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.21.0", + "version": "0.21.1", "description": "Manage a group of choices", "license": "MIT", "author": "ing-bank", @@ -39,8 +39,8 @@ "lion-radio-group.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0", + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3", "@lion/input": "^0.18.0" }, "keywords": [ diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index f050b964b..8a477f1f5 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.31.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + - @lion/button@0.18.1 + - @lion/form-core@0.18.3 + - @lion/listbox@0.14.1 + - @lion/overlays@0.33.2 + ## 0.31.0 ### Minor Changes diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 2f6d5749d..05158e857 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.31.0", + "version": "0.31.1", "description": "Provides a select with options that can contain html", "license": "MIT", "author": "ing-bank", @@ -41,11 +41,11 @@ "lion-select-rich.js" ], "dependencies": { - "@lion/button": "^0.18.0", - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0", - "@lion/listbox": "^0.14.0", - "@lion/overlays": "^0.33.0" + "@lion/button": "^0.18.1", + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3", + "@lion/listbox": "^0.14.1", + "@lion/overlays": "^0.33.2" }, "keywords": [ "field", diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index ade856324..cc242f894 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.17.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + - @lion/form-core@0.18.3 + ## 0.17.0 ### Minor Changes diff --git a/packages/select/package.json b/packages/select/package.json index 2f06f553d..9a09a4146 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.17.0", + "version": "0.17.1", "description": "Provide a set of options where you can select one", "license": "MIT", "author": "ing-bank", @@ -37,8 +37,8 @@ "lion-select.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0" + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3" }, "keywords": [ "lion", diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index 5a11f600f..4812b6e49 100644 --- a/packages/steps/CHANGELOG.md +++ b/packages/steps/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.12.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + ## 0.12.0 ### Minor Changes diff --git a/packages/steps/package.json b/packages/steps/package.json index 8682cb6b3..19f7859b4 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.12.0", + "version": "0.12.1", "description": "Breaks a single goal down into dependable sub-tasks.", "license": "MIT", "author": "ing-bank", @@ -39,7 +39,7 @@ "lion-steps.js" ], "dependencies": { - "@lion/core": "^0.23.0" + "@lion/core": "^0.24.0" }, "keywords": [ "lion", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 0166f55b6..3ca17b9d2 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.21.2 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + - @lion/form-core@0.18.3 + ## 0.21.1 ### Patch Changes diff --git a/packages/switch/package.json b/packages/switch/package.json index 7cbcf3342..cba49119c 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.21.1", + "version": "0.21.2", "description": "A Switch is used for switching a property or feature on and off", "license": "MIT", "author": "ing-bank", @@ -39,8 +39,8 @@ "lion-switch-button.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.2" + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3" }, "keywords": [ "lion", diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 89a18eeba..627291dda 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.13.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + ## 0.13.0 ### Minor Changes diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 494b08f20..2997e0438 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tabs", - "version": "0.13.0", + "version": "0.13.1", "description": "Allows users to quickly move between a small number of equally important views.", "license": "MIT", "author": "ing-bank", @@ -37,7 +37,7 @@ "lion-tabs.js" ], "dependencies": { - "@lion/core": "^0.23.0" + "@lion/core": "^0.24.0" }, "keywords": [ "lion", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 2e160bbd3..1e3e10a80 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.16.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + - @lion/form-core@0.18.3 + ## 0.16.0 ### Minor Changes diff --git a/packages/textarea/package.json b/packages/textarea/package.json index f4d053621..798aaf0ab 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.16.0", + "version": "0.16.1", "description": "Provide a way for users to write text that is multiple lines long", "license": "MIT", "author": "ing-bank", @@ -37,8 +37,8 @@ "lion-textarea.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/form-core": "^0.18.0", + "@lion/core": "^0.24.0", + "@lion/form-core": "^0.18.3", "@types/autosize": "^3.0.7", "autosize": "4.0.2" }, diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 8cc7e9171..ce652e2cd 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.24.1 + +### Patch Changes + +- Updated dependencies [cc294f20] + - @lion/core@0.24.0 + - @lion/overlays@0.33.2 + ## 0.24.0 ### Minor Changes diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index a0097d253..c38800744 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.24.0", + "version": "0.24.1", "description": "Show relative overlay content on hover", "license": "MIT", "author": "ing-bank", @@ -37,8 +37,8 @@ "lion-tooltip.js" ], "dependencies": { - "@lion/core": "^0.23.0", - "@lion/overlays": "^0.33.0" + "@lion/core": "^0.24.0", + "@lion/overlays": "^0.33.2" }, "keywords": [ "lion", diff --git a/packages/validate-messages/CHANGELOG.md b/packages/validate-messages/CHANGELOG.md index 8a669a149..9e6ce90c6 100644 --- a/packages/validate-messages/CHANGELOG.md +++ b/packages/validate-messages/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.10.1 + +### Patch Changes + +- Updated dependencies [2d58320e] +- Updated dependencies [11c5ffe0] + - @lion/localize@0.26.0 + - @lion/form-core@0.18.3 + - @lion/input-tel@0.2.3 + ## 0.10.0 ### Minor Changes diff --git a/packages/validate-messages/package.json b/packages/validate-messages/package.json index 926c53a0d..d1c3fc909 100644 --- a/packages/validate-messages/package.json +++ b/packages/validate-messages/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate-messages", - "version": "0.10.0", + "version": "0.10.1", "description": "A set of localized messages for default Validators", "license": "MIT", "author": "ing-bank", @@ -33,9 +33,9 @@ "test": "cd ../../ && npm run test:browser -- --group validate-messages" }, "dependencies": { - "@lion/form-core": "^0.18.0", - "@lion/input-tel": "^0.2.0", - "@lion/localize": "^0.25.0" + "@lion/form-core": "^0.18.3", + "@lion/input-tel": "^0.2.3", + "@lion/localize": "^0.26.0" }, "keywords": [ "feedback",