diff --git a/.changeset/brave-beans-hang.md b/.changeset/brave-beans-hang.md
deleted file mode 100644
index a35c86ca8..000000000
--- a/.changeset/brave-beans-hang.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@lion/select-rich': patch
----
-
-set invoker width same as content width
diff --git a/.changeset/curly-ladybugs-grab.md b/.changeset/curly-ladybugs-grab.md
deleted file mode 100644
index 65fc34108..000000000
--- a/.changeset/curly-ladybugs-grab.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@lion/calendar': patch
----
-
-solve previousMonth and nextMonth conditions error
diff --git a/.changeset/lovely-toys-relate.md b/.changeset/lovely-toys-relate.md
deleted file mode 100644
index b75e3625f..000000000
--- a/.changeset/lovely-toys-relate.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@lion/core': patch
----
-
-Upgrade @open-wc/scoped-elements version
diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md
index 533ed844b..adb27d20d 100644
--- a/packages/accordion/CHANGELOG.md
+++ b/packages/accordion/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 0.2.5
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+
## 0.2.4
### Patch Changes
diff --git a/packages/accordion/package.json b/packages/accordion/package.json
index bacd53132..ebb4256b5 100644
--- a/packages/accordion/package.json
+++ b/packages/accordion/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/accordion",
- "version": "0.2.4",
+ "version": "0.2.5",
"description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.",
"license": "MIT",
"author": "ing-bank",
@@ -33,7 +33,7 @@
"lion-accordion.js"
],
"dependencies": {
- "@lion/core": "0.13.4"
+ "@lion/core": "0.13.5"
},
"keywords": [
"accordion",
diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md
index 73df3e6d2..37aa0da4c 100644
--- a/packages/ajax/CHANGELOG.md
+++ b/packages/ajax/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 0.5.12
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+
## 0.5.11
### Patch Changes
diff --git a/packages/ajax/package.json b/packages/ajax/package.json
index 8d293614e..7185dcf02 100644
--- a/packages/ajax/package.json
+++ b/packages/ajax/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/ajax",
- "version": "0.5.11",
+ "version": "0.5.12",
"description": "Thin wrapper around axios to allow for custom interceptors",
"license": "MIT",
"author": "ing-bank",
@@ -32,7 +32,7 @@
"sideEffects": false,
"dependencies": {
"@bundled-es-modules/axios": "0.18.1",
- "@lion/core": "0.13.4",
+ "@lion/core": "0.13.5",
"singleton-manager": "1.2.0"
},
"keywords": [
diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md
index 52ec65bc0..0f523686c 100644
--- a/packages/button/CHANGELOG.md
+++ b/packages/button/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 0.8.6
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+
## 0.8.5
### Patch Changes
diff --git a/packages/button/package.json b/packages/button/package.json
index fe0d6944f..a9e880004 100644
--- a/packages/button/package.json
+++ b/packages/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/button",
- "version": "0.8.5",
+ "version": "0.8.6",
"description": "A button that is easily styleable and accessible in all contexts",
"license": "MIT",
"author": "ing-bank",
@@ -33,7 +33,7 @@
"lion-button.js"
],
"dependencies": {
- "@lion/core": "0.13.4"
+ "@lion/core": "0.13.5"
},
"keywords": [
"button",
diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md
index 2b8c62d8a..a8a9a3285 100644
--- a/packages/calendar/CHANGELOG.md
+++ b/packages/calendar/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## 0.12.8
+
+### Patch Changes
+
+- f82b5c18: solve previousMonth and nextMonth conditions error
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/localize@0.15.2
+
## 0.12.7
### Patch Changes
diff --git a/packages/calendar/package.json b/packages/calendar/package.json
index c1cc44776..b6569e283 100644
--- a/packages/calendar/package.json
+++ b/packages/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
- "version": "0.12.7",
+ "version": "0.12.8",
"description": "Standalone calendar",
"license": "MIT",
"author": "ing-bank",
@@ -33,8 +33,8 @@
"lion-calendar.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/localize": "0.15.1"
+ "@lion/core": "0.13.5",
+ "@lion/localize": "0.15.2"
},
"keywords": [
"calendar",
diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md
index 302bd88a1..c24c54764 100644
--- a/packages/checkbox-group/CHANGELOG.md
+++ b/packages/checkbox-group/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log
+## 0.12.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/fieldset@0.15.11
+ - @lion/form-core@0.6.13
+ - @lion/input@0.10.11
+
## 0.12.10
### Patch Changes
diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json
index b8a19f3b4..d617fc2ed 100644
--- a/packages/checkbox-group/package.json
+++ b/packages/checkbox-group/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/checkbox-group",
- "version": "0.12.10",
+ "version": "0.12.11",
"description": "A container for multiple checkboxes",
"license": "MIT",
"author": "ing-bank",
@@ -34,10 +34,10 @@
"lion-checkbox-group.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/fieldset": "0.15.10",
- "@lion/form-core": "0.6.12",
- "@lion/input": "0.10.10"
+ "@lion/core": "0.13.5",
+ "@lion/fieldset": "0.15.11",
+ "@lion/form-core": "0.6.13",
+ "@lion/input": "0.10.11"
},
"keywords": [
"checkbox-group",
diff --git a/packages/collapsible/CHANGELOG.md b/packages/collapsible/CHANGELOG.md
index 98e6860e7..705c5c3a4 100644
--- a/packages/collapsible/CHANGELOG.md
+++ b/packages/collapsible/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 0.2.6
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+
## 0.2.5
### Patch Changes
diff --git a/packages/collapsible/package.json b/packages/collapsible/package.json
index 5054da862..5a8cc56b2 100644
--- a/packages/collapsible/package.json
+++ b/packages/collapsible/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/collapsible",
- "version": "0.2.5",
+ "version": "0.2.6",
"description": "This component is a combination of a button (the invoker), a chunk of extra content.",
"license": "MIT",
"author": "ing-bank",
@@ -35,7 +35,7 @@
"demo/custom-collapsible.js"
],
"dependencies": {
- "@lion/core": "0.13.4"
+ "@lion/core": "0.13.5"
},
"keywords": [
"collapsible",
diff --git a/packages/combobox/CHANGELOG.md b/packages/combobox/CHANGELOG.md
index afb1bc82f..f4f502874 100644
--- a/packages/combobox/CHANGELOG.md
+++ b/packages/combobox/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log
+## 0.1.15
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+ - @lion/listbox@0.3.11
+ - @lion/overlays@0.22.7
+
## 0.1.14
### Patch Changes
diff --git a/packages/combobox/package.json b/packages/combobox/package.json
index 1e7bb4d21..5a5021aac 100644
--- a/packages/combobox/package.json
+++ b/packages/combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/combobox",
- "version": "0.1.14",
+ "version": "0.1.15",
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
"license": "MIT",
"author": "ing-bank",
@@ -42,13 +42,13 @@
"docs/google-combobox/google-combobox.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12",
- "@lion/listbox": "0.3.10",
- "@lion/overlays": "0.22.6"
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13",
+ "@lion/listbox": "0.3.11",
+ "@lion/overlays": "0.22.7"
},
"devDependencies": {
- "@lion/validate-messages": "0.3.10"
+ "@lion/validate-messages": "0.3.11"
},
"keywords": [
"combobox",
diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md
index 693432b88..f05d46e90 100644
--- a/packages/core/CHANGELOG.md
+++ b/packages/core/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## 0.13.5
+
+### Patch Changes
+
+- 41edf033: Upgrade @open-wc/scoped-elements version
+
## 0.13.4
### Patch Changes
diff --git a/packages/core/package.json b/packages/core/package.json
index ec82a9b29..6d608458f 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/core",
- "version": "0.13.4",
+ "version": "0.13.5",
"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 0cde239c7..1dd16792e 100644
--- a/packages/dialog/CHANGELOG.md
+++ b/packages/dialog/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.9.12
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/overlays@0.22.7
+
## 0.9.11
### Patch Changes
diff --git a/packages/dialog/package.json b/packages/dialog/package.json
index 49ba63490..e9b9f3b67 100644
--- a/packages/dialog/package.json
+++ b/packages/dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/dialog",
- "version": "0.9.11",
+ "version": "0.9.12",
"description": "Show relative overlay content on click, as a webcomponent",
"license": "MIT",
"author": "ing-bank",
@@ -34,8 +34,8 @@
"./docs/styled-dialog-content.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/overlays": "0.22.6"
+ "@lion/core": "0.13.5",
+ "@lion/overlays": "0.22.7"
},
"keywords": [
"dialog",
diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md
index 3de60add6..4a2709b53 100644
--- a/packages/fieldset/CHANGELOG.md
+++ b/packages/fieldset/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.15.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+
## 0.15.10
### Patch Changes
diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json
index f82b59c12..bd6bba40b 100644
--- a/packages/fieldset/package.json
+++ b/packages/fieldset/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/fieldset",
- "version": "0.15.10",
+ "version": "0.15.11",
"description": "Allows to groups multiple input fields or other fieldsets together",
"license": "MIT",
"author": "ing-bank",
@@ -34,8 +34,8 @@
"./docs/helpers/demo-fieldset-child.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12"
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13"
},
"keywords": [
"fieldset",
diff --git a/packages/form-core/CHANGELOG.md b/packages/form-core/CHANGELOG.md
index cf168789b..6633c930d 100644
--- a/packages/form-core/CHANGELOG.md
+++ b/packages/form-core/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.6.13
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/localize@0.15.2
+
## 0.6.12
### Patch Changes
diff --git a/packages/form-core/package.json b/packages/form-core/package.json
index d3fd4276c..0dbace6a9 100644
--- a/packages/form-core/package.json
+++ b/packages/form-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/form-core",
- "version": "0.6.12",
+ "version": "0.6.13",
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",
"license": "MIT",
"author": "ing-bank",
@@ -34,8 +34,8 @@
"lion-validation-feedback.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/localize": "0.15.1"
+ "@lion/core": "0.13.5",
+ "@lion/localize": "0.15.2"
},
"keywords": [
"field",
diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md
index 96fb81072..3b67f6da0 100644
--- a/packages/form-integrations/CHANGELOG.md
+++ b/packages/form-integrations/CHANGELOG.md
@@ -1,5 +1,30 @@
# Change Log
+## 0.3.20
+
+### Patch Changes
+
+- Updated dependencies [ad2f90f4]
+- Updated dependencies [41edf033]
+ - @lion/select-rich@0.21.19
+ - @lion/core@0.13.5
+ - @lion/input-datepicker@0.18.10
+ - @lion/button@0.8.6
+ - @lion/checkbox-group@0.12.11
+ - @lion/fieldset@0.15.11
+ - @lion/form@0.7.11
+ - @lion/form-core@0.6.13
+ - @lion/input@0.10.11
+ - @lion/input-date@0.8.11
+ - @lion/input-email@0.9.11
+ - @lion/input-iban@0.11.1
+ - @lion/input-range@0.5.11
+ - @lion/localize@0.15.2
+ - @lion/radio-group@0.12.11
+ - @lion/select@0.8.11
+ - @lion/textarea@0.8.11
+ - @lion/validate-messages@0.3.11
+
## 0.3.19
### Patch Changes
diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json
index 6ab8604d7..f6f9dd3e9 100644
--- a/packages/form-integrations/package.json
+++ b/packages/form-integrations/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/form-integrations",
- "version": "0.3.19",
+ "version": "0.3.20",
"description": "The Form System allows you to create complex forms with various validation in an easy way",
"license": "MIT",
"author": "ing-bank",
@@ -33,24 +33,24 @@
"./docs/helper-wc/h-output.js"
],
"dependencies": {
- "@lion/button": "0.8.5",
- "@lion/checkbox-group": "0.12.10",
- "@lion/core": "0.13.4",
- "@lion/fieldset": "0.15.10",
- "@lion/form": "0.7.10",
- "@lion/form-core": "0.6.12",
- "@lion/input": "0.10.10",
- "@lion/input-date": "0.8.10",
- "@lion/input-datepicker": "0.18.9",
- "@lion/input-email": "0.9.10",
- "@lion/input-iban": "0.11.0",
- "@lion/input-range": "0.5.10",
- "@lion/localize": "0.15.1",
- "@lion/radio-group": "0.12.10",
- "@lion/select": "0.8.10",
- "@lion/select-rich": "0.21.18",
- "@lion/textarea": "0.8.10",
- "@lion/validate-messages": "0.3.10"
+ "@lion/button": "0.8.6",
+ "@lion/checkbox-group": "0.12.11",
+ "@lion/core": "0.13.5",
+ "@lion/fieldset": "0.15.11",
+ "@lion/form": "0.7.11",
+ "@lion/form-core": "0.6.13",
+ "@lion/input": "0.10.11",
+ "@lion/input-date": "0.8.11",
+ "@lion/input-datepicker": "0.18.10",
+ "@lion/input-email": "0.9.11",
+ "@lion/input-iban": "0.11.1",
+ "@lion/input-range": "0.5.11",
+ "@lion/localize": "0.15.2",
+ "@lion/radio-group": "0.12.11",
+ "@lion/select": "0.8.11",
+ "@lion/select-rich": "0.21.19",
+ "@lion/textarea": "0.8.11",
+ "@lion/validate-messages": "0.3.11"
},
"keywords": [
"form",
diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md
index eeaa4efbf..c4272579e 100644
--- a/packages/form/CHANGELOG.md
+++ b/packages/form/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.7.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/fieldset@0.15.11
+
## 0.7.10
### Patch Changes
diff --git a/packages/form/package.json b/packages/form/package.json
index 7d263edcc..100652cc6 100644
--- a/packages/form/package.json
+++ b/packages/form/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/form",
- "version": "0.7.10",
+ "version": "0.7.11",
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
"license": "MIT",
"author": "ing-bank",
@@ -33,8 +33,8 @@
"lion-form.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/fieldset": "0.15.10"
+ "@lion/core": "0.13.5",
+ "@lion/fieldset": "0.15.11"
},
"keywords": [
"form",
diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md
index 18ca79270..1cbe65d6b 100644
--- a/packages/helpers/CHANGELOG.md
+++ b/packages/helpers/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 0.5.16
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+
## 0.5.15
### Patch Changes
diff --git a/packages/helpers/package.json b/packages/helpers/package.json
index 1f3cc2546..def36c4cb 100644
--- a/packages/helpers/package.json
+++ b/packages/helpers/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/helpers",
- "version": "0.5.15",
+ "version": "0.5.16",
"description": "Helpers that are used throughout lion and can be used outside",
"license": "MIT",
"author": "ing-bank",
@@ -31,7 +31,7 @@
"sb-locale-switcher.js"
],
"dependencies": {
- "@lion/core": "0.13.4"
+ "@lion/core": "0.13.5"
},
"keywords": [
"action logger",
diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md
index 1b5985540..d71dd58aa 100644
--- a/packages/icon/CHANGELOG.md
+++ b/packages/icon/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 0.9.1
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+
## 0.9.0
### Minor Changes
diff --git a/packages/icon/package.json b/packages/icon/package.json
index 9f8312975..4725290be 100644
--- a/packages/icon/package.json
+++ b/packages/icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/icon",
- "version": "0.9.0",
+ "version": "0.9.1",
"description": "A web component easily displaying svg icons",
"license": "MIT",
"author": "ing-bank",
@@ -34,7 +34,7 @@
"./docs/icon-resolvers.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
+ "@lion/core": "0.13.5",
"singleton-manager": "1.2.0"
},
"keywords": [
diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md
index 3b755dbd0..45a1d8db0 100644
--- a/packages/input-amount/CHANGELOG.md
+++ b/packages/input-amount/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log
+## 0.8.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+ - @lion/input@0.10.11
+ - @lion/localize@0.15.2
+
## 0.8.10
### Patch Changes
diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json
index bd7fa1937..060bfcc52 100644
--- a/packages/input-amount/package.json
+++ b/packages/input-amount/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/input-amount",
- "version": "0.8.10",
+ "version": "0.8.11",
"description": "Provide a way for users to fill in an amount",
"license": "MIT",
"author": "ing-bank",
@@ -33,13 +33,13 @@
"lion-input-amount.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12",
- "@lion/input": "0.10.10",
- "@lion/localize": "0.15.1"
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13",
+ "@lion/input": "0.10.11",
+ "@lion/localize": "0.15.2"
},
"devDependencies": {
- "@lion/validate-messages": "0.3.10"
+ "@lion/validate-messages": "0.3.11"
},
"keywords": [
"input-amount",
diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md
index 1f9f5d924..bcc6f0b4f 100644
--- a/packages/input-date/CHANGELOG.md
+++ b/packages/input-date/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log
+## 0.8.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+ - @lion/input@0.10.11
+ - @lion/localize@0.15.2
+
## 0.8.10
### Patch Changes
diff --git a/packages/input-date/package.json b/packages/input-date/package.json
index ab5283ccc..b7bbac338 100644
--- a/packages/input-date/package.json
+++ b/packages/input-date/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/input-date",
- "version": "0.8.10",
+ "version": "0.8.11",
"description": "Provide a way for users to fill in a date",
"license": "MIT",
"author": "ing-bank",
@@ -33,13 +33,13 @@
"lion-input-date.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12",
- "@lion/input": "0.10.10",
- "@lion/localize": "0.15.1"
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13",
+ "@lion/input": "0.10.11",
+ "@lion/localize": "0.15.2"
},
"devDependencies": {
- "@lion/validate-messages": "0.3.10"
+ "@lion/validate-messages": "0.3.11"
},
"keywords": [
"input-date",
diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md
index 25585c07e..1ea064dd2 100644
--- a/packages/input-datepicker/CHANGELOG.md
+++ b/packages/input-datepicker/CHANGELOG.md
@@ -1,5 +1,18 @@
# Change Log
+## 0.18.10
+
+### Patch Changes
+
+- Updated dependencies [f82b5c18]
+- Updated dependencies [41edf033]
+ - @lion/calendar@0.12.8
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+ - @lion/input-date@0.8.11
+ - @lion/localize@0.15.2
+ - @lion/overlays@0.22.7
+
## 0.18.9
### Patch Changes
diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json
index ad66b086c..50f30c924 100644
--- a/packages/input-datepicker/package.json
+++ b/packages/input-datepicker/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
- "version": "0.18.9",
+ "version": "0.18.10",
"description": "Provide a way for users to fill in a date via a calendar overlay",
"license": "MIT",
"author": "ing-bank",
@@ -33,15 +33,15 @@
"lion-input-datepicker.js"
],
"dependencies": {
- "@lion/calendar": "0.12.7",
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12",
- "@lion/input-date": "0.8.10",
- "@lion/localize": "0.15.1",
- "@lion/overlays": "0.22.6"
+ "@lion/calendar": "0.12.8",
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13",
+ "@lion/input-date": "0.8.11",
+ "@lion/localize": "0.15.2",
+ "@lion/overlays": "0.22.7"
},
"devDependencies": {
- "@lion/validate-messages": "0.3.10"
+ "@lion/validate-messages": "0.3.11"
},
"keywords": [
"calendar",
diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md
index 8eafa81e6..92b77921e 100644
--- a/packages/input-email/CHANGELOG.md
+++ b/packages/input-email/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log
+## 0.9.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+ - @lion/input@0.10.11
+ - @lion/localize@0.15.2
+
## 0.9.10
### Patch Changes
diff --git a/packages/input-email/package.json b/packages/input-email/package.json
index 8209f6d9e..941d11b9d 100644
--- a/packages/input-email/package.json
+++ b/packages/input-email/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/input-email",
- "version": "0.9.10",
+ "version": "0.9.11",
"description": "Provide a way for users to fill in an email",
"license": "MIT",
"author": "ing-bank",
@@ -33,13 +33,13 @@
"lion-input-email.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12",
- "@lion/input": "0.10.10",
- "@lion/localize": "0.15.1"
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13",
+ "@lion/input": "0.10.11",
+ "@lion/localize": "0.15.2"
},
"devDependencies": {
- "@lion/validate-messages": "0.3.10"
+ "@lion/validate-messages": "0.3.11"
},
"keywords": [
"input-email",
diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md
index 8b61128a9..d81bd73d1 100644
--- a/packages/input-iban/CHANGELOG.md
+++ b/packages/input-iban/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log
+## 0.11.1
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+ - @lion/input@0.10.11
+ - @lion/localize@0.15.2
+
## 0.11.0
### Minor Changes
diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json
index 653e20cad..106204a6e 100644
--- a/packages/input-iban/package.json
+++ b/packages/input-iban/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/input-iban",
- "version": "0.11.0",
+ "version": "0.11.1",
"description": "Provide a way for users to fill in an iban",
"license": "MIT",
"author": "ing-bank",
@@ -33,14 +33,14 @@
"lion-input-iban.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12",
- "@lion/input": "0.10.10",
- "@lion/localize": "0.15.1",
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13",
+ "@lion/input": "0.10.11",
+ "@lion/localize": "0.15.2",
"ibantools": "^2.2.0"
},
"devDependencies": {
- "@lion/validate-messages": "0.3.10"
+ "@lion/validate-messages": "0.3.11"
},
"keywords": [
"input-iban",
diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md
index 4b03ca9d3..c6831a5ad 100644
--- a/packages/input-range/CHANGELOG.md
+++ b/packages/input-range/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log
+## 0.5.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+ - @lion/input@0.10.11
+ - @lion/localize@0.15.2
+
## 0.5.10
### Patch Changes
diff --git a/packages/input-range/package.json b/packages/input-range/package.json
index 2ed81e451..11a8abf7f 100644
--- a/packages/input-range/package.json
+++ b/packages/input-range/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/input-range",
- "version": "0.5.10",
+ "version": "0.5.11",
"description": "Provide a way for users to select one value from a range of values",
"license": "MIT",
"author": "ing-bank",
@@ -33,10 +33,10 @@
"lion-input-range.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12",
- "@lion/input": "0.10.10",
- "@lion/localize": "0.15.1"
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13",
+ "@lion/input": "0.10.11",
+ "@lion/localize": "0.15.2"
},
"keywords": [
"input-range",
diff --git a/packages/input-stepper/CHANGELOG.md b/packages/input-stepper/CHANGELOG.md
index b2c0efd84..aea0d2e7c 100644
--- a/packages/input-stepper/CHANGELOG.md
+++ b/packages/input-stepper/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## 0.1.12
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+ - @lion/input@0.10.11
+
## 0.1.11
### Patch Changes
diff --git a/packages/input-stepper/package.json b/packages/input-stepper/package.json
index d469d26b1..bcffd8e30 100644
--- a/packages/input-stepper/package.json
+++ b/packages/input-stepper/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/input-stepper",
- "version": "0.1.11",
+ "version": "0.1.12",
"description": "This component enables the user to increase and decrease a numeric value by predefined range.",
"license": "MIT",
"author": "ing-bank",
@@ -33,9 +33,9 @@
"lion-input-stepper.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12",
- "@lion/input": "0.10.10"
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13",
+ "@lion/input": "0.10.11"
},
"keywords": [
"input",
diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md
index d7d10eea5..ee039655b 100644
--- a/packages/input/CHANGELOG.md
+++ b/packages/input/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.10.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+
## 0.10.10
### Patch Changes
diff --git a/packages/input/package.json b/packages/input/package.json
index 058639e7e..3d86c757d 100644
--- a/packages/input/package.json
+++ b/packages/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/input",
- "version": "0.10.10",
+ "version": "0.10.11",
"description": "It enhances the functionality of the native `` element",
"license": "MIT",
"author": "ing-bank",
@@ -33,8 +33,8 @@
"lion-input.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12"
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13"
},
"keywords": [
"input",
diff --git a/packages/listbox/CHANGELOG.md b/packages/listbox/CHANGELOG.md
index 4c3bfecd5..0b8bacd99 100644
--- a/packages/listbox/CHANGELOG.md
+++ b/packages/listbox/CHANGELOG.md
@@ -1,10 +1,18 @@
# @lion/listbox
+## 0.3.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+
## 0.3.10
### Patch Changes
-- 3c2a33a7:
+- 3c2a33a7:
- Fix keyboard navigation when `selection-follows-focus` and `orientation="horizontal"` are set on a ``
- Fix keyboard navigation with `selection-follows-focus` and disabled options
- On click of an option, it become active
diff --git a/packages/listbox/package.json b/packages/listbox/package.json
index ce73608a0..c314b2331 100644
--- a/packages/listbox/package.json
+++ b/packages/listbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/listbox",
- "version": "0.3.10",
+ "version": "0.3.11",
"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",
@@ -35,8 +35,8 @@
"lion-options.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12"
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13"
},
"keywords": [
"form",
diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md
index 4a4720931..a0ad25a23 100644
--- a/packages/localize/CHANGELOG.md
+++ b/packages/localize/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 0.15.2
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+
## 0.15.1
### Patch Changes
diff --git a/packages/localize/package.json b/packages/localize/package.json
index 22bbe023a..2a019c9ba 100644
--- a/packages/localize/package.json
+++ b/packages/localize/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/localize",
- "version": "0.15.1",
+ "version": "0.15.2",
"description": "The localization system helps to manage localization data split into locales and automate its loading",
"license": "MIT",
"author": "ing-bank",
@@ -32,7 +32,7 @@
"sideEffects": false,
"dependencies": {
"@bundled-es-modules/message-format": "6.0.4",
- "@lion/core": "0.13.4",
+ "@lion/core": "0.13.5",
"singleton-manager": "1.2.0"
},
"devDependencies": {
diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md
index 51897a2f9..d8b166357 100644
--- a/packages/overlays/CHANGELOG.md
+++ b/packages/overlays/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 0.22.7
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+
## 0.22.6
### Patch Changes
diff --git a/packages/overlays/package.json b/packages/overlays/package.json
index bf2616a73..4472bb416 100644
--- a/packages/overlays/package.json
+++ b/packages/overlays/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/overlays",
- "version": "0.22.6",
+ "version": "0.22.7",
"description": "Overlays System using lit-html for rendering",
"license": "MIT",
"author": "ing-bank",
@@ -35,7 +35,7 @@
"./docs/applyDemoOverlayStyles.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
+ "@lion/core": "0.13.5",
"popper.js": "^1.15.0",
"singleton-manager": "1.2.0"
},
diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md
index f3d22d416..16a64b6e9 100644
--- a/packages/pagination/CHANGELOG.md
+++ b/packages/pagination/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.2.8
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/localize@0.15.2
+
## 0.2.7
### Patch Changes
diff --git a/packages/pagination/package.json b/packages/pagination/package.json
index 7909355fd..bb156fb3a 100644
--- a/packages/pagination/package.json
+++ b/packages/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/pagination",
- "version": "0.2.7",
+ "version": "0.2.8",
"description": "A component that handles pagination.",
"license": "MIT",
"author": "ing-bank",
@@ -33,8 +33,8 @@
"lion-pagination.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/localize": "0.15.1"
+ "@lion/core": "0.13.5",
+ "@lion/localize": "0.15.2"
},
"keywords": [
"lion",
diff --git a/packages/progress-indicator/CHANGELOG.md b/packages/progress-indicator/CHANGELOG.md
index bb4372116..f1e111247 100644
--- a/packages/progress-indicator/CHANGELOG.md
+++ b/packages/progress-indicator/CHANGELOG.md
@@ -1,5 +1,13 @@
# @lion/progress-indicator
+## 0.2.7
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/localize@0.15.2
+
## 0.2.6
### Patch Changes
diff --git a/packages/progress-indicator/package.json b/packages/progress-indicator/package.json
index 5ba0e372b..403d00c7a 100644
--- a/packages/progress-indicator/package.json
+++ b/packages/progress-indicator/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/progress-indicator",
- "version": "0.2.6",
+ "version": "0.2.7",
"description": "A progress indicator that is easily styleable and accessible in all contexts",
"license": "MIT",
"author": "ing-bank",
@@ -31,8 +31,8 @@
"lion-progress-indicator.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/localize": "0.15.1"
+ "@lion/core": "0.13.5",
+ "@lion/localize": "0.15.2"
},
"keywords": [
"lion",
diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md
index d7f21aa9f..11992435b 100644
--- a/packages/radio-group/CHANGELOG.md
+++ b/packages/radio-group/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log
+## 0.12.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/fieldset@0.15.11
+ - @lion/form-core@0.6.13
+ - @lion/input@0.10.11
+
## 0.12.10
### Patch Changes
diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json
index 7502217e2..16f546b8d 100644
--- a/packages/radio-group/package.json
+++ b/packages/radio-group/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/radio-group",
- "version": "0.12.10",
+ "version": "0.12.11",
"description": "Manage a group of choices",
"license": "MIT",
"author": "ing-bank",
@@ -34,10 +34,10 @@
"lion-radio-group.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/fieldset": "0.15.10",
- "@lion/form-core": "0.6.12",
- "@lion/input": "0.10.10"
+ "@lion/core": "0.13.5",
+ "@lion/fieldset": "0.15.11",
+ "@lion/form-core": "0.6.13",
+ "@lion/input": "0.10.11"
},
"keywords": [
"lion",
diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md
index a85c8d2c4..70f73f52c 100644
--- a/packages/select-rich/CHANGELOG.md
+++ b/packages/select-rich/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log
+## 0.21.19
+
+### Patch Changes
+
+- ad2f90f4: set invoker width same as content width
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/button@0.8.6
+ - @lion/form-core@0.6.13
+ - @lion/listbox@0.3.11
+ - @lion/overlays@0.22.7
+
## 0.21.18
### Patch Changes
diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json
index d5950deaa..d5037cf1c 100644
--- a/packages/select-rich/package.json
+++ b/packages/select-rich/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
- "version": "0.21.18",
+ "version": "0.21.19",
"description": "Provides a select with options that can contain html",
"license": "MIT",
"author": "ing-bank",
@@ -34,11 +34,11 @@
"lion-select-rich.js"
],
"dependencies": {
- "@lion/button": "0.8.5",
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12",
- "@lion/listbox": "0.3.10",
- "@lion/overlays": "0.22.6"
+ "@lion/button": "0.8.6",
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13",
+ "@lion/listbox": "0.3.11",
+ "@lion/overlays": "0.22.7"
},
"keywords": [
"field",
diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md
index 76e200449..8bf83005e 100644
--- a/packages/select/CHANGELOG.md
+++ b/packages/select/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.8.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+
## 0.8.10
### Patch Changes
diff --git a/packages/select/package.json b/packages/select/package.json
index 06791b7aa..bfa9fab53 100644
--- a/packages/select/package.json
+++ b/packages/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/select",
- "version": "0.8.10",
+ "version": "0.8.11",
"description": "Provide a set of options where you can select one",
"license": "MIT",
"author": "ing-bank",
@@ -33,8 +33,8 @@
"lion-select.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12"
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13"
},
"keywords": [
"lion",
diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md
index b8d5fecdc..f290f6caa 100644
--- a/packages/steps/CHANGELOG.md
+++ b/packages/steps/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 0.6.5
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+
## 0.6.4
### Patch Changes
diff --git a/packages/steps/package.json b/packages/steps/package.json
index 349f70f13..60d7edf44 100644
--- a/packages/steps/package.json
+++ b/packages/steps/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/steps",
- "version": "0.6.4",
+ "version": "0.6.5",
"description": "Breaks a single goal down into dependable sub-tasks.",
"license": "MIT",
"author": "ing-bank",
@@ -34,7 +34,7 @@
"lion-steps.js"
],
"dependencies": {
- "@lion/core": "0.13.4"
+ "@lion/core": "0.13.5"
},
"keywords": [
"lion",
diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md
index 1b70014d6..08c2a8c77 100644
--- a/packages/switch/CHANGELOG.md
+++ b/packages/switch/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.12.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+
## 0.12.10
### Patch Changes
diff --git a/packages/switch/package.json b/packages/switch/package.json
index dd8a22ae4..d46dbdd6a 100644
--- a/packages/switch/package.json
+++ b/packages/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/switch",
- "version": "0.12.10",
+ "version": "0.12.11",
"description": "A Switch is used for switching a property or feature on and off",
"license": "MIT",
"author": "ing-bank",
@@ -34,8 +34,8 @@
"lion-switch-button.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12"
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13"
},
"keywords": [
"lion",
diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md
index cbd03edef..a485e81de 100644
--- a/packages/tabs/CHANGELOG.md
+++ b/packages/tabs/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 0.5.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+
## 0.5.10
### Patch Changes
diff --git a/packages/tabs/package.json b/packages/tabs/package.json
index d7bd3b974..b159c5210 100644
--- a/packages/tabs/package.json
+++ b/packages/tabs/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/tabs",
- "version": "0.5.10",
+ "version": "0.5.11",
"description": "Allows users to quickly move between a small number of equally important views.",
"license": "MIT",
"author": "ing-bank",
@@ -33,7 +33,7 @@
"lion-tabs.js"
],
"dependencies": {
- "@lion/core": "0.13.4"
+ "@lion/core": "0.13.5"
},
"keywords": [
"lion",
diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md
index ddfcfc650..a9670fc30 100644
--- a/packages/textarea/CHANGELOG.md
+++ b/packages/textarea/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.8.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+
## 0.8.10
### Patch Changes
diff --git a/packages/textarea/package.json b/packages/textarea/package.json
index ff91357d4..27a1162eb 100644
--- a/packages/textarea/package.json
+++ b/packages/textarea/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/textarea",
- "version": "0.8.10",
+ "version": "0.8.11",
"description": "Provide a way for users to write text that is multiple lines long",
"license": "MIT",
"author": "ing-bank",
@@ -33,8 +33,8 @@
"lion-textarea.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12",
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13",
"@types/autosize": "^3.0.7",
"autosize": "4.0.2"
},
diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md
index 54ac05440..ea13c5b32 100644
--- a/packages/tooltip/CHANGELOG.md
+++ b/packages/tooltip/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.15.12
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/overlays@0.22.7
+
## 0.15.11
### Patch Changes
diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json
index 9933651c5..5cd275894 100644
--- a/packages/tooltip/package.json
+++ b/packages/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
- "version": "0.15.11",
+ "version": "0.15.12",
"description": "Show relative overlay content on hover",
"license": "MIT",
"author": "ing-bank",
@@ -34,8 +34,8 @@
"lion-tooltip-arrow.js"
],
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/overlays": "0.22.6"
+ "@lion/core": "0.13.5",
+ "@lion/overlays": "0.22.7"
},
"keywords": [
"lion",
diff --git a/packages/validate-messages/CHANGELOG.md b/packages/validate-messages/CHANGELOG.md
index ca9ea0e99..cfc4a339d 100644
--- a/packages/validate-messages/CHANGELOG.md
+++ b/packages/validate-messages/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## 0.3.11
+
+### Patch Changes
+
+- Updated dependencies [41edf033]
+ - @lion/core@0.13.5
+ - @lion/form-core@0.6.13
+ - @lion/localize@0.15.2
+
## 0.3.10
### Patch Changes
diff --git a/packages/validate-messages/package.json b/packages/validate-messages/package.json
index f51e01ba6..9667931f1 100644
--- a/packages/validate-messages/package.json
+++ b/packages/validate-messages/package.json
@@ -1,6 +1,6 @@
{
"name": "@lion/validate-messages",
- "version": "0.3.10",
+ "version": "0.3.11",
"description": "A set of localized messages for default Validators",
"license": "MIT",
"author": "ing-bank",
@@ -30,9 +30,9 @@
"test": "cd ../../ && npm run test:browser -- --group validate-messages"
},
"dependencies": {
- "@lion/core": "0.13.4",
- "@lion/form-core": "0.6.12",
- "@lion/localize": "0.15.1"
+ "@lion/core": "0.13.5",
+ "@lion/form-core": "0.6.13",
+ "@lion/localize": "0.15.2"
},
"keywords": [
"feedback",