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

Version Packages
This commit is contained in:
Thijs Louisse 2021-04-14 10:58:07 +02:00 committed by GitHub
commit c7f8a9a2d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 156 additions and 50 deletions

View file

@ -1,11 +0,0 @@
---
'@lion/button': patch
'@lion/calendar': patch
'@lion/input-date': patch
'@lion/input-datepicker': patch
'@lion/input': patch
'@lion/select-rich': patch
'@lion/select': patch
---
fix: expose members as protected for extension compat. till v1

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.11.1
### Patch Changes
- f0527583: fix: expose members as protected for extension compat. till v1
## 0.11.0 ## 0.11.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/button", "name": "@lion/button",
"version": "0.11.0", "version": "0.11.1",
"description": "A button that is easily styleable and accessible in all contexts", "description": "A button that is easily styleable and accessible in all contexts",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.14.3
### Patch Changes
- f0527583: fix: expose members as protected for extension compat. till v1
## 0.14.2 ## 0.14.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/calendar", "name": "@lion/calendar",
"version": "0.14.2", "version": "0.14.3",
"description": "Standalone calendar", "description": "Standalone calendar",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.16.2
### Patch Changes
- Updated dependencies [f0527583]
- @lion/input@0.13.1
## 0.16.1 ## 0.16.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/checkbox-group", "name": "@lion/checkbox-group",
"version": "0.16.1", "version": "0.16.2",
"description": "A container for multiple checkboxes", "description": "A container for multiple checkboxes",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -41,7 +41,7 @@
"dependencies": { "dependencies": {
"@lion/core": "0.16.0", "@lion/core": "0.16.0",
"@lion/form-core": "0.11.0", "@lion/form-core": "0.11.0",
"@lion/input": "0.13.0" "@lion/input": "0.13.1"
}, },
"keywords": [ "keywords": [
"checkbox-group", "checkbox-group",

View file

@ -1,5 +1,24 @@
# Change Log # Change Log
## 0.6.2
### Patch Changes
- Updated dependencies [f0527583]
- @lion/button@0.11.1
- @lion/input-date@0.11.1
- @lion/input-datepicker@0.21.2
- @lion/input@0.13.1
- @lion/select-rich@0.24.2
- @lion/select@0.11.1
- @lion/checkbox-group@0.16.2
- @lion/input-amount@0.12.1
- @lion/input-email@0.12.1
- @lion/input-iban@0.14.1
- @lion/input-range@0.8.1
- @lion/input-stepper@0.4.1
- @lion/radio-group@0.15.1
## 0.6.1 ## 0.6.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form-integrations", "name": "@lion/form-integrations",
"version": "0.6.1", "version": "0.6.2",
"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",
@ -32,26 +32,26 @@
"test": "cd ../../ && npm run test:browser -- --group form-integrations" "test": "cd ../../ && npm run test:browser -- --group form-integrations"
}, },
"dependencies": { "dependencies": {
"@lion/button": "0.11.0", "@lion/button": "0.11.1",
"@lion/checkbox-group": "0.16.1", "@lion/checkbox-group": "0.16.2",
"@lion/combobox": "0.5.1", "@lion/combobox": "0.5.1",
"@lion/core": "0.16.0", "@lion/core": "0.16.0",
"@lion/fieldset": "0.18.0", "@lion/fieldset": "0.18.0",
"@lion/form": "0.10.0", "@lion/form": "0.10.0",
"@lion/form-core": "0.11.0", "@lion/form-core": "0.11.0",
"@lion/input": "0.13.0", "@lion/input": "0.13.1",
"@lion/input-amount": "0.12.0", "@lion/input-amount": "0.12.1",
"@lion/input-date": "0.11.0", "@lion/input-date": "0.11.1",
"@lion/input-datepicker": "0.21.1", "@lion/input-datepicker": "0.21.2",
"@lion/input-email": "0.12.0", "@lion/input-email": "0.12.1",
"@lion/input-iban": "0.14.0", "@lion/input-iban": "0.14.1",
"@lion/input-range": "0.8.0", "@lion/input-range": "0.8.1",
"@lion/input-stepper": "0.4.0", "@lion/input-stepper": "0.4.1",
"@lion/listbox": "0.7.0", "@lion/listbox": "0.7.0",
"@lion/localize": "0.18.0", "@lion/localize": "0.18.0",
"@lion/radio-group": "0.15.0", "@lion/radio-group": "0.15.1",
"@lion/select": "0.11.0", "@lion/select": "0.11.1",
"@lion/select-rich": "0.24.1", "@lion/select-rich": "0.24.2",
"@lion/switch": "0.15.0", "@lion/switch": "0.15.0",
"@lion/textarea": "0.11.0", "@lion/textarea": "0.11.0",
"@lion/validate-messages": "0.5.4" "@lion/validate-messages": "0.5.4"

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.12.1
### Patch Changes
- Updated dependencies [f0527583]
- @lion/input@0.13.1
## 0.12.0 ## 0.12.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-amount", "name": "@lion/input-amount",
"version": "0.12.0", "version": "0.12.1",
"description": "Provide a way for users to fill in an amount", "description": "Provide a way for users to fill in an amount",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -38,7 +38,7 @@
"dependencies": { "dependencies": {
"@lion/core": "0.16.0", "@lion/core": "0.16.0",
"@lion/form-core": "0.11.0", "@lion/form-core": "0.11.0",
"@lion/input": "0.13.0", "@lion/input": "0.13.1",
"@lion/localize": "0.18.0", "@lion/localize": "0.18.0",
"@lion/validate-messages": "0.5.4" "@lion/validate-messages": "0.5.4"
}, },

View file

@ -1,5 +1,13 @@
# Change Log # Change Log
## 0.11.1
### Patch Changes
- f0527583: fix: expose members as protected for extension compat. till v1
- Updated dependencies [f0527583]
- @lion/input@0.13.1
## 0.11.0 ## 0.11.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-date", "name": "@lion/input-date",
"version": "0.11.0", "version": "0.11.1",
"description": "Provide a way for users to fill in a date", "description": "Provide a way for users to fill in a date",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -38,7 +38,7 @@
"dependencies": { "dependencies": {
"@lion/core": "0.16.0", "@lion/core": "0.16.0",
"@lion/form-core": "0.11.0", "@lion/form-core": "0.11.0",
"@lion/input": "0.13.0", "@lion/input": "0.13.1",
"@lion/localize": "0.18.0", "@lion/localize": "0.18.0",
"@lion/validate-messages": "0.5.4" "@lion/validate-messages": "0.5.4"
}, },

View file

@ -1,5 +1,14 @@
# Change Log # Change Log
## 0.21.2
### Patch Changes
- f0527583: fix: expose members as protected for extension compat. till v1
- Updated dependencies [f0527583]
- @lion/calendar@0.14.3
- @lion/input-date@0.11.1
## 0.21.1 ## 0.21.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-datepicker", "name": "@lion/input-datepicker",
"version": "0.21.1", "version": "0.21.2",
"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",
@ -36,10 +36,10 @@
"lion-input-datepicker.js" "lion-input-datepicker.js"
], ],
"dependencies": { "dependencies": {
"@lion/calendar": "0.14.2", "@lion/calendar": "0.14.3",
"@lion/core": "0.16.0", "@lion/core": "0.16.0",
"@lion/form-core": "0.11.0", "@lion/form-core": "0.11.0",
"@lion/input-date": "0.11.0", "@lion/input-date": "0.11.1",
"@lion/localize": "0.18.0", "@lion/localize": "0.18.0",
"@lion/overlays": "0.26.1", "@lion/overlays": "0.26.1",
"@lion/validate-messages": "0.5.4" "@lion/validate-messages": "0.5.4"

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.12.1
### Patch Changes
- Updated dependencies [f0527583]
- @lion/input@0.13.1
## 0.12.0 ## 0.12.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-email", "name": "@lion/input-email",
"version": "0.12.0", "version": "0.12.1",
"description": "Provide a way for users to fill in an email", "description": "Provide a way for users to fill in an email",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -38,7 +38,7 @@
"dependencies": { "dependencies": {
"@lion/core": "0.16.0", "@lion/core": "0.16.0",
"@lion/form-core": "0.11.0", "@lion/form-core": "0.11.0",
"@lion/input": "0.13.0", "@lion/input": "0.13.1",
"@lion/localize": "0.18.0", "@lion/localize": "0.18.0",
"@lion/validate-messages": "0.5.4" "@lion/validate-messages": "0.5.4"
}, },

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.14.1
### Patch Changes
- Updated dependencies [f0527583]
- @lion/input@0.13.1
## 0.14.0 ## 0.14.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-iban", "name": "@lion/input-iban",
"version": "0.14.0", "version": "0.14.1",
"description": "Provide a way for users to fill in an iban", "description": "Provide a way for users to fill in an iban",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -38,7 +38,7 @@
"dependencies": { "dependencies": {
"@lion/core": "0.16.0", "@lion/core": "0.16.0",
"@lion/form-core": "0.11.0", "@lion/form-core": "0.11.0",
"@lion/input": "0.13.0", "@lion/input": "0.13.1",
"@lion/localize": "0.18.0", "@lion/localize": "0.18.0",
"@lion/validate-messages": "0.5.4", "@lion/validate-messages": "0.5.4",
"ibantools": "^2.2.0" "ibantools": "^2.2.0"

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.8.1
### Patch Changes
- Updated dependencies [f0527583]
- @lion/input@0.13.1
## 0.8.0 ## 0.8.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-range", "name": "@lion/input-range",
"version": "0.8.0", "version": "0.8.1",
"description": "Provide a way for users to select one value from a range of values", "description": "Provide a way for users to select one value from a range of values",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -37,7 +37,7 @@
], ],
"dependencies": { "dependencies": {
"@lion/core": "0.16.0", "@lion/core": "0.16.0",
"@lion/input": "0.13.0", "@lion/input": "0.13.1",
"@lion/localize": "0.18.0" "@lion/localize": "0.18.0"
}, },
"keywords": [ "keywords": [

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.4.1
### Patch Changes
- Updated dependencies [f0527583]
- @lion/input@0.13.1
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-stepper", "name": "@lion/input-stepper",
"version": "0.4.0", "version": "0.4.1",
"description": "This component enables the user to increase and decrease a numeric value by predefined range.", "description": "This component enables the user to increase and decrease a numeric value by predefined range.",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -38,7 +38,7 @@
"dependencies": { "dependencies": {
"@lion/core": "0.16.0", "@lion/core": "0.16.0",
"@lion/form-core": "0.11.0", "@lion/form-core": "0.11.0",
"@lion/input": "0.13.0" "@lion/input": "0.13.1"
}, },
"keywords": [ "keywords": [
"input", "input",

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.13.1
### Patch Changes
- f0527583: fix: expose members as protected for extension compat. till v1
## 0.13.0 ## 0.13.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input", "name": "@lion/input",
"version": "0.13.0", "version": "0.13.1",
"description": "It enhances the functionality of the native `<input>` element", "description": "It enhances the functionality of the native `<input>` element",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.15.1
### Patch Changes
- Updated dependencies [f0527583]
- @lion/input@0.13.1
## 0.15.0 ## 0.15.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/radio-group", "name": "@lion/radio-group",
"version": "0.15.0", "version": "0.15.1",
"description": "Manage a group of choices", "description": "Manage a group of choices",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -40,7 +40,7 @@
"dependencies": { "dependencies": {
"@lion/core": "0.16.0", "@lion/core": "0.16.0",
"@lion/form-core": "0.11.0", "@lion/form-core": "0.11.0",
"@lion/input": "0.13.0" "@lion/input": "0.13.1"
}, },
"keywords": [ "keywords": [
"lion", "lion",

View file

@ -1,5 +1,13 @@
# Change Log # Change Log
## 0.24.2
### Patch Changes
- f0527583: fix: expose members as protected for extension compat. till v1
- Updated dependencies [f0527583]
- @lion/button@0.11.1
## 0.24.1 ## 0.24.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/select-rich", "name": "@lion/select-rich",
"version": "0.24.1", "version": "0.24.2",
"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",
@ -40,7 +40,7 @@
"lion-select-rich.js" "lion-select-rich.js"
], ],
"dependencies": { "dependencies": {
"@lion/button": "0.11.0", "@lion/button": "0.11.1",
"@lion/core": "0.16.0", "@lion/core": "0.16.0",
"@lion/form-core": "0.11.0", "@lion/form-core": "0.11.0",
"@lion/listbox": "0.7.0", "@lion/listbox": "0.7.0",

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.11.1
### Patch Changes
- f0527583: fix: expose members as protected for extension compat. till v1
## 0.11.0 ## 0.11.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/select", "name": "@lion/select",
"version": "0.11.0", "version": "0.11.1",
"description": "Provide a set of options where you can select one", "description": "Provide a set of options where you can select one",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",