Version Packages
This commit is contained in:
parent
a7760b64cb
commit
23aedb8809
15 changed files with 64 additions and 20 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/overlays': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix type declaration for \_\_syncFromPopperState method.
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.1.20
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [a7760b64]
|
||||||
|
- @lion/overlays@0.23.2
|
||||||
|
|
||||||
## 0.1.19
|
## 0.1.19
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/combobox",
|
"name": "@lion/combobox",
|
||||||
"version": "0.1.19",
|
"version": "0.1.20",
|
||||||
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
|
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
"@lion/core": "0.13.7",
|
"@lion/core": "0.13.7",
|
||||||
"@lion/form-core": "0.7.0",
|
"@lion/form-core": "0.7.0",
|
||||||
"@lion/listbox": "0.4.0",
|
"@lion/listbox": "0.4.0",
|
||||||
"@lion/overlays": "0.23.1"
|
"@lion/overlays": "0.23.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"combobox",
|
"combobox",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.9.16
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [a7760b64]
|
||||||
|
- @lion/overlays@0.23.2
|
||||||
|
|
||||||
## 0.9.15
|
## 0.9.15
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/dialog",
|
"name": "@lion/dialog",
|
||||||
"version": "0.9.15",
|
"version": "0.9.16",
|
||||||
"description": "Show relative overlay content on click, as a webcomponent",
|
"description": "Show relative overlay content on click, as a webcomponent",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.13.7",
|
"@lion/core": "0.13.7",
|
||||||
"@lion/overlays": "0.23.1"
|
"@lion/overlays": "0.23.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"dialog",
|
"dialog",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.3.25
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- @lion/combobox@0.1.20
|
||||||
|
- @lion/input-datepicker@0.18.14
|
||||||
|
- @lion/select-rich@0.21.24
|
||||||
|
|
||||||
## 0.3.24
|
## 0.3.24
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-integrations",
|
"name": "@lion/form-integrations",
|
||||||
"version": "0.3.24",
|
"version": "0.3.25",
|
||||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/button": "0.8.9",
|
"@lion/button": "0.8.9",
|
||||||
"@lion/checkbox-group": "0.12.13",
|
"@lion/checkbox-group": "0.12.13",
|
||||||
"@lion/combobox": "0.1.19",
|
"@lion/combobox": "0.1.20",
|
||||||
"@lion/core": "0.13.7",
|
"@lion/core": "0.13.7",
|
||||||
"@lion/fieldset": "0.15.13",
|
"@lion/fieldset": "0.15.13",
|
||||||
"@lion/form": "0.7.14",
|
"@lion/form": "0.7.14",
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"@lion/input": "0.10.13",
|
"@lion/input": "0.10.13",
|
||||||
"@lion/input-amount": "0.8.13",
|
"@lion/input-amount": "0.8.13",
|
||||||
"@lion/input-date": "0.8.13",
|
"@lion/input-date": "0.8.13",
|
||||||
"@lion/input-datepicker": "0.18.13",
|
"@lion/input-datepicker": "0.18.14",
|
||||||
"@lion/input-email": "0.9.13",
|
"@lion/input-email": "0.9.13",
|
||||||
"@lion/input-iban": "0.11.3",
|
"@lion/input-iban": "0.11.3",
|
||||||
"@lion/input-range": "0.5.13",
|
"@lion/input-range": "0.5.13",
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
"@lion/localize": "0.15.4",
|
"@lion/localize": "0.15.4",
|
||||||
"@lion/radio-group": "0.12.13",
|
"@lion/radio-group": "0.12.13",
|
||||||
"@lion/select": "0.8.13",
|
"@lion/select": "0.8.13",
|
||||||
"@lion/select-rich": "0.21.23",
|
"@lion/select-rich": "0.21.24",
|
||||||
"@lion/switch": "0.12.13",
|
"@lion/switch": "0.12.13",
|
||||||
"@lion/textarea": "0.8.13",
|
"@lion/textarea": "0.8.13",
|
||||||
"@lion/validate-messages": "0.3.13"
|
"@lion/validate-messages": "0.3.13"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.18.14
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [a7760b64]
|
||||||
|
- @lion/overlays@0.23.2
|
||||||
|
|
||||||
## 0.18.13
|
## 0.18.13
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-datepicker",
|
"name": "@lion/input-datepicker",
|
||||||
"version": "0.18.13",
|
"version": "0.18.14",
|
||||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"@lion/form-core": "0.7.0",
|
"@lion/form-core": "0.7.0",
|
||||||
"@lion/input-date": "0.8.13",
|
"@lion/input-date": "0.8.13",
|
||||||
"@lion/localize": "0.15.4",
|
"@lion/localize": "0.15.4",
|
||||||
"@lion/overlays": "0.23.1",
|
"@lion/overlays": "0.23.2",
|
||||||
"@lion/validate-messages": "0.3.13"
|
"@lion/validate-messages": "0.3.13"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.23.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- a7760b64: Fix type declaration for \_\_syncFromPopperState method.
|
||||||
|
|
||||||
## 0.23.1
|
## 0.23.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/overlays",
|
"name": "@lion/overlays",
|
||||||
"version": "0.23.1",
|
"version": "0.23.2",
|
||||||
"description": "Overlays System using lit-html for rendering",
|
"description": "Overlays System using lit-html for rendering",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.21.24
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [a7760b64]
|
||||||
|
- @lion/overlays@0.23.2
|
||||||
|
|
||||||
## 0.21.23
|
## 0.21.23
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/select-rich",
|
"name": "@lion/select-rich",
|
||||||
"version": "0.21.23",
|
"version": "0.21.24",
|
||||||
"description": "Provides a select with options that can contain html",
|
"description": "Provides a select with options that can contain html",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"@lion/core": "0.13.7",
|
"@lion/core": "0.13.7",
|
||||||
"@lion/form-core": "0.7.0",
|
"@lion/form-core": "0.7.0",
|
||||||
"@lion/listbox": "0.4.0",
|
"@lion/listbox": "0.4.0",
|
||||||
"@lion/overlays": "0.23.1"
|
"@lion/overlays": "0.23.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"field",
|
"field",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.16.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [a7760b64]
|
||||||
|
- @lion/overlays@0.23.2
|
||||||
|
|
||||||
## 0.16.2
|
## 0.16.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/tooltip",
|
"name": "@lion/tooltip",
|
||||||
"version": "0.16.2",
|
"version": "0.16.3",
|
||||||
"description": "Show relative overlay content on hover",
|
"description": "Show relative overlay content on hover",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.13.7",
|
"@lion/core": "0.13.7",
|
||||||
"@lion/overlays": "0.23.1"
|
"@lion/overlays": "0.23.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lion",
|
"lion",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue