diff --git a/.changeset/five-bobcats-remain.md b/.changeset/five-bobcats-remain.md deleted file mode 100644 index 0ce52801..00000000 --- a/.changeset/five-bobcats-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lambdacurry/forms": patch ---- - -Added the ability to pass in your own indicator to the radio group diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 9b46d9a5..8cefceee 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,11 @@ # @lambdacurry/forms +## 0.12.4 + +### Patch Changes + +- b668f74: Added the ability to pass in your own indicator to the radio group + ## 0.12.3 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index d9abd852..0f2879a7 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@lambdacurry/forms", - "version": "0.12.3", + "version": "0.12.4", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",