Version Packages
This commit is contained in:
parent
f031a93760
commit
aa0906506f
31 changed files with 156 additions and 50 deletions
|
|
@ -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
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.11.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f0527583: fix: expose members as protected for extension compat. till v1
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/button",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"description": "A button that is easily styleable and accessible in all contexts",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.14.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f0527583: fix: expose members as protected for extension compat. till v1
|
||||
|
||||
## 0.14.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/calendar",
|
||||
"version": "0.14.2",
|
||||
"version": "0.14.3",
|
||||
"description": "Standalone calendar",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.16.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f0527583]
|
||||
- @lion/input@0.13.1
|
||||
|
||||
## 0.16.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/checkbox-group",
|
||||
"version": "0.16.1",
|
||||
"version": "0.16.2",
|
||||
"description": "A container for multiple checkboxes",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"dependencies": {
|
||||
"@lion/core": "0.16.0",
|
||||
"@lion/form-core": "0.11.0",
|
||||
"@lion/input": "0.13.0"
|
||||
"@lion/input": "0.13.1"
|
||||
},
|
||||
"keywords": [
|
||||
"checkbox-group",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,24 @@
|
|||
# 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
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -32,26 +32,26 @@
|
|||
"test": "cd ../../ && npm run test:browser -- --group form-integrations"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lion/button": "0.11.0",
|
||||
"@lion/checkbox-group": "0.16.1",
|
||||
"@lion/button": "0.11.1",
|
||||
"@lion/checkbox-group": "0.16.2",
|
||||
"@lion/combobox": "0.5.1",
|
||||
"@lion/core": "0.16.0",
|
||||
"@lion/fieldset": "0.18.0",
|
||||
"@lion/form": "0.10.0",
|
||||
"@lion/form-core": "0.11.0",
|
||||
"@lion/input": "0.13.0",
|
||||
"@lion/input-amount": "0.12.0",
|
||||
"@lion/input-date": "0.11.0",
|
||||
"@lion/input-datepicker": "0.21.1",
|
||||
"@lion/input-email": "0.12.0",
|
||||
"@lion/input-iban": "0.14.0",
|
||||
"@lion/input-range": "0.8.0",
|
||||
"@lion/input-stepper": "0.4.0",
|
||||
"@lion/input": "0.13.1",
|
||||
"@lion/input-amount": "0.12.1",
|
||||
"@lion/input-date": "0.11.1",
|
||||
"@lion/input-datepicker": "0.21.2",
|
||||
"@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/listbox": "0.7.0",
|
||||
"@lion/localize": "0.18.0",
|
||||
"@lion/radio-group": "0.15.0",
|
||||
"@lion/select": "0.11.0",
|
||||
"@lion/select-rich": "0.24.1",
|
||||
"@lion/radio-group": "0.15.1",
|
||||
"@lion/select": "0.11.1",
|
||||
"@lion/select-rich": "0.24.2",
|
||||
"@lion/switch": "0.15.0",
|
||||
"@lion/textarea": "0.11.0",
|
||||
"@lion/validate-messages": "0.5.4"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.12.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f0527583]
|
||||
- @lion/input@0.13.1
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-amount",
|
||||
"version": "0.12.0",
|
||||
"version": "0.12.1",
|
||||
"description": "Provide a way for users to fill in an amount",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"dependencies": {
|
||||
"@lion/core": "0.16.0",
|
||||
"@lion/form-core": "0.11.0",
|
||||
"@lion/input": "0.13.0",
|
||||
"@lion/input": "0.13.1",
|
||||
"@lion/localize": "0.18.0",
|
||||
"@lion/validate-messages": "0.5.4"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# 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
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-date",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"description": "Provide a way for users to fill in a date",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"dependencies": {
|
||||
"@lion/core": "0.16.0",
|
||||
"@lion/form-core": "0.11.0",
|
||||
"@lion/input": "0.13.0",
|
||||
"@lion/input": "0.13.1",
|
||||
"@lion/localize": "0.18.0",
|
||||
"@lion/validate-messages": "0.5.4"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
# 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
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -36,10 +36,10 @@
|
|||
"lion-input-datepicker.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/calendar": "0.14.2",
|
||||
"@lion/calendar": "0.14.3",
|
||||
"@lion/core": "0.16.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/overlays": "0.26.1",
|
||||
"@lion/validate-messages": "0.5.4"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.12.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f0527583]
|
||||
- @lion/input@0.13.1
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-email",
|
||||
"version": "0.12.0",
|
||||
"version": "0.12.1",
|
||||
"description": "Provide a way for users to fill in an email",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"dependencies": {
|
||||
"@lion/core": "0.16.0",
|
||||
"@lion/form-core": "0.11.0",
|
||||
"@lion/input": "0.13.0",
|
||||
"@lion/input": "0.13.1",
|
||||
"@lion/localize": "0.18.0",
|
||||
"@lion/validate-messages": "0.5.4"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.14.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f0527583]
|
||||
- @lion/input@0.13.1
|
||||
|
||||
## 0.14.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-iban",
|
||||
"version": "0.14.0",
|
||||
"version": "0.14.1",
|
||||
"description": "Provide a way for users to fill in an iban",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"dependencies": {
|
||||
"@lion/core": "0.16.0",
|
||||
"@lion/form-core": "0.11.0",
|
||||
"@lion/input": "0.13.0",
|
||||
"@lion/input": "0.13.1",
|
||||
"@lion/localize": "0.18.0",
|
||||
"@lion/validate-messages": "0.5.4",
|
||||
"ibantools": "^2.2.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f0527583]
|
||||
- @lion/input@0.13.1
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.16.0",
|
||||
"@lion/input": "0.13.0",
|
||||
"@lion/input": "0.13.1",
|
||||
"@lion/localize": "0.18.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f0527583]
|
||||
- @lion/input@0.13.1
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"dependencies": {
|
||||
"@lion/core": "0.16.0",
|
||||
"@lion/form-core": "0.11.0",
|
||||
"@lion/input": "0.13.0"
|
||||
"@lion/input": "0.13.1"
|
||||
},
|
||||
"keywords": [
|
||||
"input",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.13.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f0527583: fix: expose members as protected for extension compat. till v1
|
||||
|
||||
## 0.13.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"description": "It enhances the functionality of the native `<input>` element",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 0.15.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f0527583]
|
||||
- @lion/input@0.13.1
|
||||
|
||||
## 0.15.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/radio-group",
|
||||
"version": "0.15.0",
|
||||
"version": "0.15.1",
|
||||
"description": "Manage a group of choices",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"dependencies": {
|
||||
"@lion/core": "0.16.0",
|
||||
"@lion/form-core": "0.11.0",
|
||||
"@lion/input": "0.13.0"
|
||||
"@lion/input": "0.13.1"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# 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
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"lion-select-rich.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/button": "0.11.0",
|
||||
"@lion/button": "0.11.1",
|
||||
"@lion/core": "0.16.0",
|
||||
"@lion/form-core": "0.11.0",
|
||||
"@lion/listbox": "0.7.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.11.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f0527583: fix: expose members as protected for extension compat. till v1
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"description": "Provide a set of options where you can select one",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue