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
|
||||
|
||||
## 0.1.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a7760b64]
|
||||
- @lion/overlays@0.23.2
|
||||
|
||||
## 0.1.19
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
"@lion/core": "0.13.7",
|
||||
"@lion/form-core": "0.7.0",
|
||||
"@lion/listbox": "0.4.0",
|
||||
"@lion/overlays": "0.23.1"
|
||||
"@lion/overlays": "0.23.2"
|
||||
},
|
||||
"keywords": [
|
||||
"combobox",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.9.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a7760b64]
|
||||
- @lion/overlays@0.23.2
|
||||
|
||||
## 0.9.15
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.9.15",
|
||||
"version": "0.9.16",
|
||||
"description": "Show relative overlay content on click, as a webcomponent",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.13.7",
|
||||
"@lion/overlays": "0.23.1"
|
||||
"@lion/overlays": "0.23.2"
|
||||
},
|
||||
"keywords": [
|
||||
"dialog",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# 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
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
"dependencies": {
|
||||
"@lion/button": "0.8.9",
|
||||
"@lion/checkbox-group": "0.12.13",
|
||||
"@lion/combobox": "0.1.19",
|
||||
"@lion/combobox": "0.1.20",
|
||||
"@lion/core": "0.13.7",
|
||||
"@lion/fieldset": "0.15.13",
|
||||
"@lion/form": "0.7.14",
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"@lion/input": "0.10.13",
|
||||
"@lion/input-amount": "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-iban": "0.11.3",
|
||||
"@lion/input-range": "0.5.13",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"@lion/localize": "0.15.4",
|
||||
"@lion/radio-group": "0.12.13",
|
||||
"@lion/select": "0.8.13",
|
||||
"@lion/select-rich": "0.21.23",
|
||||
"@lion/select-rich": "0.21.24",
|
||||
"@lion/switch": "0.12.13",
|
||||
"@lion/textarea": "0.8.13",
|
||||
"@lion/validate-messages": "0.3.13"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.18.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a7760b64]
|
||||
- @lion/overlays@0.23.2
|
||||
|
||||
## 0.18.13
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"@lion/form-core": "0.7.0",
|
||||
"@lion/input-date": "0.8.13",
|
||||
"@lion/localize": "0.15.4",
|
||||
"@lion/overlays": "0.23.1",
|
||||
"@lion/overlays": "0.23.2",
|
||||
"@lion/validate-messages": "0.3.13"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.23.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a7760b64: Fix type declaration for \_\_syncFromPopperState method.
|
||||
|
||||
## 0.23.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.23.1",
|
||||
"version": "0.23.2",
|
||||
"description": "Overlays System using lit-html for rendering",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.21.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a7760b64]
|
||||
- @lion/overlays@0.23.2
|
||||
|
||||
## 0.21.23
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.21.23",
|
||||
"version": "0.21.24",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"@lion/core": "0.13.7",
|
||||
"@lion/form-core": "0.7.0",
|
||||
"@lion/listbox": "0.4.0",
|
||||
"@lion/overlays": "0.23.1"
|
||||
"@lion/overlays": "0.23.2"
|
||||
},
|
||||
"keywords": [
|
||||
"field",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.16.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a7760b64]
|
||||
- @lion/overlays@0.23.2
|
||||
|
||||
## 0.16.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.16.2",
|
||||
"version": "0.16.3",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.13.7",
|
||||
"@lion/overlays": "0.23.1"
|
||||
"@lion/overlays": "0.23.2"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
Loading…
Reference in a new issue