Version Packages (#2119)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
60312054c0
commit
675f7b1cdd
15 changed files with 65 additions and 23 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/overlays': patch
|
||||
---
|
||||
|
||||
fix(overlays): fix OverlayController being added to a target that is already removed
|
||||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.6.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [60312054]
|
||||
- @lion/overlays@0.27.5
|
||||
|
||||
## 0.6.6
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/combobox",
|
||||
"version": "0.6.6",
|
||||
"version": "0.6.7",
|
||||
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
"@lion/core": "0.17.4",
|
||||
"@lion/form-core": "0.13.4",
|
||||
"@lion/listbox": "0.9.4",
|
||||
"@lion/overlays": "0.27.4"
|
||||
"@lion/overlays": "0.27.5"
|
||||
},
|
||||
"keywords": [
|
||||
"combobox",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [60312054]
|
||||
- @lion/overlays@0.27.5
|
||||
|
||||
## 0.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.12.4",
|
||||
"version": "0.12.5",
|
||||
"description": "Show relative overlay content on click, as a webcomponent",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.17.4",
|
||||
"@lion/overlays": "0.27.4"
|
||||
"@lion/overlays": "0.27.5"
|
||||
},
|
||||
"keywords": [
|
||||
"dialog",
|
||||
|
|
|
|||
|
|
@ -1,10 +1,16 @@
|
|||
# Change Log
|
||||
|
||||
## 0.7.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @lion/combobox@0.6.7
|
||||
- @lion/input-datepicker@0.22.7
|
||||
- @lion/select-rich@0.25.6
|
||||
|
||||
## 0.7.7
|
||||
|
||||
Manually depend on "-legacy.{x}" deps (the "inbetween versions" of packages that never got a minor bump after we moved to lit2)
|
||||
|
||||
Manually depend on "-legacy.{x}" deps (the "inbetween versions" of packages that never got a minor bump after we moved to lit2)
|
||||
|
||||
## 0.7.6
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-integrations",
|
||||
"version": "0.7.7",
|
||||
"version": "0.7.8",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"dependencies": {
|
||||
"@lion/button": "0.12.4",
|
||||
"@lion/checkbox-group": "0.17.5",
|
||||
"@lion/combobox": "0.6.6",
|
||||
"@lion/combobox": "0.6.7",
|
||||
"@lion/core": "0.17.4",
|
||||
"@lion/fieldset": "0.19.1-legacy.1",
|
||||
"@lion/form": "0.11.6",
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
"@lion/input": "0.14.5",
|
||||
"@lion/input-amount": "0.13.5",
|
||||
"@lion/input-date": "0.12.1-legacy.1",
|
||||
"@lion/input-datepicker": "0.22.6",
|
||||
"@lion/input-datepicker": "0.22.7",
|
||||
"@lion/input-email": "0.13.1-legacy.1",
|
||||
"@lion/input-iban": "0.15.5",
|
||||
"@lion/input-range": "0.10.0-legacy.1",
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
"@lion/localize": "0.19.4",
|
||||
"@lion/radio-group": "0.17.4",
|
||||
"@lion/select": "0.13.4",
|
||||
"@lion/select-rich": "0.25.5",
|
||||
"@lion/select-rich": "0.25.6",
|
||||
"@lion/switch": "0.16.5",
|
||||
"@lion/textarea": "0.12.5",
|
||||
"@lion/validate-messages": "0.6.5"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,15 @@
|
|||
# Change Log
|
||||
|
||||
## 0.22.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [60312054]
|
||||
- @lion/overlays@0.27.5
|
||||
|
||||
## 0.22.6
|
||||
|
||||
Manually depend on "-legacy.{x}" deps (the "inbetween versions" of packages that never got a minor bump after we moved to lit2)
|
||||
Manually depend on "-legacy.{x}" deps (the "inbetween versions" of packages that never got a minor bump after we moved to lit2)
|
||||
|
||||
## 0.22.5
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.22.6",
|
||||
"version": "0.22.7",
|
||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"@lion/form-core": "0.13.4",
|
||||
"@lion/input-date": "0.12.1-legacy.1",
|
||||
"@lion/localize": "0.19.4",
|
||||
"@lion/overlays": "0.27.4",
|
||||
"@lion/overlays": "0.27.5",
|
||||
"@lion/validate-messages": "0.6.5"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.27.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 60312054: fix(overlays): fix OverlayController being added to a target that is already removed
|
||||
|
||||
## 0.27.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.27.4",
|
||||
"version": "0.27.5",
|
||||
"description": "Overlays System using lit-html for rendering",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.25.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [60312054]
|
||||
- @lion/overlays@0.27.5
|
||||
|
||||
## 0.25.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.25.5",
|
||||
"version": "0.25.6",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
"@lion/core": "0.17.4",
|
||||
"@lion/form-core": "0.13.4",
|
||||
"@lion/listbox": "0.9.4",
|
||||
"@lion/overlays": "0.27.4"
|
||||
"@lion/overlays": "0.27.5"
|
||||
},
|
||||
"keywords": [
|
||||
"field",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.20.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [60312054]
|
||||
- @lion/overlays@0.27.5
|
||||
|
||||
## 0.20.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.20.4",
|
||||
"version": "0.20.5",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.17.4",
|
||||
"@lion/overlays": "0.27.4"
|
||||
"@lion/overlays": "0.27.5"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
Loading…
Reference in a new issue