Merge pull request #1176 from ing-bank/changeset-release/master
Version Packages
This commit is contained in:
commit
70bfeba9d1
18 changed files with 74 additions and 27 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/form': patch
|
||||
---
|
||||
|
||||
Add example link to form demo
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/overlays': patch
|
||||
---
|
||||
|
||||
Put tooltip arrow width and height css props on host of ArrowMixin.
|
||||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.1.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a04ea59c]
|
||||
- @lion/overlays@0.23.1
|
||||
|
||||
## 0.1.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/combobox",
|
||||
"version": "0.1.18",
|
||||
"version": "0.1.19",
|
||||
"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.0"
|
||||
"@lion/overlays": "0.23.1"
|
||||
},
|
||||
"keywords": [
|
||||
"combobox",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.9.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a04ea59c]
|
||||
- @lion/overlays@0.23.1
|
||||
|
||||
## 0.9.14
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.9.14",
|
||||
"version": "0.9.15",
|
||||
"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.0"
|
||||
"@lion/overlays": "0.23.1"
|
||||
},
|
||||
"keywords": [
|
||||
"dialog",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
# Change Log
|
||||
|
||||
## 0.3.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [fcc60cbf]
|
||||
- @lion/form@0.7.14
|
||||
- @lion/combobox@0.1.19
|
||||
- @lion/input-datepicker@0.18.13
|
||||
- @lion/select-rich@0.21.23
|
||||
|
||||
## 0.3.23
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-integrations",
|
||||
"version": "0.3.23",
|
||||
"version": "0.3.24",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -35,15 +35,15 @@
|
|||
"dependencies": {
|
||||
"@lion/button": "0.8.9",
|
||||
"@lion/checkbox-group": "0.12.13",
|
||||
"@lion/combobox": "0.1.18",
|
||||
"@lion/combobox": "0.1.19",
|
||||
"@lion/core": "0.13.7",
|
||||
"@lion/fieldset": "0.15.13",
|
||||
"@lion/form": "0.7.13",
|
||||
"@lion/form": "0.7.14",
|
||||
"@lion/form-core": "0.7.0",
|
||||
"@lion/input": "0.10.13",
|
||||
"@lion/input-amount": "0.8.13",
|
||||
"@lion/input-date": "0.8.13",
|
||||
"@lion/input-datepicker": "0.18.12",
|
||||
"@lion/input-datepicker": "0.18.13",
|
||||
"@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.22",
|
||||
"@lion/select-rich": "0.21.23",
|
||||
"@lion/switch": "0.12.13",
|
||||
"@lion/textarea": "0.8.13",
|
||||
"@lion/validate-messages": "0.3.13"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.7.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fcc60cbf: Add example link to form demo
|
||||
|
||||
## 0.7.13
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form",
|
||||
"version": "0.7.13",
|
||||
"version": "0.7.14",
|
||||
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.18.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a04ea59c]
|
||||
- @lion/overlays@0.23.1
|
||||
|
||||
## 0.18.12
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.18.12",
|
||||
"version": "0.18.13",
|
||||
"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.0",
|
||||
"@lion/overlays": "0.23.1",
|
||||
"@lion/validate-messages": "0.3.13"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.23.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a04ea59c: Put tooltip arrow width and height css props on host of ArrowMixin.
|
||||
|
||||
## 0.23.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.23.0",
|
||||
"version": "0.23.1",
|
||||
"description": "Overlays System using lit-html for rendering",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.21.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a04ea59c]
|
||||
- @lion/overlays@0.23.1
|
||||
|
||||
## 0.21.22
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.21.22",
|
||||
"version": "0.21.23",
|
||||
"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.0"
|
||||
"@lion/overlays": "0.23.1"
|
||||
},
|
||||
"keywords": [
|
||||
"field",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.16.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a04ea59c]
|
||||
- @lion/overlays@0.23.1
|
||||
|
||||
## 0.16.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.16.1",
|
||||
"version": "0.16.2",
|
||||
"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.0"
|
||||
"@lion/overlays": "0.23.1"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
Loading…
Reference in a new issue