diff --git a/.changeset/tame-jokes-crash.md b/.changeset/tame-jokes-crash.md deleted file mode 100644 index 0243f1845..000000000 --- a/.changeset/tame-jokes-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/helpers': patch ---- - -Republish helpers so that index.d.ts gets published with the latest ts config. diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index 88ae4edc1..dd48fa557 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.3.27 + +### Patch Changes + +- @lion/switch@0.12.15 + ## 0.3.26 ### Patch Changes diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index a51794d46..b80532458 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.3.26", + "version": "0.3.27", "description": "The Form System allows you to create complex forms with various validation in an easy way", "license": "MIT", "author": "ing-bank", @@ -53,7 +53,7 @@ "@lion/radio-group": "0.12.14", "@lion/select": "0.8.14", "@lion/select-rich": "0.21.25", - "@lion/switch": "0.12.14", + "@lion/switch": "0.12.15", "@lion/textarea": "0.8.14", "@lion/validate-messages": "0.3.14" }, diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 44d57414f..dc74d402b 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.5.20 + +### Patch Changes + +- e557bda4: Republish helpers so that index.d.ts gets published with the latest ts config. + ## 0.5.19 ### Patch Changes diff --git a/packages/helpers/package.json b/packages/helpers/package.json index df1484778..843d3dafe 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.5.19", + "version": "0.5.20", "description": "Helpers that are used throughout lion and can be used outside", "license": "MIT", "author": "ing-bank", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 77c7df0c8..e00909f90 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.12.15 + +### Patch Changes + +- Updated dependencies [e557bda4] + - @lion/helpers@0.5.20 + ## 0.12.14 ### Patch Changes diff --git a/packages/switch/package.json b/packages/switch/package.json index 0c22c34b7..e61c1ef50 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.12.14", + "version": "0.12.15", "description": "A Switch is used for switching a property or feature on and off", "license": "MIT", "author": "ing-bank", @@ -36,7 +36,7 @@ "dependencies": { "@lion/core": "0.13.8", "@lion/form-core": "0.7.1", - "@lion/helpers": "0.5.19" + "@lion/helpers": "0.5.20" }, "keywords": [ "lion",