Merge pull request #1176 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
Joren Broekema 2021-01-11 13:12:52 +01:00 committed by GitHub
commit 70bfeba9d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 74 additions and 27 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/form': patch
---
Add example link to form demo

View file

@ -1,5 +0,0 @@
---
'@lion/overlays': patch
---
Put tooltip arrow width and height css props on host of ArrowMixin.

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.1.19
### Patch Changes
- Updated dependencies [a04ea59c]
- @lion/overlays@0.23.1
## 0.1.18 ## 0.1.18
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/combobox", "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", "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",
@ -45,7 +45,7 @@
"@lion/core": "0.13.7", "@lion/core": "0.13.7",
"@lion/form-core": "0.7.0", "@lion/form-core": "0.7.0",
"@lion/listbox": "0.4.0", "@lion/listbox": "0.4.0",
"@lion/overlays": "0.23.0" "@lion/overlays": "0.23.1"
}, },
"keywords": [ "keywords": [
"combobox", "combobox",

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.9.15
### Patch Changes
- Updated dependencies [a04ea59c]
- @lion/overlays@0.23.1
## 0.9.14 ## 0.9.14
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/dialog", "name": "@lion/dialog",
"version": "0.9.14", "version": "0.9.15",
"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",
@ -35,7 +35,7 @@
], ],
"dependencies": { "dependencies": {
"@lion/core": "0.13.7", "@lion/core": "0.13.7",
"@lion/overlays": "0.23.0" "@lion/overlays": "0.23.1"
}, },
"keywords": [ "keywords": [
"dialog", "dialog",

View file

@ -1,5 +1,15 @@
# Change Log # 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 ## 0.3.23
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form-integrations", "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", "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",
@ -35,15 +35,15 @@
"dependencies": { "dependencies": {
"@lion/button": "0.8.9", "@lion/button": "0.8.9",
"@lion/checkbox-group": "0.12.13", "@lion/checkbox-group": "0.12.13",
"@lion/combobox": "0.1.18", "@lion/combobox": "0.1.19",
"@lion/core": "0.13.7", "@lion/core": "0.13.7",
"@lion/fieldset": "0.15.13", "@lion/fieldset": "0.15.13",
"@lion/form": "0.7.13", "@lion/form": "0.7.14",
"@lion/form-core": "0.7.0", "@lion/form-core": "0.7.0",
"@lion/input": "0.10.13", "@lion/input": "0.10.13",
"@lion/input-amount": "0.8.13", "@lion/input-amount": "0.8.13",
"@lion/input-date": "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-email": "0.9.13",
"@lion/input-iban": "0.11.3", "@lion/input-iban": "0.11.3",
"@lion/input-range": "0.5.13", "@lion/input-range": "0.5.13",
@ -52,7 +52,7 @@
"@lion/localize": "0.15.4", "@lion/localize": "0.15.4",
"@lion/radio-group": "0.12.13", "@lion/radio-group": "0.12.13",
"@lion/select": "0.8.13", "@lion/select": "0.8.13",
"@lion/select-rich": "0.21.22", "@lion/select-rich": "0.21.23",
"@lion/switch": "0.12.13", "@lion/switch": "0.12.13",
"@lion/textarea": "0.8.13", "@lion/textarea": "0.8.13",
"@lion/validate-messages": "0.3.13" "@lion/validate-messages": "0.3.13"

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.7.14
### Patch Changes
- fcc60cbf: Add example link to form demo
## 0.7.13 ## 0.7.13
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form", "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", "description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.18.13
### Patch Changes
- Updated dependencies [a04ea59c]
- @lion/overlays@0.23.1
## 0.18.12 ## 0.18.12
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-datepicker", "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", "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",
@ -38,7 +38,7 @@
"@lion/form-core": "0.7.0", "@lion/form-core": "0.7.0",
"@lion/input-date": "0.8.13", "@lion/input-date": "0.8.13",
"@lion/localize": "0.15.4", "@lion/localize": "0.15.4",
"@lion/overlays": "0.23.0", "@lion/overlays": "0.23.1",
"@lion/validate-messages": "0.3.13" "@lion/validate-messages": "0.3.13"
}, },
"keywords": [ "keywords": [

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.23.1
### Patch Changes
- a04ea59c: Put tooltip arrow width and height css props on host of ArrowMixin.
## 0.23.0 ## 0.23.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/overlays", "name": "@lion/overlays",
"version": "0.23.0", "version": "0.23.1",
"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.21.23
### Patch Changes
- Updated dependencies [a04ea59c]
- @lion/overlays@0.23.1
## 0.21.22 ## 0.21.22
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/select-rich", "name": "@lion/select-rich",
"version": "0.21.22", "version": "0.21.23",
"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",
@ -38,7 +38,7 @@
"@lion/core": "0.13.7", "@lion/core": "0.13.7",
"@lion/form-core": "0.7.0", "@lion/form-core": "0.7.0",
"@lion/listbox": "0.4.0", "@lion/listbox": "0.4.0",
"@lion/overlays": "0.23.0" "@lion/overlays": "0.23.1"
}, },
"keywords": [ "keywords": [
"field", "field",

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.16.2
### Patch Changes
- Updated dependencies [a04ea59c]
- @lion/overlays@0.23.1
## 0.16.1 ## 0.16.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/tooltip", "name": "@lion/tooltip",
"version": "0.16.1", "version": "0.16.2",
"description": "Show relative overlay content on hover", "description": "Show relative overlay content on hover",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -35,7 +35,7 @@
], ],
"dependencies": { "dependencies": {
"@lion/core": "0.13.7", "@lion/core": "0.13.7",
"@lion/overlays": "0.23.0" "@lion/overlays": "0.23.1"
}, },
"keywords": [ "keywords": [
"lion", "lion",