chore: release new versions

- @lion/button@0.1.14
 - @lion/calendar@0.1.8
 - @lion/checkbox-group@0.1.13
 - @lion/form-system@0.0.14
 - @lion/form@0.1.13
 - @lion/input-datepicker@0.1.5
 - @lion/input-iban@0.1.12
 - @lion/popup@0.1.14
 - @lion/radio-group@0.1.13
 - @lion/tooltip@0.1.14
This commit is contained in:
CircleCI 2019-05-21 14:50:45 +00:00
parent 134cd1ed01
commit f9824ae44d
20 changed files with 106 additions and 23 deletions

View file

@ -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.1.14](https://github.com/ing-bank/lion/compare/@lion/button@0.1.13...@lion/button@0.1.14) (2019-05-21)
**Note:** Version bump only for package @lion/button
## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/button@0.1.12...@lion/button@0.1.13) (2019-05-17)
**Note:** Version bump only for package @lion/button

View file

@ -1,6 +1,6 @@
{
"name": "@lion/button",
"version": "0.1.13",
"version": "0.1.14",
"description": "A button that is easily stylable and accessible in all contexts",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -35,7 +35,7 @@
"@lion/core": "^0.1.6"
},
"devDependencies": {
"@lion/form": "^0.1.12",
"@lion/form": "^0.1.13",
"@lion/icon": "^0.1.6",
"@lion/input": "^0.1.11",
"@open-wc/demoing-storybook": "^0.2.0",

View file

@ -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.1.8](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.7...@lion/calendar@0.1.8) (2019-05-21)
**Note:** Version bump only for package @lion/calendar
## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.6...@lion/calendar@0.1.7) (2019-05-21)
**Note:** Version bump only for package @lion/calendar

View file

@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
"version": "0.1.7",
"version": "0.1.8",
"description": "Standalone calendar",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"@lion/localize": "^0.3.2"
},
"devDependencies": {
"@lion/button": "^0.1.13",
"@lion/button": "^0.1.14",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1",
"sinon": "^7.2.2"

View file

@ -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.1.13](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.12...@lion/checkbox-group@0.1.13) (2019-05-21)
**Note:** Version bump only for package @lion/checkbox-group
## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.11...@lion/checkbox-group@0.1.12) (2019-05-17)
**Note:** Version bump only for package @lion/checkbox-group

View file

