From e97300b62b8c1c97cb65f12756c57e49783d7ed5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Feb 2021 11:08:35 +0000 Subject: [PATCH] Version Packages --- .changeset/blue-shoes-shave.md | 5 -- .changeset/red-steaks-brake.md | 47 ------------------ .changeset/twelve-apes-reflect.md | 5 -- .../babel-plugin-extend-docs/CHANGELOG.md | 8 ++++ .../babel-plugin-extend-docs/package.json | 2 +- .../providence-analytics/CHANGELOG.md | 8 ++++ .../providence-analytics/package.json | 2 +- packages-node/remark-extend/CHANGELOG.md | 8 ++++ packages-node/remark-extend/package.json | 2 +- packages/accordion/CHANGELOG.md | 13 +++++ packages/accordion/package.json | 4 +- packages/ajax/CHANGELOG.md | 11 +++++ packages/ajax/package.json | 2 +- packages/button/CHANGELOG.md | 13 +++++ packages/button/package.json | 4 +- packages/calendar/CHANGELOG.md | 14 ++++++ packages/calendar/package.json | 6 +-- packages/checkbox-group/CHANGELOG.md | 15 ++++++ packages/checkbox-group/package.json | 8 ++-- packages/collapsible/CHANGELOG.md | 13 +++++ packages/collapsible/package.json | 4 +- packages/combobox/CHANGELOG.md | 16 +++++++ packages/combobox/package.json | 10 ++-- packages/core/CHANGELOG.md | 8 ++++ packages/core/package.json | 2 +- packages/dialog/CHANGELOG.md | 14 ++++++ packages/dialog/package.json | 6 +-- packages/fieldset/CHANGELOG.md | 14 ++++++ packages/fieldset/package.json | 6 +-- packages/form-core/CHANGELOG.md | 14 ++++++ packages/form-core/package.json | 6 +-- packages/form-integrations/CHANGELOG.md | 35 ++++++++++++++ packages/form-integrations/package.json | 48 +++++++++---------- packages/form/CHANGELOG.md | 13 +++++ packages/form/package.json | 4 +- packages/helpers/CHANGELOG.md | 13 +++++ packages/helpers/package.json | 4 +- packages/icon/CHANGELOG.md | 14 ++++++ packages/icon/package.json | 6 +-- packages/input-amount/CHANGELOG.md | 17 +++++++ packages/input-amount/package.json | 12 ++--- packages/input-date/CHANGELOG.md | 17 +++++++ packages/input-date/package.json | 12 ++--- packages/input-datepicker/CHANGELOG.md | 19 ++++++++ packages/input-datepicker/package.json | 16 +++---- packages/input-email/CHANGELOG.md | 17 +++++++ packages/input-email/package.json | 12 ++--- packages/input-iban/CHANGELOG.md | 17 +++++++ packages/input-iban/package.json | 12 ++--- packages/input-range/CHANGELOG.md | 15 ++++++ packages/input-range/package.json | 8 ++-- packages/input-stepper/CHANGELOG.md | 15 ++++++ packages/input-stepper/package.json | 8 ++-- packages/input/CHANGELOG.md | 13 +++++ packages/input/package.json | 4 +- packages/listbox/CHANGELOG.md | 14 ++++++ packages/listbox/package.json | 6 +-- packages/localize/CHANGELOG.md | 14 ++++++ packages/localize/package.json | 6 +-- packages/overlays/CHANGELOG.md | 14 ++++++ packages/overlays/package.json | 6 +-- packages/pagination/CHANGELOG.md | 14 ++++++ packages/pagination/package.json | 6 +-- packages/progress-indicator/CHANGELOG.md | 14 ++++++ packages/progress-indicator/package.json | 6 +-- packages/radio-group/CHANGELOG.md | 15 ++++++ packages/radio-group/package.json | 8 ++-- packages/select-rich/CHANGELOG.md | 17 +++++++ packages/select-rich/package.json | 12 ++--- packages/select/CHANGELOG.md | 14 ++++++ packages/select/package.json | 6 +-- packages/singleton-manager/CHANGELOG.md | 8 ++++ packages/singleton-manager/package.json | 2 +- packages/steps/CHANGELOG.md | 13 +++++ packages/steps/package.json | 4 +- packages/switch/CHANGELOG.md | 15 ++++++ packages/switch/package.json | 8 ++-- packages/tabs/CHANGELOG.md | 13 +++++ packages/tabs/package.json | 4 +- packages/textarea/CHANGELOG.md | 14 ++++++ packages/textarea/package.json | 6 +-- packages/tooltip/CHANGELOG.md | 14 ++++++ packages/tooltip/package.json | 6 +-- packages/validate-messages/CHANGELOG.md | 14 ++++++ packages/validate-messages/package.json | 6 +-- 85 files changed, 732 insertions(+), 208 deletions(-) delete mode 100644 .changeset/blue-shoes-shave.md delete mode 100644 .changeset/red-steaks-brake.md delete mode 100644 .changeset/twelve-apes-reflect.md diff --git a/.changeset/blue-shoes-shave.md b/.changeset/blue-shoes-shave.md deleted file mode 100644 index 6fa4eda2d..000000000 --- a/.changeset/blue-shoes-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ajax': minor ---- - -BREAKING CHANGE: We no longer use axios! Our ajax package is now a thin wrapper around Fetch. The API has changed completely. You will need a fetch polyfill for IE11. diff --git a/.changeset/red-steaks-brake.md b/.changeset/red-steaks-brake.md deleted file mode 100644 index 50a8af074..000000000 --- a/.changeset/red-steaks-brake.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -'babel-plugin-extend-docs': minor -'providence-analytics': minor -'remark-extend': minor -'@lion/accordion': minor -'@lion/ajax': minor -'@lion/button': minor -'@lion/calendar': minor -'@lion/checkbox-group': minor -'@lion/collapsible': minor -'@lion/combobox': minor -'@lion/core': minor -'@lion/dialog': minor -'@lion/fieldset': minor -'@lion/form': minor -'@lion/form-core': minor -'@lion/form-integrations': minor -'@lion/helpers': minor -'@lion/icon': minor -'@lion/input': minor -'@lion/input-amount': minor -'@lion/input-date': minor -'@lion/input-datepicker': minor -'@lion/input-email': minor -'@lion/input-iban': minor -'@lion/input-range': minor -'@lion/input-stepper': minor -'@lion/listbox': minor -'@lion/localize': minor -'@lion/overlays': minor -'@lion/pagination': minor -'@lion/progress-indicator': minor -'@lion/radio-group': minor -'@lion/select': minor -'@lion/select-rich': minor -'singleton-manager': minor -'@lion/steps': minor -'@lion/switch': minor -'@lion/tabs': minor -'@lion/textarea': minor -'@lion/tooltip': minor -'@lion/validate-messages': minor ---- - -Add exports field in package.json - -Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. diff --git a/.changeset/twelve-apes-reflect.md b/.changeset/twelve-apes-reflect.md deleted file mode 100644 index 99282a370..000000000 --- a/.changeset/twelve-apes-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ajax': minor ---- - -Added Ajax cache interceptors. diff --git a/packages-node/babel-plugin-extend-docs/CHANGELOG.md b/packages-node/babel-plugin-extend-docs/CHANGELOG.md index b44b108a9..b1aece5da 100644 --- a/packages-node/babel-plugin-extend-docs/CHANGELOG.md +++ b/packages-node/babel-plugin-extend-docs/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.3.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + ## 0.2.5 ### Patch Changes diff --git a/packages-node/babel-plugin-extend-docs/package.json b/packages-node/babel-plugin-extend-docs/package.json index 67616e062..26713b27f 100644 --- a/packages-node/babel-plugin-extend-docs/package.json +++ b/packages-node/babel-plugin-extend-docs/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-extend-docs", - "version": "0.2.5", + "version": "0.3.0", "description": "Babel plugin which rewrites imports and templates according to a configuration", "license": "MIT", "author": "ing-bank", diff --git a/packages-node/providence-analytics/CHANGELOG.md b/packages-node/providence-analytics/CHANGELOG.md index 06b50aef6..9b2336a3a 100644 --- a/packages-node/providence-analytics/CHANGELOG.md +++ b/packages-node/providence-analytics/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.9.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + ## 0.8.4 ### Patch Changes diff --git a/packages-node/providence-analytics/package.json b/packages-node/providence-analytics/package.json index 294363b2a..4b3c93323 100644 --- a/packages-node/providence-analytics/package.json +++ b/packages-node/providence-analytics/package.json @@ -1,6 +1,6 @@ { "name": "providence-analytics", - "version": "0.8.4", + "version": "0.9.0", "description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes", "license": "MIT", "author": "ing-bank", diff --git a/packages-node/remark-extend/CHANGELOG.md b/packages-node/remark-extend/CHANGELOG.md index bf991ec31..ae32c1d3e 100644 --- a/packages-node/remark-extend/CHANGELOG.md +++ b/packages-node/remark-extend/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.3.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + ## 0.2.2 ### Patch Changes diff --git a/packages-node/remark-extend/package.json b/packages-node/remark-extend/package.json index 45b1a1a0d..f8e8e36af 100644 --- a/packages-node/remark-extend/package.json +++ b/packages-node/remark-extend/package.json @@ -1,6 +1,6 @@ { "name": "remark-extend", - "version": "0.2.2", + "version": "0.3.0", "description": "A plugin for remark that allows to extend a md file with another md file", "license": "MIT", "author": "ing-bank", diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md index fcca2d9f7..28eae5d96 100644 --- a/packages/accordion/CHANGELOG.md +++ b/packages/accordion/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.3.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + ## 0.2.8 ### Patch Changes diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 1b90cca19..de2874c08 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@lion/accordion", - "version": "0.2.8", + "version": "0.3.0", "description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.", "license": "MIT", "author": "ing-bank", @@ -35,7 +35,7 @@ "lion-accordion.js" ], "dependencies": { - "@lion/core": "0.13.8" + "@lion/core": "0.14.0" }, "keywords": [ "accordion", diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index 0868464cf..bfc49b1b2 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.6.0 + +### Minor Changes + +- 4452d06d: BREAKING CHANGE: We no longer use axios! Our ajax package is now a thin wrapper around Fetch. The API has changed completely. You will need a fetch polyfill for IE11. +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +- bbffd710: Added Ajax cache interceptors. + ## 0.5.15 ### Patch Changes diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 95c5f686b..5c09b94f4 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.5.15", + "version": "0.6.0", "description": "Thin wrapper around fetch with support for interceptors.", "license": "MIT", "author": "ing-bank", diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 26a0a5694..952d9e8c1 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.9.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + ## 0.8.11 ### Patch Changes diff --git a/packages/button/package.json b/packages/button/package.json index 1d535696b..4b72796ac 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.8.11", + "version": "0.9.0", "description": "A button that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", @@ -35,7 +35,7 @@ "lion-button.js" ], "dependencies": { - "@lion/core": "0.13.8" + "@lion/core": "0.14.0" }, "keywords": [ "button", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index a207ced2f..351a8d2ee 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.13.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/localize@0.16.0 + ## 0.12.11 ### Patch Changes diff --git a/packages/calendar/package.json b/packages/calendar/package.json index bbffe2579..d9d486026 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.12.11", + "version": "0.13.0", "description": "Standalone calendar", "license": "MIT", "author": "ing-bank", @@ -35,8 +35,8 @@ "lion-calendar.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/localize": "0.15.5" + "@lion/core": "0.14.0", + "@lion/localize": "0.16.0" }, "keywords": [ "calendar", diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index f5244647c..b0352335f 100644 --- a/packages/checkbox-group/CHANGELOG.md +++ b/packages/checkbox-group/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.14.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + - @lion/input@0.11.0 + ## 0.13.1 ### Patch Changes diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index ff4b4def9..d4a573a2f 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.13.1", + "version": "0.14.0", "description": "A container for multiple checkboxes", "license": "MIT", "author": "ing-bank", @@ -37,9 +37,9 @@ "lion-checkbox-indeterminate.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3", - "@lion/input": "0.10.16" + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0", + "@lion/input": "0.11.0" }, "keywords": [ "checkbox-group", diff --git a/packages/collapsible/CHANGELOG.md b/packages/collapsible/CHANGELOG.md index f71f4e52c..46e969677 100644 --- a/packages/collapsible/CHANGELOG.md +++ b/packages/collapsible/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.3.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + ## 0.2.9 ### Patch Changes diff --git a/packages/collapsible/package.json b/packages/collapsible/package.json index 707c5c227..3d8b26d1f 100644 --- a/packages/collapsible/package.json +++ b/packages/collapsible/package.json @@ -1,6 +1,6 @@ { "name": "@lion/collapsible", - "version": "0.2.9", + "version": "0.3.0", "description": "This component is a combination of a button (the invoker), a chunk of extra content.", "license": "MIT", "author": "ing-bank", @@ -37,7 +37,7 @@ "demo/custom-collapsible.js" ], "dependencies": { - "@lion/core": "0.13.8" + "@lion/core": "0.14.0" }, "keywords": [ "collapsible", diff --git a/packages/combobox/CHANGELOG.md b/packages/combobox/CHANGELOG.md index d841c79a0..aaeebb3fe 100644 --- a/packages/combobox/CHANGELOG.md +++ b/packages/combobox/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 0.2.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + - @lion/listbox@0.5.0 + - @lion/overlays@0.24.0 + ## 0.1.24 ### Patch Changes diff --git a/packages/combobox/package.json b/packages/combobox/package.json index 8b443603f..cdb4c2e9b 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/combobox", - "version": "0.1.24", + "version": "0.2.0", "description": "A widget made up of a single-line textbox and an associated pop-up listbox element", "license": "MIT", "author": "ing-bank", @@ -44,10 +44,10 @@ "docs/google-combobox/google-combobox.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3", - "@lion/listbox": "0.4.3", - "@lion/overlays": "0.23.4" + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0", + "@lion/listbox": "0.5.0", + "@lion/overlays": "0.24.0" }, "keywords": [ "combobox", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0266c016f..d638242ee 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.14.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + ## 0.13.8 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 4ac1138ec..dd2507d18 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.13.8", + "version": "0.14.0", "description": "Core functionality that is shared across all Lion Web Components", "license": "MIT", "author": "ing-bank", diff --git a/packages/dialog/CHANGELOG.md b/packages/dialog/CHANGELOG.md index 1dff08d6f..c5ae76cc4 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.10.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/overlays@0.24.0 + ## 0.9.18 ### Patch Changes diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 170bb0929..c66f183c7 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.9.18", + "version": "0.10.0", "description": "Show relative overlay content on click, as a webcomponent", "license": "MIT", "author": "ing-bank", @@ -36,8 +36,8 @@ "./docs/styled-dialog-content.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/overlays": "0.23.4" + "@lion/core": "0.14.0", + "@lion/overlays": "0.24.0" }, "keywords": [ "dialog", diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index b7d1a9e27..ee017330f 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.16.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + ## 0.15.16 ### Patch Changes diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 9e0c2fb3c..ad348b01c 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.15.16", + "version": "0.16.0", "description": "Allows to groups multiple input fields or other fieldsets together", "license": "MIT", "author": "ing-bank", @@ -36,8 +36,8 @@ "./docs/helpers/demo-fieldset-child.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3" + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0" }, "keywords": [ "fieldset", diff --git a/packages/form-core/CHANGELOG.md b/packages/form-core/CHANGELOG.md index 4f57b5cef..5f49a3050 100644 --- a/packages/form-core/CHANGELOG.md +++ b/packages/form-core/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.8.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/localize@0.16.0 + ## 0.7.3 ### Patch Changes diff --git a/packages/form-core/package.json b/packages/form-core/package.json index f99f4c0b5..f3bcedd19 100644 --- a/packages/form-core/package.json +++ b/packages/form-core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-core", - "version": "0.7.3", + "version": "0.8.0", "description": "Form-core contains all essential building blocks for creating form fields and fieldsets", "license": "MIT", "author": "ing-bank", @@ -36,8 +36,8 @@ "lion-validation-feedback.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/localize": "0.15.5" + "@lion/core": "0.14.0", + "@lion/localize": "0.16.0" }, "keywords": [ "field", diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index bfd57826c..f4826cd9d 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log +## 0.4.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/button@0.9.0 + - @lion/checkbox-group@0.14.0 + - @lion/combobox@0.2.0 + - @lion/core@0.14.0 + - @lion/fieldset@0.16.0 + - @lion/form@0.8.0 + - @lion/form-core@0.8.0 + - @lion/input@0.11.0 + - @lion/input-amount@0.9.0 + - @lion/input-date@0.9.0 + - @lion/input-datepicker@0.19.0 + - @lion/input-email@0.10.0 + - @lion/input-iban@0.12.0 + - @lion/input-range@0.6.0 + - @lion/input-stepper@0.2.0 + - @lion/listbox@0.5.0 + - @lion/localize@0.16.0 + - @lion/radio-group@0.13.0 + - @lion/select@0.9.0 + - @lion/select-rich@0.22.0 + - @lion/switch@0.13.0 + - @lion/textarea@0.9.0 + - @lion/validate-messages@0.4.0 + ## 0.3.30 ### Patch Changes diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index da36889da..87c556251 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.3.30", + "version": "0.4.0", "description": "The Form System allows you to create complex forms with various validation in an easy way", "license": "MIT", "author": "ing-bank", @@ -35,29 +35,29 @@ "./docs/helper-wc/h-output.js" ], "dependencies": { - "@lion/button": "0.8.11", - "@lion/checkbox-group": "0.13.1", - "@lion/combobox": "0.1.24", - "@lion/core": "0.13.8", - "@lion/fieldset": "0.15.16", - "@lion/form": "0.7.18", - "@lion/form-core": "0.7.3", - "@lion/input": "0.10.16", - "@lion/input-amount": "0.8.16", - "@lion/input-date": "0.8.16", - "@lion/input-datepicker": "0.18.18", - "@lion/input-email": "0.9.16", - "@lion/input-iban": "0.11.6", - "@lion/input-range": "0.5.16", - "@lion/input-stepper": "0.1.17", - "@lion/listbox": "0.4.3", - "@lion/localize": "0.15.5", - "@lion/radio-group": "0.12.16", - "@lion/select": "0.8.16", - "@lion/select-rich": "0.21.28", - "@lion/switch": "0.12.17", - "@lion/textarea": "0.8.16", - "@lion/validate-messages": "0.3.16" + "@lion/button": "0.9.0", + "@lion/checkbox-group": "0.14.0", + "@lion/combobox": "0.2.0", + "@lion/core": "0.14.0", + "@lion/fieldset": "0.16.0", + "@lion/form": "0.8.0", + "@lion/form-core": "0.8.0", + "@lion/input": "0.11.0", + "@lion/input-amount": "0.9.0", + "@lion/input-date": "0.9.0", + "@lion/input-datepicker": "0.19.0", + "@lion/input-email": "0.10.0", + "@lion/input-iban": "0.12.0", + "@lion/input-range": "0.6.0", + "@lion/input-stepper": "0.2.0", + "@lion/listbox": "0.5.0", + "@lion/localize": "0.16.0", + "@lion/radio-group": "0.13.0", + "@lion/select": "0.9.0", + "@lion/select-rich": "0.22.0", + "@lion/switch": "0.13.0", + "@lion/textarea": "0.9.0", + "@lion/validate-messages": "0.4.0" }, "keywords": [ "form", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 4d8caaaa9..669949e4d 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.8.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/fieldset@0.16.0 + ## 0.7.18 ### Patch Changes diff --git a/packages/form/package.json b/packages/form/package.json index 241362998..e8567e082 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.7.18", + "version": "0.8.0", "description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields", "license": "MIT", "author": "ing-bank", @@ -35,7 +35,7 @@ "lion-form.js" ], "dependencies": { - "@lion/fieldset": "0.15.16" + "@lion/fieldset": "0.16.0" }, "keywords": [ "form", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index dc74d402b..a2aa500b1 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.6.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + ## 0.5.20 ### Patch Changes diff --git a/packages/helpers/package.json b/packages/helpers/package.json index b412e9fb7..2abd067f3 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.5.20", + "version": "0.6.0", "description": "Helpers that are used throughout lion and can be used outside", "license": "MIT", "author": "ing-bank", @@ -33,7 +33,7 @@ "sb-locale-switcher.js" ], "dependencies": { - "@lion/core": "0.13.8" + "@lion/core": "0.14.0" }, "keywords": [ "action logger", diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index c2f6c0766..1586a5883 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.10.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - singleton-manager@1.3.0 + ## 0.9.5 ### Patch Changes diff --git a/packages/icon/package.json b/packages/icon/package.json index 66ebbbeac..ab82cf90d 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.9.5", + "version": "0.10.0", "description": "A web component easily displaying svg icons", "license": "MIT", "author": "ing-bank", @@ -36,8 +36,8 @@ "./docs/icon-resolvers.js" ], "dependencies": { - "@lion/core": "0.13.8", - "singleton-manager": "1.2.1" + "@lion/core": "0.14.0", + "singleton-manager": "1.3.0" }, "keywords": [ "icon", diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index 369bb81c3..b7e167278 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 0.9.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + - @lion/input@0.11.0 + - @lion/localize@0.16.0 + - @lion/validate-messages@0.4.0 + ## 0.8.16 ### Patch Changes diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index 25187398a..6e8848a85 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.8.16", + "version": "0.9.0", "description": "Provide a way for users to fill in an amount", "license": "MIT", "author": "ing-bank", @@ -35,11 +35,11 @@ "lion-input-amount.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3", - "@lion/input": "0.10.16", - "@lion/localize": "0.15.5", - "@lion/validate-messages": "0.3.16" + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0", + "@lion/input": "0.11.0", + "@lion/localize": "0.16.0", + "@lion/validate-messages": "0.4.0" }, "keywords": [ "input-amount", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index 0a606197f..d24a44188 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 0.9.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + - @lion/input@0.11.0 + - @lion/localize@0.16.0 + - @lion/validate-messages@0.4.0 + ## 0.8.16 ### Patch Changes diff --git a/packages/input-date/package.json b/packages/input-date/package.json index c6d5e5800..dccff13ca 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.8.16", + "version": "0.9.0", "description": "Provide a way for users to fill in a date", "license": "MIT", "author": "ing-bank", @@ -35,11 +35,11 @@ "lion-input-date.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3", - "@lion/input": "0.10.16", - "@lion/localize": "0.15.5", - "@lion/validate-messages": "0.3.16" + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0", + "@lion/input": "0.11.0", + "@lion/localize": "0.16.0", + "@lion/validate-messages": "0.4.0" }, "keywords": [ "input-date", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 3e81e2922..d4bb711a9 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 0.19.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/calendar@0.13.0 + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + - @lion/input-date@0.9.0 + - @lion/localize@0.16.0 + - @lion/overlays@0.24.0 + - @lion/validate-messages@0.4.0 + ## 0.18.18 ### Patch Changes diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index bd6a8daca..e587a0306 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.18.18", + "version": "0.19.0", "description": "Provide a way for users to fill in a date via a calendar overlay", "license": "MIT", "author": "ing-bank", @@ -35,13 +35,13 @@ "lion-input-datepicker.js" ], "dependencies": { - "@lion/calendar": "0.12.11", - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3", - "@lion/input-date": "0.8.16", - "@lion/localize": "0.15.5", - "@lion/overlays": "0.23.4", - "@lion/validate-messages": "0.3.16" + "@lion/calendar": "0.13.0", + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0", + "@lion/input-date": "0.9.0", + "@lion/localize": "0.16.0", + "@lion/overlays": "0.24.0", + "@lion/validate-messages": "0.4.0" }, "keywords": [ "calendar", diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 9d179f0a8..5ac39748f 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 0.10.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + - @lion/input@0.11.0 + - @lion/localize@0.16.0 + - @lion/validate-messages@0.4.0 + ## 0.9.16 ### Patch Changes diff --git a/packages/input-email/package.json b/packages/input-email/package.json index d37460db4..f7e81b6ff 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.9.16", + "version": "0.10.0", "description": "Provide a way for users to fill in an email", "license": "MIT", "author": "ing-bank", @@ -35,11 +35,11 @@ "lion-input-email.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3", - "@lion/input": "0.10.16", - "@lion/localize": "0.15.5", - "@lion/validate-messages": "0.3.16" + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0", + "@lion/input": "0.11.0", + "@lion/localize": "0.16.0", + "@lion/validate-messages": "0.4.0" }, "keywords": [ "input-email", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index 454fdf8e9..5889015ef 100644 --- a/packages/input-iban/CHANGELOG.md +++ b/packages/input-iban/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 0.12.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + - @lion/input@0.11.0 + - @lion/localize@0.16.0 + - @lion/validate-messages@0.4.0 + ## 0.11.6 ### Patch Changes diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index 50c3a391d..4837b5bdd 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.11.6", + "version": "0.12.0", "description": "Provide a way for users to fill in an iban", "license": "MIT", "author": "ing-bank", @@ -35,11 +35,11 @@ "lion-input-iban.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3", - "@lion/input": "0.10.16", - "@lion/localize": "0.15.5", - "@lion/validate-messages": "0.3.16", + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0", + "@lion/input": "0.11.0", + "@lion/localize": "0.16.0", + "@lion/validate-messages": "0.4.0", "ibantools": "^2.2.0" }, "keywords": [ diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index 830a779a3..ee1230c0e 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.6.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/input@0.11.0 + - @lion/localize@0.16.0 + ## 0.5.16 ### Patch Changes diff --git a/packages/input-range/package.json b/packages/input-range/package.json index 5b5da50f4..715afa91d 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.5.16", + "version": "0.6.0", "description": "Provide a way for users to select one value from a range of values", "license": "MIT", "author": "ing-bank", @@ -35,9 +35,9 @@ "lion-input-range.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/input": "0.10.16", - "@lion/localize": "0.15.5" + "@lion/core": "0.14.0", + "@lion/input": "0.11.0", + "@lion/localize": "0.16.0" }, "keywords": [ "input-range", diff --git a/packages/input-stepper/CHANGELOG.md b/packages/input-stepper/CHANGELOG.md index 97fd62207..b89fa1b31 100644 --- a/packages/input-stepper/CHANGELOG.md +++ b/packages/input-stepper/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.2.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + - @lion/input@0.11.0 + ## 0.1.17 ### Patch Changes diff --git a/packages/input-stepper/package.json b/packages/input-stepper/package.json index 2c7c5bc2d..bc833663a 100644 --- a/packages/input-stepper/package.json +++ b/packages/input-stepper/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-stepper", - "version": "0.1.17", + "version": "0.2.0", "description": "This component enables the user to increase and decrease a numeric value by predefined range.", "license": "MIT", "author": "ing-bank", @@ -35,9 +35,9 @@ "lion-input-stepper.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3", - "@lion/input": "0.10.16" + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0", + "@lion/input": "0.11.0" }, "keywords": [ "input", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index 1373371c3..05be81327 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.11.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/form-core@0.8.0 + ## 0.10.16 ### Patch Changes diff --git a/packages/input/package.json b/packages/input/package.json index 3e765c83c..0cf2b15c9 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.10.16", + "version": "0.11.0", "description": "It enhances the functionality of the native `` element", "license": "MIT", "author": "ing-bank", @@ -35,7 +35,7 @@ "lion-input.js" ], "dependencies": { - "@lion/form-core": "0.7.3" + "@lion/form-core": "0.8.0" }, "keywords": [ "input", diff --git a/packages/listbox/CHANGELOG.md b/packages/listbox/CHANGELOG.md index cf6b8810a..dbfd2a7be 100644 --- a/packages/listbox/CHANGELOG.md +++ b/packages/listbox/CHANGELOG.md @@ -1,5 +1,19 @@ # @lion/listbox +## 0.5.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + ## 0.4.3 ### Patch Changes diff --git a/packages/listbox/package.json b/packages/listbox/package.json index aac194104..f1aca66db 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/listbox", - "version": "0.4.3", + "version": "0.5.0", "description": "A listbox widget presents a list of options and allows a user to select one or more of them", "license": "MIT", "author": "ing-bank", @@ -37,8 +37,8 @@ "lion-options.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3" + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0" }, "keywords": [ "form", diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index 5bc191620..8b704d11b 100644 --- a/packages/localize/CHANGELOG.md +++ b/packages/localize/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.16.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - singleton-manager@1.3.0 + ## 0.15.5 ### Patch Changes diff --git a/packages/localize/package.json b/packages/localize/package.json index c0508f236..b94344ec2 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.15.5", + "version": "0.16.0", "description": "The localization system helps to manage localization data split into locales and automate its loading", "license": "MIT", "author": "ing-bank", @@ -34,8 +34,8 @@ "sideEffects": false, "dependencies": { "@bundled-es-modules/message-format": "6.0.4", - "@lion/core": "0.13.8", - "singleton-manager": "1.2.1" + "@lion/core": "0.14.0", + "singleton-manager": "1.3.0" }, "keywords": [ "lion", diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 94abd2309..c31fcb4da 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.24.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - singleton-manager@1.3.0 + ## 0.23.4 ### Patch Changes diff --git a/packages/overlays/package.json b/packages/overlays/package.json index 00a0bba96..2cf15c1a2 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.23.4", + "version": "0.24.0", "description": "Overlays System using lit-html for rendering", "license": "MIT", "author": "ing-bank", @@ -37,9 +37,9 @@ "./docs/applyDemoOverlayStyles.js" ], "dependencies": { - "@lion/core": "0.13.8", + "@lion/core": "0.14.0", "@popperjs/core": "^2.5.4", - "singleton-manager": "1.2.1" + "singleton-manager": "1.3.0" }, "keywords": [ "lion", diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index 3a499adc6..a19ae9ff4 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.3.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/localize@0.16.0 + ## 0.2.11 ### Patch Changes diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 433323785..ff3f1ff34 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@lion/pagination", - "version": "0.2.11", + "version": "0.3.0", "description": "A component that handles pagination.", "license": "MIT", "author": "ing-bank", @@ -35,8 +35,8 @@ "lion-pagination.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/localize": "0.15.5" + "@lion/core": "0.14.0", + "@lion/localize": "0.16.0" }, "keywords": [ "lion", diff --git a/packages/progress-indicator/CHANGELOG.md b/packages/progress-indicator/CHANGELOG.md index d5e26ded2..58d0f90df 100644 --- a/packages/progress-indicator/CHANGELOG.md +++ b/packages/progress-indicator/CHANGELOG.md @@ -1,5 +1,19 @@ # @lion/progress-indicator +## 0.3.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/localize@0.16.0 + ## 0.2.10 ### Patch Changes diff --git a/packages/progress-indicator/package.json b/packages/progress-indicator/package.json index 4d3694147..95b8b0726 100644 --- a/packages/progress-indicator/package.json +++ b/packages/progress-indicator/package.json @@ -1,6 +1,6 @@ { "name": "@lion/progress-indicator", - "version": "0.2.10", + "version": "0.3.0", "description": "A progress indicator that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", @@ -35,8 +35,8 @@ "lion-progress-indicator.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/localize": "0.15.5" + "@lion/core": "0.14.0", + "@lion/localize": "0.16.0" }, "keywords": [ "lion", diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index e7c57edb6..035289f5b 100644 --- a/packages/radio-group/CHANGELOG.md +++ b/packages/radio-group/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.13.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + - @lion/input@0.11.0 + ## 0.12.16 ### Patch Changes diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 484a2e75a..fe5f31360 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.12.16", + "version": "0.13.0", "description": "Manage a group of choices", "license": "MIT", "author": "ing-bank", @@ -36,9 +36,9 @@ "lion-radio-group.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3", - "@lion/input": "0.10.16" + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0", + "@lion/input": "0.11.0" }, "keywords": [ "lion", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index b8f6c70e4..f85b92568 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 0.22.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/button@0.9.0 + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + - @lion/listbox@0.5.0 + - @lion/overlays@0.24.0 + ## 0.21.28 ### Patch Changes diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index addc16386..d9467963c 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.21.28", + "version": "0.22.0", "description": "Provides a select with options that can contain html", "license": "MIT", "author": "ing-bank", @@ -36,11 +36,11 @@ "lion-select-rich.js" ], "dependencies": { - "@lion/button": "0.8.11", - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3", - "@lion/listbox": "0.4.3", - "@lion/overlays": "0.23.4" + "@lion/button": "0.9.0", + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0", + "@lion/listbox": "0.5.0", + "@lion/overlays": "0.24.0" }, "keywords": [ "field", diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index c87bee950..25557cc2a 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.9.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + ## 0.8.16 ### Patch Changes diff --git a/packages/select/package.json b/packages/select/package.json index 9e044bb82..efc082a82 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.8.16", + "version": "0.9.0", "description": "Provide a set of options where you can select one", "license": "MIT", "author": "ing-bank", @@ -35,8 +35,8 @@ "lion-select.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3" + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0" }, "keywords": [ "lion", diff --git a/packages/singleton-manager/CHANGELOG.md b/packages/singleton-manager/CHANGELOG.md index 08aa38003..690691bf6 100644 --- a/packages/singleton-manager/CHANGELOG.md +++ b/packages/singleton-manager/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.3.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + ## 1.2.1 ### Patch Changes diff --git a/packages/singleton-manager/package.json b/packages/singleton-manager/package.json index b338daf5c..8abf334b3 100644 --- a/packages/singleton-manager/package.json +++ b/packages/singleton-manager/package.json @@ -1,6 +1,6 @@ { "name": "singleton-manager", - "version": "1.2.1", + "version": "1.3.0", "description": "Manage singletons across multiple major versions so they converge to a single instance", "license": "MIT", "author": "ing-bank", diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index bab4b9998..85490f96c 100644 --- a/packages/steps/CHANGELOG.md +++ b/packages/steps/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.7.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + ## 0.6.8 ### Patch Changes diff --git a/packages/steps/package.json b/packages/steps/package.json index 948613644..e7c426847 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.6.8", + "version": "0.7.0", "description": "Breaks a single goal down into dependable sub-tasks.", "license": "MIT", "author": "ing-bank", @@ -36,7 +36,7 @@ "lion-steps.js" ], "dependencies": { - "@lion/core": "0.13.8" + "@lion/core": "0.14.0" }, "keywords": [ "lion", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index c55032ff5..c4a86cb86 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.13.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + - @lion/helpers@0.6.0 + ## 0.12.17 ### Patch Changes diff --git a/packages/switch/package.json b/packages/switch/package.json index 7b6a933fd..bc915da30 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.12.17", + "version": "0.13.0", "description": "A Switch is used for switching a property or feature on and off", "license": "MIT", "author": "ing-bank", @@ -36,9 +36,9 @@ "lion-switch-button.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3", - "@lion/helpers": "0.5.20" + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0", + "@lion/helpers": "0.6.0" }, "keywords": [ "lion", diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index f08ebd3dd..c64f7cbe6 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.6.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + ## 0.5.14 ### Patch Changes diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 161bfa8f1..f1ad95ed2 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tabs", - "version": "0.5.14", + "version": "0.6.0", "description": "Allows users to quickly move between a small number of equally important views.", "license": "MIT", "author": "ing-bank", @@ -35,7 +35,7 @@ "lion-tabs.js" ], "dependencies": { - "@lion/core": "0.13.8" + "@lion/core": "0.14.0" }, "keywords": [ "lion", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 20f3d3356..db35ab63d 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.9.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/form-core@0.8.0 + ## 0.8.16 ### Patch Changes diff --git a/packages/textarea/package.json b/packages/textarea/package.json index 3c1e9a690..4bbe72e43 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.8.16", + "version": "0.9.0", "description": "Provide a way for users to write text that is multiple lines long", "license": "MIT", "author": "ing-bank", @@ -35,8 +35,8 @@ "lion-textarea.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/form-core": "0.7.3", + "@lion/core": "0.14.0", + "@lion/form-core": "0.8.0", "@types/autosize": "^3.0.7", "autosize": "4.0.2" }, diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index ebe53077c..79f381e0c 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.17.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/core@0.14.0 + - @lion/overlays@0.24.0 + ## 0.16.5 ### Patch Changes diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index c2d9115e0..ccb2b8cbd 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.16.5", + "version": "0.17.0", "description": "Show relative overlay content on hover", "license": "MIT", "author": "ing-bank", @@ -36,8 +36,8 @@ "lion-tooltip-arrow.js" ], "dependencies": { - "@lion/core": "0.13.8", - "@lion/overlays": "0.23.4" + "@lion/core": "0.14.0", + "@lion/overlays": "0.24.0" }, "keywords": [ "lion", diff --git a/packages/validate-messages/CHANGELOG.md b/packages/validate-messages/CHANGELOG.md index 6bf84ed3e..a04bb1229 100644 --- a/packages/validate-messages/CHANGELOG.md +++ b/packages/validate-messages/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.4.0 + +### Minor Changes + +- b2f981db: Add exports field in package.json + + Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. + +### Patch Changes + +- Updated dependencies [b2f981db] + - @lion/form-core@0.8.0 + - @lion/localize@0.16.0 + ## 0.3.16 ### Patch Changes diff --git a/packages/validate-messages/package.json b/packages/validate-messages/package.json index 7c9d3f498..58501ba52 100644 --- a/packages/validate-messages/package.json +++ b/packages/validate-messages/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate-messages", - "version": "0.3.16", + "version": "0.4.0", "description": "A set of localized messages for default Validators", "license": "MIT", "author": "ing-bank", @@ -32,8 +32,8 @@ "test": "cd ../../ && npm run test:browser -- --group validate-messages" }, "dependencies": { - "@lion/form-core": "0.7.3", - "@lion/localize": "0.15.5" + "@lion/form-core": "0.8.0", + "@lion/localize": "0.16.0" }, "keywords": [ "feedback",