chore: release new versions
- @lion/button@0.3.27 - @lion/calendar@0.2.5 - @lion/input-datepicker@0.2.5 - @lion/popup@0.3.4 - @lion/select-rich@0.3.7 - @lion/tooltip@0.3.4
This commit is contained in:
parent
a3577ee066
commit
0ca59c82cc
12 changed files with 64 additions and 13 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.3.27](https://github.com/ing-bank/lion/compare/@lion/button@0.3.26...@lion/button@0.3.27) (2019-10-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **button:** fix form integration, fires only once, submit preventable ([d19ca7c](https://github.com/ing-bank/lion/commit/d19ca7c))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.26](https://github.com/ing-bank/lion/compare/@lion/button@0.3.25...@lion/button@0.3.26) (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package @lion/button
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/button",
|
||||
"version": "0.3.26",
|
||||
"version": "0.3.27",
|
||||
"description": "A button that is easily styleable and accessible in all contexts",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/calendar@0.2.4...@lion/calendar@0.2.5) (2019-10-21)
|
||||
|
||||
**Note:** Version bump only for package @lion/calendar
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.4](https://github.com/ing-bank/lion/compare/@lion/calendar@0.2.3...@lion/calendar@0.2.4) (2019-10-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/calendar",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "Standalone calendar",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
"@lion/localize": "^0.4.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/button": "^0.3.26",
|
||||
"@lion/button": "^0.3.27",
|
||||
"@open-wc/demoing-storybook": "^0.2.0",
|
||||
"@open-wc/testing": "^2.3.4",
|
||||
"sinon": "^7.2.2"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.2.4...@lion/input-datepicker@0.2.5) (2019-10-21)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.4](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.2.3...@lion/input-datepicker@0.2.4) (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"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/",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/calendar": "^0.2.4",
|
||||
"@lion/calendar": "^0.2.5",
|
||||
"@lion/core": "^0.2.0",
|
||||
"@lion/field": "^0.3.1",
|
||||
"@lion/input-date": "^0.1.60",
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
"@lion/validate": "^0.2.35"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/button": "^0.3.26",
|
||||
"@lion/button": "^0.3.27",
|
||||
"@open-wc/demoing-storybook": "^0.2.0",
|
||||
"@open-wc/testing": "^2.3.4",
|
||||
"sinon": "^7.2.2"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.3.4](https://github.com/ing-bank/lion/compare/@lion/popup@0.3.3...@lion/popup@0.3.4) (2019-10-21)
|
||||
|
||||
**Note:** Version bump only for package @lion/popup
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.3](https://github.com/ing-bank/lion/compare/@lion/popup@0.3.2...@lion/popup@0.3.3) (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package @lion/popup
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/popup",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "Show relative overlay content on click",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"@lion/overlays": "^0.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/button": "^0.3.26",
|
||||
"@lion/button": "^0.3.27",
|
||||
"@lion/icon": "^0.2.7",
|
||||
"@open-wc/demoing-storybook": "^0.2.0",
|
||||
"@open-wc/testing": "^2.3.4"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.3.7](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.3.6...@lion/select-rich@0.3.7) (2019-10-21)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.6](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.3.5...@lion/select-rich@0.3.6) (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.3.6",
|
||||
"version": "0.3.7",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/button": "^0.3.26",
|
||||
"@lion/button": "^0.3.27",
|
||||
"@lion/core": "^0.2.0",
|
||||
"@lion/field": "^0.3.1",
|
||||
"@lion/option": "^0.2.2",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.3.4](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.3.3...@lion/tooltip@0.3.4) (2019-10-21)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.3](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.3.2...@lion/tooltip@0.3.3) (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -34,10 +34,10 @@
|
|||
"dependencies": {
|
||||
"@lion/core": "^0.2.0",
|
||||
"@lion/overlays": "^0.6.0",
|
||||
"@lion/popup": "^0.3.3"
|
||||
"@lion/popup": "^0.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/button": "^0.3.26",
|
||||
"@lion/button": "^0.3.27",
|
||||
"@lion/icon": "^0.2.7",
|
||||
"@open-wc/demoing-storybook": "^0.2.0",
|
||||
"@open-wc/testing": "^2.3.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue