Version Packages

This commit is contained in:
github-actions[bot] 2020-12-07 13:18:25 +00:00
parent 273209bd19
commit ad697dbcd2
19 changed files with 78 additions and 31 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/overlays': patch
---
Sync config change to the controller and make sure that an overlay is re-opened/re-hidden after the updateConfig handling, instead of always closed.

View file

@ -1,5 +0,0 @@
---
'@lion/overlays': patch
---
Return promises for the OverlayMixin toggle, open and close methods, since the OverlayController hiding/showing is asynchronous.

View file

@ -1,5 +0,0 @@
---
'@lion/input-iban': minor
---
add country blacklisting validator

View file

@ -1,5 +1,13 @@
# Change Log
## 0.1.14
### Patch Changes
- Updated dependencies [de536282]
- Updated dependencies [11e8dbcb]
- @lion/overlays@0.22.6
## 0.1.13
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/combobox",
"version": "0.1.13",
"version": "0.1.14",
"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.4",
"@lion/form-core": "0.6.12",
"@lion/listbox": "0.3.10",
"@lion/overlays": "0.22.5"
"@lion/overlays": "0.22.6"
},
"devDependencies": {
"@lion/validate-messages": "0.3.10"

View file

@ -1,5 +1,13 @@
# Change Log
## 0.9.11
### Patch Changes
- Updated dependencies [de536282]
- Updated dependencies [11e8dbcb]
- @lion/overlays@0.22.6
## 0.9.10
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/dialog",
"version": "0.9.10",
"version": "0.9.11",
"description": "Show relative overlay content on click, as a webcomponent",
"license": "MIT",
"author": "ing-bank",
@ -35,7 +35,7 @@
],
"dependencies": {
"@lion/core": "0.13.4",
"@lion/overlays": "0.22.5"
"@lion/overlays": "0.22.6"
},
"keywords": [
"dialog",

View file

@ -1,5 +1,14 @@
# Change Log
## 0.3.19
### Patch Changes
- Updated dependencies [c8e73457]
- @lion/input-iban@0.11.0
- @lion/input-datepicker@0.18.9
- @lion/select-rich@0.21.18
## 0.3.18
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-integrations",
"version": "0.3.18",
"version": "0.3.19",
"description": "The Form System allows you to create complex forms with various validation in an easy way",
"license": "MIT",
"author": "ing-bank",
@ -41,14 +41,14 @@
"@lion/form-core": "0.6.12",
"@lion/input": "0.10.10",
"@lion/input-date": "0.8.10",
"@lion/input-datepicker": "0.18.8",
"@lion/input-datepicker": "0.18.9",
"@lion/input-email": "0.9.10",
"@lion/input-iban": "0.10.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.17",
"@lion/select-rich": "0.21.18",
"@lion/textarea": "0.8.10",
"@lion/validate-messages": "0.3.10"
},

View file

@ -1,5 +1,13 @@
# Change Log
## 0.18.9
### Patch Changes
- Updated dependencies [de536282]
- Updated dependencies [11e8dbcb]
- @lion/overlays@0.22.6
## 0.18.8
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.18.8",
"version": "0.18.9",
"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.6.12",
"@lion/input-date": "0.8.10",
"@lion/localize": "0.15.1",
"@lion/overlays": "0.22.5"
"@lion/overlays": "0.22.6"
},
"devDependencies": {
"@lion/validate-messages": "0.3.10"

View file

@ -1,5 +1,11 @@
# Change Log
## 0.11.0
### Minor Changes
- c8e73457: add country blacklisting validator
## 0.10.10
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-iban",
"version": "0.10.10",
"version": "0.11.0",
"description": "Provide a way for users to fill in an iban",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,12 @@
# Change Log
## 0.22.6
### Patch Changes
- de536282: Sync config change to the controller and make sure that an overlay is re-opened/re-hidden after the updateConfig handling, instead of always closed.
- 11e8dbcb: Return promises for the OverlayMixin toggle, open and close methods, since the OverlayController hiding/showing is asynchronous.
## 0.22.5
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/overlays",
"version": "0.22.5",
"version": "0.22.6",
"description": "Overlays System using lit-html for rendering",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,13 @@
# Change Log
## 0.21.18
### Patch Changes
- Updated dependencies [de536282]
- Updated dependencies [11e8dbcb]
- @lion/overlays@0.22.6
## 0.21.17
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.21.17",
"version": "0.21.18",
"description": "Provides a select with options that can contain html",
"license": "MIT",
"author": "ing-bank",
@ -38,7 +38,7 @@
"@lion/core": "0.13.4",
"@lion/form-core": "0.6.12",
"@lion/listbox": "0.3.10",
"@lion/overlays": "0.22.5"
"@lion/overlays": "0.22.6"
},
"keywords": [
"field",

View file

@ -1,5 +1,13 @@
# Change Log
## 0.15.11
### Patch Changes
- Updated dependencies [de536282]
- Updated dependencies [11e8dbcb]
- @lion/overlays@0.22.6
## 0.15.10
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.15.10",
"version": "0.15.11",
"description": "Show relative overlay content on hover",
"license": "MIT",
"author": "ing-bank",
@ -35,7 +35,7 @@
],
"dependencies": {
"@lion/core": "0.13.4",
"@lion/overlays": "0.22.5"
"@lion/overlays": "0.22.6"
},
"keywords": [
"lion",