@ -1,6 +1,6 @@
{
"name": "@lion/checkbox-group",
"version": "0.1.12",
"version": "0.1.13",
"description": "A container for multiple checkboxes",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -37,7 +37,7 @@
},
"devDependencies": {
"@lion/checkbox": "^0.1.11",
"@lion/form": "^0.1.12",
"@lion/form": "^0.1.13",
"@lion/localize": "^0.3.2",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1",

View file

@ -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.0.14](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.13...@lion/form-system@0.0.14) (2019-05-21)
**Note:** Version bump only for package @lion/form-system
## [0.0.13](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.12...@lion/form-system@0.0.13) (2019-05-17)
**Note:** Version bump only for package @lion/form-system

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-system",
"version": "0.0.13",
"version": "0.0.14",
"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/",
@ -33,17 +33,17 @@
],
"devDependencies": {
"@lion/checkbox": "^0.1.11",
"@lion/checkbox-group": "^0.1.12",
"@lion/checkbox-group": "^0.1.13",
"@lion/core": "^0.1.6",
"@lion/fieldset": "^0.1.11",
"@lion/form": "^0.1.12",
"@lion/form": "^0.1.13",
"@lion/input": "^0.1.11",
"@lion/input-amount": "^0.1.11",
"@lion/input-date": "^0.1.11",
"@lion/input-email": "^0.1.11",
"@lion/input-iban": "^0.1.11",
"@lion/input-iban": "^0.1.12",
"@lion/radio": "^0.1.11",
"@lion/radio-group": "^0.1.12",
"@lion/radio-group": "^0.1.13",
"@lion/textarea": "^0.1.11",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1"

View file

@ -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.1.13](https://github.com/ing-bank/lion/compare/@lion/form@0.1.12...@lion/form@0.1.13) (2019-05-21)
**Note:** Version bump only for package @lion/form
## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/form@0.1.11...@lion/form@0.1.12) (2019-05-17)
**Note:** Version bump only for package @lion/form

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form",
"version": "0.1.12",
"version": "0.1.13",
"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/",
@ -37,7 +37,7 @@
},
"devDependencies": {
"@lion/input": "^0.1.11",
"@lion/input-iban": "^0.1.11",
"@lion/input-iban": "^0.1.12",
"@lion/textarea": "^0.1.11",
"@lion/validate": "^0.2.2",
"@open-wc/demoing-storybook": "^0.2.0",

View file

@ -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.1.5](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.4...@lion/input-datepicker@0.1.5) (2019-05-21)
**Note:** Version bump only for package @lion/input-datepicker
## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.3...@lion/input-datepicker@0.1.4) (2019-05-21)
**Note:** Version bump only for package @lion/input-datepicker

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.1.4",
"version": "0.1.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/",
@ -35,7 +35,7 @@
"*.js"
],
"dependencies": {
"@lion/calendar": "^0.1.7",
"@lion/calendar": "^0.1.8",
"@lion/core": "^0.1.6",
"@lion/input-date": "^0.1.11",
"@lion/localize": "^0.1.6",
@ -43,7 +43,7 @@
"@lion/validate": "^0.2.2"
},
"devDependencies": {
"@lion/button": "^0.1.13",
"@lion/button": "^0.1.14",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1",
"@polymer/iron-test-helpers": "^3.0.1"

View file

@ -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.12](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.1.11...@lion/input-iban@0.1.12) (2019-05-21)
### Bug Fixes
* **input-iban:** allow formatting empty IBAN model values ([dcd7719](https://github.com/ing-bank/lion/commit/dcd7719))
## [0.1.11](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.1.10...@lion/input-iban@0.1.11) (2019-05-17)
**Note:** Version bump only for package @lion/input-iban

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-iban",
"version": "0.1.11",
"version": "0.1.12",
"description": "Provide a way for users to fill in an iban",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",

View file

@ -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.1.14](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.13...@lion/popup@0.1.14) (2019-05-21)
**Note:** Version bump only for package @lion/popup
## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.12...@lion/popup@0.1.13) (2019-05-17)
**Note:** Version bump only for package @lion/popup

View file

@ -1,6 +1,6 @@
{
"name": "@lion/popup",
"version": "0.1.13",
"version": "0.1.14",
"description": "Show relative overlay content on click",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"@lion/overlays": "^0.2.2"
},
"devDependencies": {
"@lion/button": "^0.1.13",
"@lion/button": "^0.1.14",
"@lion/icon": "^0.1.6",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1"

View file

@ -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.1.13](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.12...@lion/radio-group@0.1.13) (2019-05-21)
**Note:** Version bump only for package @lion/radio-group
## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.11...@lion/radio-group@0.1.12) (2019-05-17)
**Note:** Version bump only for package @lion/radio-group

View file

@ -1,6 +1,6 @@
{
"name": "@lion/radio-group",
"version": "0.1.12",
"version": "0.1.13",
"description": "Manage a group of choices",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"@lion/fieldset": "^0.1.11"
},
"devDependencies": {
"@lion/form": "^0.1.12",
"@lion/form": "^0.1.13",
"@lion/radio": "^0.1.11",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1"

View file

@ -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.1.14](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.13...@lion/tooltip@0.1.14) (2019-05-21)
**Note:** Version bump only for package @lion/tooltip
## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.12...@lion/tooltip@0.1.13) (2019-05-17)
**Note:** Version bump only for package @lion/tooltip

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.1.13",
"version": "0.1.14",
"description": "Show relative overlay content on hover",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"@lion/overlays": "^0.2.2"
},
"devDependencies": {
"@lion/button": "^0.1.13",
"@lion/button": "^0.1.14",
"@lion/icon": "^0.1.6",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1"