Merge pull request #2215 from ing-bank/changeset-release/lit1

Version Packages
This commit is contained in:
Thijs Louisse 2024-03-08 13:54:12 +01:00 committed by GitHub
commit acd8d29c88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 64 additions and 20 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/overlays': patch
---
fix: only use elementToFocusAfterHide when provided as HTMLElement

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.6.8
### Patch Changes
- Updated dependencies [f76f4b36]
- @lion/overlays@0.27.6
## 0.6.7 ## 0.6.7
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/combobox", "name": "@lion/combobox",
"version": "0.6.7", "version": "0.6.8",
"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",
@ -48,7 +48,7 @@
"@lion/core": "0.17.4", "@lion/core": "0.17.4",
"@lion/form-core": "0.13.4", "@lion/form-core": "0.13.4",
"@lion/listbox": "0.9.4", "@lion/listbox": "0.9.4",
"@lion/overlays": "0.27.5" "@lion/overlays": "0.27.6"
}, },
"keywords": [ "keywords": [
"combobox", "combobox",

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.12.6
### Patch Changes
- Updated dependencies [f76f4b36]
- @lion/overlays@0.27.6
## 0.12.5 ## 0.12.5
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/dialog", "name": "@lion/dialog",
"version": "0.12.5", "version": "0.12.6",
"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",
@ -38,7 +38,7 @@
], ],
"dependencies": { "dependencies": {
"@lion/core": "0.17.4", "@lion/core": "0.17.4",
"@lion/overlays": "0.27.5" "@lion/overlays": "0.27.6"
}, },
"keywords": [ "keywords": [
"dialog", "dialog",

View file

@ -1,5 +1,13 @@
# Change Log # Change Log
## 0.7.9
### Patch Changes
- @lion/combobox@0.6.8
- @lion/input-datepicker@0.22.8
- @lion/select-rich@0.25.7
## 0.7.8 ## 0.7.8
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form-integrations", "name": "@lion/form-integrations",
"version": "0.7.8", "version": "0.7.9",
"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",
@ -34,7 +34,7 @@
"dependencies": { "dependencies": {
"@lion/button": "0.12.4", "@lion/button": "0.12.4",
"@lion/checkbox-group": "0.17.5", "@lion/checkbox-group": "0.17.5",
"@lion/combobox": "0.6.7", "@lion/combobox": "0.6.8",
"@lion/core": "0.17.4", "@lion/core": "0.17.4",
"@lion/fieldset": "0.19.1-legacy.1", "@lion/fieldset": "0.19.1-legacy.1",
"@lion/form": "0.11.6", "@lion/form": "0.11.6",
@ -42,7 +42,7 @@
"@lion/input": "0.14.5", "@lion/input": "0.14.5",
"@lion/input-amount": "0.13.5", "@lion/input-amount": "0.13.5",
"@lion/input-date": "0.12.1-legacy.1", "@lion/input-date": "0.12.1-legacy.1",
"@lion/input-datepicker": "0.22.7", "@lion/input-datepicker": "0.22.8",
"@lion/input-email": "0.13.1-legacy.1", "@lion/input-email": "0.13.1-legacy.1",
"@lion/input-iban": "0.15.5", "@lion/input-iban": "0.15.5",
"@lion/input-range": "0.10.0-legacy.1", "@lion/input-range": "0.10.0-legacy.1",
@ -51,7 +51,7 @@
"@lion/localize": "0.19.4", "@lion/localize": "0.19.4",
"@lion/radio-group": "0.17.4", "@lion/radio-group": "0.17.4",
"@lion/select": "0.13.4", "@lion/select": "0.13.4",
"@lion/select-rich": "0.25.6", "@lion/select-rich": "0.25.7",
"@lion/switch": "0.16.5", "@lion/switch": "0.16.5",
"@lion/textarea": "0.12.5", "@lion/textarea": "0.12.5",
"@lion/validate-messages": "0.6.5" "@lion/validate-messages": "0.6.5"

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.22.8
### Patch Changes
- Updated dependencies [f76f4b36]
- @lion/overlays@0.27.6
## 0.22.7 ## 0.22.7
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-datepicker", "name": "@lion/input-datepicker",
"version": "0.22.7", "version": "0.22.8",
"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",
@ -41,7 +41,7 @@
"@lion/form-core": "0.13.4", "@lion/form-core": "0.13.4",
"@lion/input-date": "0.12.1-legacy.1", "@lion/input-date": "0.12.1-legacy.1",
"@lion/localize": "0.19.4", "@lion/localize": "0.19.4",
"@lion/overlays": "0.27.5", "@lion/overlays": "0.27.6",
"@lion/validate-messages": "0.6.5" "@lion/validate-messages": "0.6.5"
}, },
"keywords": [ "keywords": [

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.27.6
### Patch Changes
- f76f4b36: fix: only use elementToFocusAfterHide when provided as HTMLElement
## 0.27.5 ## 0.27.5
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/overlays", "name": "@lion/overlays",
"version": "0.27.5", "version": "0.27.6",
"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",

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.25.7
### Patch Changes
- Updated dependencies [f76f4b36]
- @lion/overlays@0.27.6
## 0.25.6 ## 0.25.6
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/select-rich", "name": "@lion/select-rich",
"version": "0.25.6", "version": "0.25.7",
"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",
@ -44,7 +44,7 @@
"@lion/core": "0.17.4", "@lion/core": "0.17.4",
"@lion/form-core": "0.13.4", "@lion/form-core": "0.13.4",
"@lion/listbox": "0.9.4", "@lion/listbox": "0.9.4",
"@lion/overlays": "0.27.5" "@lion/overlays": "0.27.6"
}, },
"keywords": [ "keywords": [
"field", "field",

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.20.6
### Patch Changes
- Updated dependencies [f76f4b36]
- @lion/overlays@0.27.6
## 0.20.5 ## 0.20.5
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/tooltip", "name": "@lion/tooltip",
"version": "0.20.5", "version": "0.20.6",
"description": "Show relative overlay content on hover", "description": "Show relative overlay content on hover",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -37,7 +37,7 @@
], ],
"dependencies": { "dependencies": {
"@lion/core": "0.17.4", "@lion/core": "0.17.4",
"@lion/overlays": "0.27.5" "@lion/overlays": "0.27.6"
}, },
"keywords": [ "keywords": [
"lion", "lion",