diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index cac91c286..16dd761c6 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/CHANGELOG.md @@ -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) diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 7141edabb..f2e76f017 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -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" } } diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 116d6ec38..94e740dce 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -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) diff --git a/packages/button/package.json b/packages/button/package.json index a883a84be..fb9a8908d 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -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" diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 6a712883f..86cea2b54 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -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) diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 7b7a72d91..db767aac9 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -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" } } diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index 4de1ce9ba..61abeaeb0 100644 --- a/packages/checkbox-group/CHANGELOG.md +++ b/packages/checkbox-group/CHANGELOG.md @@ -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) diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 232a87229..f9f29c965 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -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" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7bf84cc31..dff996de3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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) diff --git a/packages/core/package.json b/packages/core/package.json index 5fdc95053..89e6cd2e8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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/", diff --git a/packages/dialog/CHANGELOG.md b/packages/dialog/CHANGELOG.md index 6fbb398b3..f7558ca8e 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/CHANGELOG.md @@ -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) diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 23315f8f5..d5295bfd3 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -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" } } diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 0a6159f19..33a28b7c6 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/CHANGELOG.md @@ -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) diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index c7a42a8a5..26a345d26 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -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" } } diff --git a/packages/form-core/CHANGELOG.md b/packages/form-core/CHANGELOG.md index 7221b8a47..eda2ee63a 100644 --- a/packages/form-core/CHANGELOG.md +++ b/packages/form-core/CHANGELOG.md @@ -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) diff --git a/packages/form-core/package.json b/packages/form-core/package.json index 8af477c2e..d46e3f8fe 100644 --- a/packages/form-core/package.json +++ b/packages/form-core/package.json @@ -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" } } diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index ce6c51109..db0429b27 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -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 diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index eebfee414..3407bb063 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -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" } } diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 723f31beb..6ea10de59 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -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) diff --git a/packages/form/package.json b/packages/form/package.json index d971a99cc..8c018d283 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -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" } } diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 8f761c057..997d30bd3 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -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) diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 9178379e1..ab3875595 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -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" } } diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 6a82bdf6e..60b87d9b9 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -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) diff --git a/packages/icon/package.json b/packages/icon/package.json index 500d78ecb..3aa1a5f33 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -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" } } diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index e22e2ca69..e22ce2040 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/CHANGELOG.md @@ -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) diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index 5de6ea3cc..e0cd09fd3 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -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" } } diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index 25651be8c..a11e896da 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/CHANGELOG.md @@ -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) diff --git a/packages/input-date/package.json b/packages/input-date/package.json index 273e77af2..5372cca52 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -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" } } diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 4064b0601..f4f5f1e0a 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -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) diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 41be4bd89..92d7de98d 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -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" } } diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index e87c3731d..714b74b78 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/CHANGELOG.md @@ -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) diff --git a/packages/input-email/package.json b/packages/input-email/package.json index 9e00e07b1..19a853e4d 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -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" } } diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index 6809585e7..5094ccafd 100644 --- a/packages/input-iban/CHANGELOG.md +++ b/packages/input-iban/CHANGELOG.md @@ -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) diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index 4947dfc4b..e2169342b 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -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" } } diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index 40bd26d15..79f60f2fe 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/CHANGELOG.md @@ -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) diff --git a/packages/input-range/package.json b/packages/input-range/package.json index bf692edd4..17ce2694a 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -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" } } diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index d630f66b4..ef4ec4ffb 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -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) diff --git a/packages/input/package.json b/packages/input/package.json index 18b673e74..f44fb255e 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.7.0", + "version": "0.7.1", "description": "It enhances the functionality of the native `` 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" } } diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index 42356a88e..e9e3265e2 100644 --- a/packages/localize/CHANGELOG.md +++ b/packages/localize/CHANGELOG.md @@ -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) diff --git a/packages/localize/package.json b/packages/localize/package.json index a63de0d05..125353ca8 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -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": { diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index fd115f7e1..c1526203b 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/CHANGELOG.md @@ -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) diff --git a/packages/overlays/package.json b/packages/overlays/package.json index ee0ce4024..569ea4f2f 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -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" } diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index c8f57dc6e..f641b5cb7 100644 --- a/packages/radio-group/CHANGELOG.md +++ b/packages/radio-group/CHANGELOG.md @@ -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) diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index c796099eb..caae99ffa 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -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" } } diff --git a/packages/remark-extend/CHANGELOG.md b/packages/remark-extend/CHANGELOG.md index 5cc71e633..e2d8f382d 100644 --- a/packages/remark-extend/CHANGELOG.md +++ b/packages/remark-extend/CHANGELOG.md @@ -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) diff --git a/packages/remark-extend/package.json b/packages/remark-extend/package.json index c76090785..70b97eaf1 100644 --- a/packages/remark-extend/package.json +++ b/packages/remark-extend/package.json @@ -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/", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 16ccd245a..11ad58841 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -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 diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index ac9195c40..9fce90cfe 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -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" } } diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 1989f3d6e..175a1a879 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -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) diff --git a/packages/select/package.json b/packages/select/package.json index 1ba6263c4..f109fdc92 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -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" } } diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index eadbf6af6..b82633f20 100644 --- a/packages/steps/CHANGELOG.md +++ b/packages/steps/CHANGELOG.md @@ -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) diff --git a/packages/steps/package.json b/packages/steps/package.json index 1ed4a9915..a7f4a09bf 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -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" } } diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index bf5845e26..feda8f33b 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -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) diff --git a/packages/switch/package.json b/packages/switch/package.json index 77fa10424..cddf41277 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -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" } } diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 0ac565ad0..882b10b0d 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -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) diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 29aa91f82..4805d1ce3 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -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" } } diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index bc8455818..4f76dcf1c 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/CHANGELOG.md @@ -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) diff --git a/packages/textarea/package.json b/packages/textarea/package.json index 5fd9aabcd..81b66637c 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -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" } } diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 6bf9fa356..888947598 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -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) diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 5182d9dc0..0d73fd30a 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -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" } } diff --git a/packages/validate-messages/CHANGELOG.md b/packages/validate-messages/CHANGELOG.md index 7221b8a47..51a6c9f48 100644 --- a/packages/validate-messages/CHANGELOG.md +++ b/packages/validate-messages/CHANGELOG.md @@ -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) diff --git a/packages/validate-messages/package.json b/packages/validate-messages/package.json index 9eb950af9..2005ab87d 100644 --- a/packages/validate-messages/package.json +++ b/packages/validate-messages/package.json @@ -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" } }