diff --git a/.changeset/curly-oranges-promise.md b/.changeset/curly-oranges-promise.md deleted file mode 100644 index d7b9a385e..000000000 --- a/.changeset/curly-oranges-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/button': patch ---- - -On top of the 40x40px min height and width, set width/height to 100% so that the clickarea covers the entire width or height of the button. diff --git a/.changeset/tasty-rabbits-fry.md b/.changeset/tasty-rabbits-fry.md deleted file mode 100644 index b370f5782..000000000 --- a/.changeset/tasty-rabbits-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"providence-analytics": feat ---- - -add option skipCheckMatchCompatibility and enable for monorepos in extend-docs diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index a18e8efe3..2f36d1b94 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.8.1 + +### Patch Changes + +- b910d6f7: On top of the 40x40px min height and width, set width/height to 100% so that the clickarea covers the entire width or height of the button. + ## 0.8.0 ### Minor Changes diff --git a/packages/button/package.json b/packages/button/package.json index 3d20e9806..9e52e446e 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.8.0", + "version": "0.8.1", "description": "A button that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index dbfd22c9f..1e8228f89 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.3.7 + +### Patch Changes + +- Updated dependencies [b910d6f7] + - @lion/button@0.8.1 + - @lion/select-rich@0.21.7 + ## 0.3.6 ### Patch Changes diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index f887dbdb2..3002feb13 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.3.6", + "version": "0.3.7", "description": "The Form System allows you to create complex forms with various validation in an easy way", "license": "MIT", "author": "ing-bank", @@ -33,7 +33,7 @@ "./docs/helper-wc/h-output.js" ], "dependencies": { - "@lion/button": "0.8.0", + "@lion/button": "0.8.1", "@lion/checkbox-group": "0.12.2", "@lion/core": "0.13.1", "@lion/fieldset": "0.15.2", @@ -48,7 +48,7 @@ "@lion/localize": "0.14.6", "@lion/radio-group": "0.12.2", "@lion/select": "0.8.2", - "@lion/select-rich": "0.21.6", + "@lion/select-rich": "0.21.7", "@lion/textarea": "0.8.2", "@lion/validate-messages": "0.3.2" }, diff --git a/packages/providence-analytics/CHANGELOG.md b/packages/providence-analytics/CHANGELOG.md index a607d8a7c..1b87e8aad 100644 --- a/packages/providence-analytics/CHANGELOG.md +++ b/packages/providence-analytics/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.8.0 + +### Minor Changes + +- ca210dae: add option skipCheckMatchCompatibility and enable for monorepos in extend-docs + ## 0.7.0 ### Minor Changes diff --git a/packages/providence-analytics/package.json b/packages/providence-analytics/package.json index e95c709c2..8212c379b 100644 --- a/packages/providence-analytics/package.json +++ b/packages/providence-analytics/package.json @@ -1,6 +1,6 @@ { "name": "providence-analytics", - "version": "0.7.0", + "version": "0.8.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/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index f0321315c..91b8f74f2 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.21.7 + +### Patch Changes + +- Updated dependencies [b910d6f7] + - @lion/button@0.8.1 + ## 0.21.6 ### Patch Changes diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index c0f5e84d1..2b1834b95 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.21.6", + "version": "0.21.7", "description": "Provides a select with options that can contain html", "license": "MIT", "author": "ing-bank", @@ -34,7 +34,7 @@ "lion-select-rich.js" ], "dependencies": { - "@lion/button": "0.8.0", + "@lion/button": "0.8.1", "@lion/core": "0.13.1", "@lion/form-core": "0.6.4", "@lion/listbox": "0.3.0",