chore: release new versions
- @lion/checkbox-group@0.9.1 - @lion/dialog@0.6.3 - @lion/fieldset@0.11.1 - @lion/form-system@0.8.3 - @lion/form@0.5.1 - @lion/icon@0.5.2 - @lion/input-datepicker@0.13.3 - @lion/overlays@0.15.3 - @lion/radio-group@0.9.1 - @lion/select-rich@0.17.3 - @lion/tooltip@0.10.4
This commit is contained in:
parent
a21193b166
commit
20146d54bf
22 changed files with 127 additions and 24 deletions
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.9.1](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.9.0...@lion/checkbox-group@0.9.1) (2020-05-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/checkbox-group
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [0.9.0](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.8.8...@lion/checkbox-group@0.9.0) (2020-05-18)
|
# [0.9.0](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.8.8...@lion/checkbox-group@0.9.0) (2020-05-18)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/checkbox-group",
|
"name": "@lion/checkbox-group",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"description": "A container for multiple checkboxes",
|
"description": "A container for multiple checkboxes",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/choice-input": "0.9.0",
|
"@lion/choice-input": "0.9.0",
|
||||||
"@lion/core": "0.6.0",
|
"@lion/core": "0.6.0",
|
||||||
"@lion/fieldset": "0.11.0",
|
"@lion/fieldset": "0.11.1",
|
||||||
"@lion/input": "0.6.0"
|
"@lion/input": "0.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.6.3](https://github.com/ing-bank/lion/compare/@lion/dialog@0.6.2...@lion/dialog@0.6.3) (2020-05-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.6.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.6.1...@lion/dialog@0.6.2) (2020-05-20)
|
## [0.6.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.6.1...@lion/dialog@0.6.2) (2020-05-20)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/dialog
|
**Note:** Version bump only for package @lion/dialog
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/dialog",
|
"name": "@lion/dialog",
|
||||||
"version": "0.6.2",
|
"version": "0.6.3",
|
||||||
"description": "Show relative overlay content on click, as a webcomponent",
|
"description": "Show relative overlay content on click, as a webcomponent",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -37,6 +37,6 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.6.0",
|
"@lion/core": "0.6.0",
|
||||||
"@lion/overlays": "0.15.2"
|
"@lion/overlays": "0.15.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.11.1](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.11.0...@lion/fieldset@0.11.1) (2020-05-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [0.11.0](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.10.2...@lion/fieldset@0.11.0) (2020-05-18)
|
# [0.11.0](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.10.2...@lion/fieldset@0.11.0) (2020-05-18)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/fieldset",
|
"name": "@lion/fieldset",
|
||||||
"version": "0.11.0",
|
"version": "0.11.1",
|
||||||
"description": "Allows to groups multiple input fields or other fieldsets together",
|
"description": "Allows to groups multiple input fields or other fieldsets together",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.8.3](https://github.com/ing-bank/lion/compare/@lion/form-system@0.8.2...@lion/form-system@0.8.3) (2020-05-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.8.2](https://github.com/ing-bank/lion/compare/@lion/form-system@0.8.1...@lion/form-system@0.8.2) (2020-05-20)
|
## [0.8.2](https://github.com/ing-bank/lion/compare/@lion/form-system@0.8.1...@lion/form-system@0.8.2) (2020-05-20)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/form-system
|
**Note:** Version bump only for package @lion/form-system
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-system",
|
"name": "@lion/form-system",
|
||||||
"version": "0.8.2",
|
"version": "0.8.3",
|
||||||
"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",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -37,22 +37,22 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/button": "0.6.0",
|
"@lion/button": "0.6.0",
|
||||||
"@lion/checkbox-group": "0.9.0",
|
"@lion/checkbox-group": "0.9.1",
|
||||||
"@lion/core": "0.6.0",
|
"@lion/core": "0.6.0",
|
||||||
"@lion/field": "0.13.0",
|
"@lion/field": "0.13.0",
|
||||||
"@lion/fieldset": "0.11.0",
|
"@lion/fieldset": "0.11.1",
|
||||||
"@lion/form": "0.5.0",
|
"@lion/form": "0.5.1",
|
||||||
"@lion/input": "0.6.0",
|
"@lion/input": "0.6.0",
|
||||||
"@lion/input-amount": "0.6.0",
|
"@lion/input-amount": "0.6.0",
|
||||||
"@lion/input-date": "0.6.0",
|
"@lion/input-date": "0.6.0",
|
||||||
"@lion/input-datepicker": "0.13.2",
|
"@lion/input-datepicker": "0.13.3",
|
||||||
"@lion/input-email": "0.7.0",
|
"@lion/input-email": "0.7.0",
|
||||||
"@lion/input-iban": "0.8.0",
|
"@lion/input-iban": "0.8.0",
|
||||||
"@lion/input-range": "0.3.0",
|
"@lion/input-range": "0.3.0",
|
||||||
"@lion/localize": "0.10.0",
|
"@lion/localize": "0.10.0",
|
||||||
"@lion/radio-group": "0.9.0",
|
"@lion/radio-group": "0.9.1",
|
||||||
"@lion/select": "0.6.0",
|
"@lion/select": "0.6.0",
|
||||||
"@lion/select-rich": "0.17.2",
|
"@lion/select-rich": "0.17.3",
|
||||||
"@lion/textarea": "0.6.0",
|
"@lion/textarea": "0.6.0",
|
||||||
"@lion/validate": "0.10.0"
|
"@lion/validate": "0.10.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/form@0.5.0...@lion/form@0.5.1) (2020-05-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/form
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/form@0.4.23...@lion/form@0.5.0) (2020-05-18)
|
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/form@0.4.23...@lion/form@0.5.0) (2020-05-18)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form",
|
"name": "@lion/form",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"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",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -38,6 +38,6 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.6.0",
|
"@lion/core": "0.6.0",
|
||||||
"@lion/fieldset": "0.11.0"
|
"@lion/fieldset": "0.11.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/icon@0.5.1...@lion/icon@0.5.2) (2020-05-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.5.0...@lion/icon@0.5.1) (2020-05-19)
|
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.5.0...@lion/icon@0.5.1) (2020-05-19)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/icon",
|
"name": "@lion/icon",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"description": "A web component easily displaying svg icons",
|
"description": "A web component easily displaying svg icons",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.13.3](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.13.2...@lion/input-datepicker@0.13.3) (2020-05-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/input-datepicker
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.13.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.13.1...@lion/input-datepicker@0.13.2) (2020-05-20)
|
## [0.13.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.13.1...@lion/input-datepicker@0.13.2) (2020-05-20)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/input-datepicker
|
**Note:** Version bump only for package @lion/input-datepicker
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-datepicker",
|
"name": "@lion/input-datepicker",
|
||||||
"version": "0.13.2",
|
"version": "0.13.3",
|
||||||
"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",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
"@lion/field": "0.13.0",
|
"@lion/field": "0.13.0",
|
||||||
"@lion/input-date": "0.6.0",
|
"@lion/input-date": "0.6.0",
|
||||||
"@lion/localize": "0.10.0",
|
"@lion/localize": "0.10.0",
|
||||||
"@lion/overlays": "0.15.2",
|
"@lion/overlays": "0.15.3",
|
||||||
"@lion/validate": "0.10.0"
|
"@lion/validate": "0.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.15.3](https://github.com/ing-bank/lion/compare/@lion/overlays@0.15.2...@lion/overlays@0.15.3) (2020-05-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.15.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.15.1...@lion/overlays@0.15.2) (2020-05-20)
|
## [0.15.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.15.1...@lion/overlays@0.15.2) (2020-05-20)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/overlays",
|
"name": "@lion/overlays",
|
||||||
"version": "0.15.2",
|
"version": "0.15.3",
|
||||||
"description": "Overlays System using lit-html for rendering",
|
"description": "Overlays System using lit-html for rendering",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.9.1](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.9.0...@lion/radio-group@0.9.1) (2020-05-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/radio-group
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [0.9.0](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.8.8...@lion/radio-group@0.9.0) (2020-05-18)
|
# [0.9.0](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.8.8...@lion/radio-group@0.9.0) (2020-05-18)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/radio-group",
|
"name": "@lion/radio-group",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"description": "Manage a group of choices",
|
"description": "Manage a group of choices",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/choice-input": "0.9.0",
|
"@lion/choice-input": "0.9.0",
|
||||||
"@lion/core": "0.6.0",
|
"@lion/core": "0.6.0",
|
||||||
"@lion/fieldset": "0.11.0",
|
"@lion/fieldset": "0.11.1",
|
||||||
"@lion/input": "0.6.0"
|
"@lion/input": "0.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.17.3](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.17.2...@lion/select-rich@0.17.3) (2020-05-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/select-rich
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.17.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.17.1...@lion/select-rich@0.17.2) (2020-05-20)
|
## [0.17.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.17.1...@lion/select-rich@0.17.2) (2020-05-20)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/select-rich
|
**Note:** Version bump only for package @lion/select-rich
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/select-rich",
|
"name": "@lion/select-rich",
|
||||||
"version": "0.17.2",
|
"version": "0.17.3",
|
||||||
"description": "Provides a select with options that can contain html",
|
"description": "Provides a select with options that can contain html",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
"@lion/choice-input": "0.9.0",
|
"@lion/choice-input": "0.9.0",
|
||||||
"@lion/core": "0.6.0",
|
"@lion/core": "0.6.0",
|
||||||
"@lion/field": "0.13.0",
|
"@lion/field": "0.13.0",
|
||||||
"@lion/overlays": "0.15.2",
|
"@lion/overlays": "0.15.3",
|
||||||
"@lion/validate": "0.10.0"
|
"@lion/validate": "0.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.10.4](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.10.3...@lion/tooltip@0.10.4) (2020-05-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/tooltip
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.10.3](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.10.2...@lion/tooltip@0.10.3) (2020-05-20)
|
## [0.10.3](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.10.2...@lion/tooltip@0.10.3) (2020-05-20)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/tooltip
|
**Note:** Version bump only for package @lion/tooltip
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/tooltip",
|
"name": "@lion/tooltip",
|
||||||
"version": "0.10.3",
|
"version": "0.10.4",
|
||||||
"description": "Show relative overlay content on hover",
|
"description": "Show relative overlay content on hover",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -39,6 +39,6 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.6.0",
|
"@lion/core": "0.6.0",
|
||||||
"@lion/overlays": "0.15.2"
|
"@lion/overlays": "0.15.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue