chore: release new versions
- @lion/ajax@0.4.1 - @lion/button@0.7.2 - @lion/calendar@0.9.1 - @lion/checkbox-group@0.10.1 - @lion/core@0.7.0 - @lion/dialog@0.7.1 - @lion/fieldset@0.13.1 - @lion/form-core@0.1.1 - @lion/form-integrations@0.1.2 - @lion/form@0.6.1 - @lion/helpers@0.5.0 - @lion/icon@0.6.1 - @lion/input-amount@0.7.1 - @lion/input-date@0.7.1 - @lion/input-datepicker@0.14.1 - @lion/input-email@0.8.1 - @lion/input-iban@0.9.1 - @lion/input-range@0.4.1 - @lion/input@0.7.1 - @lion/localize@0.11.1 - @lion/overlays@0.16.1 - @lion/radio-group@0.10.1 - remark-extend@0.2.0 - @lion/select-rich@0.18.2 - @lion/select@0.7.1 - @lion/steps@0.5.1 - @lion/switch@0.10.2 - @lion/tabs@0.4.1 - @lion/textarea@0.7.1 - @lion/tooltip@0.11.1 - @lion/validate-messages@0.1.1
This commit is contained in:
parent
1e04d06921
commit
83fc711061
62 changed files with 480 additions and 123 deletions
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/ajax@0.4.0...@lion/ajax@0.4.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/ajax@0.3.0...@lion/ajax@0.4.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/ajax",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"description": "Thin wrapper around axios to allow for custom interceptors",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@bundled-es-modules/axios": "0.18.1",
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/core": "0.7.0",
|
||||
"singleton-manager": "1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/button@0.7.1...@lion/button@0.7.2) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/button@0.7.0...@lion/button@0.7.1) (2020-06-02)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/button",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "A button that is easily styleable and accessible in all contexts",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
"lion-button.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0"
|
||||
"@lion/core": "0.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polymer/iron-test-helpers": "^3.0.1"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.9.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.9.0...@lion/calendar@0.9.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.9.0](https://github.com/ing-bank/lion/compare/@lion/calendar@0.8.0...@lion/calendar@0.9.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/calendar",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"description": "Standalone calendar",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"lion-calendar.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/localize": "0.11.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/localize": "0.11.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.10.1](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.10.0...@lion/checkbox-group@0.10.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.10.0](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.9.3...@lion/checkbox-group@0.10.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/checkbox-group",
|
||||
"version": "0.10.0",
|
||||
"version": "0.10.1",
|
||||
"description": "A container for multiple checkboxes",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -38,9 +38,9 @@
|
|||
"lion-checkbox-group.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/fieldset": "0.13.0",
|
||||
"@lion/form-core": "0.1.0",
|
||||
"@lion/input": "0.7.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/fieldset": "0.13.1",
|
||||
"@lion/form-core": "0.1.1",
|
||||
"@lion/input": "0.7.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,22 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/core@0.6.0...@lion/core@0.7.0) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/core@0.5.2...@lion/core@0.6.0) (2020-05-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/core",
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"description": "Core functionality that is shared across all Lion Web Components",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.0...@lion/dialog@0.7.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/dialog@0.6.3...@lion/dialog@0.7.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "Show relative overlay content on click, as a webcomponent",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
"./docs/styled-dialog-content.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/overlays": "0.16.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/overlays": "0.16.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.13.1](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.13.0...@lion/fieldset@0.13.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.13.0](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.12.0...@lion/fieldset@0.13.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/fieldset",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"description": "Allows to groups multiple input fields or other fieldsets together",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
"./docs/helpers/demo-fieldset-child.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,18 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.0...@lion/form-core@0.1.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **field:** remove validation toggled disable ([e24f2ef](https://github.com/ing-bank/lion/commit/e24f2efcff7ffba6076faa4f3ce17ca4c8062b72))
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-core",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
"lion-validation-feedback.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/localize": "0.11.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/localize": "0.11.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.1...@lion/form-integrations@0.1.2) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.0...@lion/form-integrations@0.1.1) (2020-06-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-integrations",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -35,24 +35,24 @@
|
|||
"./docs/helper-wc/h-output.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/button": "0.7.1",
|
||||
"@lion/checkbox-group": "0.10.0",
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/button": "0.7.2",
|
||||
"@lion/checkbox-group": "0.10.1",
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/field": "0.13.1",
|
||||
"@lion/fieldset": "0.13.0",
|
||||
"@lion/form": "0.6.0",
|
||||
"@lion/form-core": "0.1.0",
|
||||
"@lion/input": "0.7.0",
|
||||
"@lion/input-date": "0.7.0",
|
||||
"@lion/input-datepicker": "0.14.0",
|
||||
"@lion/input-email": "0.8.0",
|
||||
"@lion/input-iban": "0.9.0",
|
||||
"@lion/input-range": "0.4.0",
|
||||
"@lion/localize": "0.11.0",
|
||||
"@lion/radio-group": "0.10.0",
|
||||
"@lion/select": "0.7.0",
|
||||
"@lion/select-rich": "0.18.1",
|
||||
"@lion/textarea": "0.7.0",
|
||||
"@lion/validate-messages": "0.1.0"
|
||||
"@lion/fieldset": "0.13.1",
|
||||
"@lion/form": "0.6.1",
|
||||
"@lion/form-core": "0.1.1",
|
||||
"@lion/input": "0.7.1",
|
||||
"@lion/input-date": "0.7.1",
|
||||
"@lion/input-datepicker": "0.14.1",
|
||||
"@lion/input-email": "0.8.1",
|
||||
"@lion/input-iban": "0.9.1",
|
||||
"@lion/input-range": "0.4.1",
|
||||
"@lion/localize": "0.11.1",
|
||||
"@lion/radio-group": "0.10.1",
|
||||
"@lion/select": "0.7.1",
|
||||
"@lion/select-rich": "0.18.2",
|
||||
"@lion/textarea": "0.7.1",
|
||||
"@lion/validate-messages": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/form@0.6.0...@lion/form@0.6.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/form@0.5.3...@lion/form@0.6.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"lion-form.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/fieldset": "0.13.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/fieldset": "0.13.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/helpers@0.4.0...@lion/helpers@0.5.0) (2020-06-03)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/helpers@0.3.6...@lion/helpers@0.4.0) (2020-05-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/helpers",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"description": "Helpers that are used throughout lion and can be used outside",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -38,6 +38,6 @@
|
|||
"sb-locale-switcher.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0"
|
||||
"@lion/core": "0.7.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.6.0...@lion/icon@0.6.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/icon@0.5.2...@lion/icon@0.6.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/icon",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "A web component easily displaying svg icons",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
"./docs/icon-resolvers.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/core": "0.7.0",
|
||||
"singleton-manager": "1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.7.0...@lion/input-amount@0.7.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.6.1...@lion/input-amount@0.7.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-amount",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "Provide a way for users to fill in an amount",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,12 +36,12 @@
|
|||
"lion-input-amount.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0",
|
||||
"@lion/input": "0.7.0",
|
||||
"@lion/localize": "0.11.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1",
|
||||
"@lion/input": "0.7.1",
|
||||
"@lion/localize": "0.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.1.0"
|
||||
"@lion/validate-messages": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/input-date@0.7.0...@lion/input-date@0.7.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/input-date@0.6.1...@lion/input-date@0.7.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-date",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "Provide a way for users to fill in a date",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,12 +36,12 @@
|
|||
"lion-input-date.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0",
|
||||
"@lion/input": "0.7.0",
|
||||
"@lion/localize": "0.11.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1",
|
||||
"@lion/input": "0.7.1",
|
||||
"@lion/localize": "0.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.1.0"
|
||||
"@lion/validate-messages": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.14.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.14.0...@lion/input-datepicker@0.14.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.14.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.13.4...@lion/input-datepicker@0.14.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.14.0",
|
||||
"version": "0.14.1",
|
||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -40,14 +40,14 @@
|
|||
"lion-input-datepicker.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/calendar": "0.9.0",
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0",
|
||||
"@lion/input-date": "0.7.0",
|
||||
"@lion/localize": "0.11.0",
|
||||
"@lion/overlays": "0.16.0"
|
||||
"@lion/calendar": "0.9.1",
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1",
|
||||
"@lion/input-date": "0.7.1",
|
||||
"@lion/localize": "0.11.1",
|
||||
"@lion/overlays": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.1.0"
|
||||
"@lion/validate-messages": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.1](https://github.com/ing-bank/lion/compare/@lion/input-email@0.8.0...@lion/input-email@0.8.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.8.0](https://github.com/ing-bank/lion/compare/@lion/input-email@0.7.1...@lion/input-email@0.8.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-email",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"description": "Provide a way for users to fill in an email",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,12 +36,12 @@
|
|||
"lion-input-email.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0",
|
||||
"@lion/input": "0.7.0",
|
||||
"@lion/localize": "0.11.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1",
|
||||
"@lion/input": "0.7.1",
|
||||
"@lion/localize": "0.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.1.0"
|
||||
"@lion/validate-messages": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.9.1](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.9.0...@lion/input-iban@0.9.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.9.0](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.8.1...@lion/input-iban@0.9.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-iban",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"description": "Provide a way for users to fill in an iban",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,13 +36,13 @@
|
|||
"lion-input-iban.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0",
|
||||
"@lion/input": "0.7.0",
|
||||
"@lion/localize": "0.11.0",
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1",
|
||||
"@lion/input": "0.7.1",
|
||||
"@lion/localize": "0.11.1",
|
||||
"ibantools": "^2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.1.0"
|
||||
"@lion/validate-messages": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.0...@lion/input-range@0.4.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/input-range@0.3.1...@lion/input-range@0.4.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-range",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"description": "Provide a way for users to select one value from a range of values",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -35,9 +35,9 @@
|
|||
"lion-input-range.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0",
|
||||
"@lion/input": "0.7.0",
|
||||
"@lion/localize": "0.11.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1",
|
||||
"@lion/input": "0.7.1",
|
||||
"@lion/localize": "0.11.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/input@0.7.0...@lion/input@0.7.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/input@0.6.1...@lion/input@0.7.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "It enhances the functionality of the native `<input>` element",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"lion-input.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.11.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.11.0...@lion/localize@0.11.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.11.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.10.0...@lion/localize@0.11.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/localize",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"description": "The localization system helps to manage localization data split into locales and automate its loading",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@bundled-es-modules/message-format": "6.0.4",
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/core": "0.7.0",
|
||||
"singleton-manager": "1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,21 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.16.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.0...@lion/overlays@0.16.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** change dropdownConfig inheritsReferenceWidth to min ([16f7afb](https://github.com/ing-bank/lion/commit/16f7afbbdc8316c8da16f6f177c85af0cde4f70d))
|
||||
* **overlays:** prevent resize due to scrollbars on global overlay open ([#746](https://github.com/ing-bank/lion/issues/746)) ([c8da23c](https://github.com/ing-bank/lion/commit/c8da23ccb2a44b646e4bcdc3a2306086f444fb63))
|
||||
* define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
* throw when passing unconnected contentNode ([78dbfbe](https://github.com/ing-bank/lion/commit/78dbfbed49be49791f02054748e85f5f59468f67))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.16.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.15.3...@lion/overlays@0.16.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.16.0",
|
||||
"version": "0.16.1",
|
||||
"description": "Overlays System using lit-html for rendering",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
"./docs/applyDemoOverlayStyles.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/core": "0.7.0",
|
||||
"popper.js": "^1.15.0",
|
||||
"singleton-manager": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.10.1](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.10.0...@lion/radio-group@0.10.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.10.0](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.9.3...@lion/radio-group@0.10.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/radio-group",
|
||||
"version": "0.10.0",
|
||||
"version": "0.10.1",
|
||||
"description": "Manage a group of choices",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -37,9 +37,9 @@
|
|||
"lion-radio-group.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/fieldset": "0.13.0",
|
||||
"@lion/form-core": "0.1.0",
|
||||
"@lion/input": "0.7.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/fieldset": "0.13.1",
|
||||
"@lion/form-core": "0.1.1",
|
||||
"@lion/input": "0.7.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,22 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/remark-extend@0.1.4...remark-extend@0.2.0) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.4](https://github.com/ing-bank/lion/compare/remark-extend@0.1.3...remark-extend@0.1.4) (2020-05-27)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "remark-extend",
|
||||
"version": "0.1.4",
|
||||
"version": "0.2.0",
|
||||
"description": "A plugin for remark that allows to extend a md file with another md file",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,18 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.18.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.1...@lion/select-rich@0.18.2) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** change dropdownConfig inheritsReferenceWidth to min ([16f7afb](https://github.com/ing-bank/lion/commit/16f7afbbdc8316c8da16f6f177c85af0cde4f70d))
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.0...@lion/select-rich@0.18.1) (2020-06-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.18.1",
|
||||
"version": "0.18.2",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -43,9 +43,9 @@
|
|||
"lion-select-rich.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/button": "0.7.1",
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0",
|
||||
"@lion/overlays": "0.16.0"
|
||||
"@lion/button": "0.7.2",
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1",
|
||||
"@lion/overlays": "0.16.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/select@0.7.0...@lion/select@0.7.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/select@0.6.1...@lion/select@0.7.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "Provide a set of options where you can select one",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"lion-select.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/steps@0.5.0...@lion/steps@0.5.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/steps@0.4.0...@lion/steps@0.5.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/steps",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "Breaks a single goal down into dependable sub-tasks.",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -38,6 +38,6 @@
|
|||
"lion-steps.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0"
|
||||
"@lion/core": "0.7.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.10.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.1...@lion/switch@0.10.2) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.0...@lion/switch@0.10.1) (2020-06-02)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/switch",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.2",
|
||||
"description": "A Switch is used for switching a property or feature on and off",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"lion-switch-button.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/tabs@0.4.0...@lion/tabs@0.4.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/tabs@0.3.1...@lion/tabs@0.4.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tabs",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"description": "Allows users to quickly move between a small number of equally important views.",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -37,6 +37,6 @@
|
|||
"lion-tabs.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0"
|
||||
"@lion/core": "0.7.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/textarea@0.7.0...@lion/textarea@0.7.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/textarea@0.6.1...@lion/textarea@0.7.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/textarea",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "Provide a way for users to write text that is multiple lines long",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,8 +36,8 @@
|
|||
"lion-textarea.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0",
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1",
|
||||
"autosize": "4.0.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.11.1](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.11.0...@lion/tooltip@0.11.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.11.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.10.4...@lion/tooltip@0.11.0) (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
"lion-tooltip-arrow.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/overlays": "0.16.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/overlays": "0.16.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.1.0...@lion/validate-messages@0.1.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2020-05-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/validate-messages",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "A set of localized messages for default Validators",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,8 +36,8 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.6.0",
|
||||
"@lion/form-core": "0.1.0",
|
||||
"@lion/localize": "0.11.0"
|
||||
"@lion/core": "0.7.0",
|
||||
"@lion/form-core": "0.1.1",
|
||||
"@lion/localize": "0.11.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue