chore: release new versions

- @lion/button@0.1.9
 - @lion/calendar@0.1.2
 - @lion/checkbox-group@0.1.9
 - @lion/form-system@0.0.10
 - @lion/form@0.1.9
 - @lion/popup@0.1.9
 - @lion/radio-group@0.1.9
 - @lion/tooltip@0.1.9
This commit is contained in:
CircleCI 2019-05-15 14:12:18 +00:00
parent f2c4433138
commit 04adca4cb6
16 changed files with 84 additions and 17 deletions

View file

@ -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.1.9](https://github.com/ing-bank/lion/compare/@lion/button@0.1.8...@lion/button@0.1.9) (2019-05-15)
**Note:** Version bump only for package @lion/button
## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/button@0.1.7...@lion/button@0.1.8) (2019-05-13) ## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/button@0.1.7...@lion/button@0.1.8) (2019-05-13)
**Note:** Version bump only for package @lion/button **Note:** Version bump only for package @lion/button

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/button", "name": "@lion/button",
"version": "0.1.8", "version": "0.1.9",
"description": "A button that is easily stylable and accessible in all contexts", "description": "A button that is easily stylable and accessible in all contexts",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -33,7 +33,7 @@
"@lion/core": "^0.1.4" "@lion/core": "^0.1.4"
}, },
"devDependencies": { "devDependencies": {
"@lion/form": "^0.1.8", "@lion/form": "^0.1.9",
"@lion/icon": "^0.1.4", "@lion/icon": "^0.1.4",
"@lion/input": "^0.1.8", "@lion/input": "^0.1.8",
"@open-wc/demoing-storybook": "^0.2.0", "@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. 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.1.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.1...@lion/calendar@0.1.2) (2019-05-15)
**Note:** Version bump only for package @lion/calendar
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.0...@lion/calendar@0.1.1) (2019-05-14) ## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.0...@lion/calendar@0.1.1) (2019-05-14)
**Note:** Version bump only for package @lion/calendar **Note:** Version bump only for package @lion/calendar

View file

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

View file

@ -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.1.9](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.8...@lion/checkbox-group@0.1.9) (2019-05-15)
**Note:** Version bump only for package @lion/checkbox-group
## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.7...@lion/checkbox-group@0.1.8) (2019-05-13) ## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.7...@lion/checkbox-group@0.1.8) (2019-05-13)
**Note:** Version bump only for package @lion/checkbox-group **Note:** Version bump only for package @lion/checkbox-group

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/checkbox-group", "name": "@lion/checkbox-group",
"version": "0.1.8", "version": "0.1.9",
"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/",
@ -35,7 +35,7 @@
}, },
"devDependencies": { "devDependencies": {
"@lion/checkbox": "^0.1.8", "@lion/checkbox": "^0.1.8",
"@lion/form": "^0.1.8", "@lion/form": "^0.1.9",
"@lion/localize": "^0.2.0", "@lion/localize": "^0.2.0",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1", "@open-wc/testing": "^0.11.1",

View file

@ -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.0.10](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.9...@lion/form-system@0.0.10) (2019-05-15)
**Note:** Version bump only for package @lion/form-system
## [0.0.9](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.8...@lion/form-system@0.0.9) (2019-05-13) ## [0.0.9](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.8...@lion/form-system@0.0.9) (2019-05-13)
**Note:** Version bump only for package @lion/form-system **Note:** Version bump only for package @lion/form-system

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form-system", "name": "@lion/form-system",
"version": "0.0.9", "version": "0.0.10",
"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/",
@ -31,17 +31,17 @@
], ],
"devDependencies": { "devDependencies": {
"@lion/checkbox": "^0.1.8", "@lion/checkbox": "^0.1.8",
"@lion/checkbox-group": "^0.1.8", "@lion/checkbox-group": "^0.1.9",
"@lion/core": "^0.1.4", "@lion/core": "^0.1.4",
"@lion/fieldset": "^0.1.8", "@lion/fieldset": "^0.1.8",
"@lion/form": "^0.1.8", "@lion/form": "^0.1.9",
"@lion/input": "^0.1.8", "@lion/input": "^0.1.8",
"@lion/input-amount": "^0.1.8", "@lion/input-amount": "^0.1.8",
"@lion/input-date": "^0.1.8", "@lion/input-date": "^0.1.8",
"@lion/input-email": "^0.1.8", "@lion/input-email": "^0.1.8",
"@lion/input-iban": "^0.1.8", "@lion/input-iban": "^0.1.8",
"@lion/radio": "^0.1.8", "@lion/radio": "^0.1.8",
"@lion/radio-group": "^0.1.8", "@lion/radio-group": "^0.1.9",
"@lion/textarea": "^0.1.8", "@lion/textarea": "^0.1.8",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1" "@open-wc/testing": "^0.11.1"

View file

@ -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.1.9](https://github.com/ing-bank/lion/compare/@lion/form@0.1.8...@lion/form@0.1.9) (2019-05-15)
### Bug Fixes
* **form:** native submit event should not trigger an error ([f2c4433](https://github.com/ing-bank/lion/commit/f2c4433))
## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/form@0.1.7...@lion/form@0.1.8) (2019-05-13) ## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/form@0.1.7...@lion/form@0.1.8) (2019-05-13)
**Note:** Version bump only for package @lion/form **Note:** Version bump only for package @lion/form

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form", "name": "@lion/form",
"version": "0.1.8", "version": "0.1.9",
"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/",

View file

@ -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.1.9](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.8...@lion/popup@0.1.9) (2019-05-15)
**Note:** Version bump only for package @lion/popup
## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.7...@lion/popup@0.1.8) (2019-05-13) ## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.7...@lion/popup@0.1.8) (2019-05-13)
**Note:** Version bump only for package @lion/popup **Note:** Version bump only for package @lion/popup

View file

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

View file

@ -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.1.9](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.8...@lion/radio-group@0.1.9) (2019-05-15)
**Note:** Version bump only for package @lion/radio-group
## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.7...@lion/radio-group@0.1.8) (2019-05-13) ## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.7...@lion/radio-group@0.1.8) (2019-05-13)
**Note:** Version bump only for package @lion/radio-group **Note:** Version bump only for package @lion/radio-group

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/radio-group", "name": "@lion/radio-group",
"version": "0.1.8", "version": "0.1.9",
"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/",
@ -34,7 +34,7 @@
"@lion/fieldset": "^0.1.8" "@lion/fieldset": "^0.1.8"
}, },
"devDependencies": { "devDependencies": {
"@lion/form": "^0.1.8", "@lion/form": "^0.1.9",
"@lion/radio": "^0.1.8", "@lion/radio": "^0.1.8",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1" "@open-wc/testing": "^0.11.1"

View file

@ -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.1.9](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.8...@lion/tooltip@0.1.9) (2019-05-15)
**Note:** Version bump only for package @lion/tooltip
## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.7...@lion/tooltip@0.1.8) (2019-05-13) ## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.7...@lion/tooltip@0.1.8) (2019-05-13)
**Note:** Version bump only for package @lion/tooltip **Note:** Version bump only for package @lion/tooltip

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/tooltip", "name": "@lion/tooltip",
"version": "0.1.8", "version": "0.1.9",
"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/",
@ -34,7 +34,7 @@
"@lion/overlays": "^0.1.5" "@lion/overlays": "^0.1.5"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.1.8", "@lion/button": "^0.1.9",
"@lion/icon": "^0.1.4", "@lion/icon": "^0.1.4",
"@open-wc/demoing-storybook": "^0.2.0", "@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1" "@open-wc/testing": "^0.11.1"