diff --git a/.changeset/big-bags-rescue.md b/.changeset/big-bags-rescue.md deleted file mode 100644 index 0297b428..00000000 --- a/.changeset/big-bags-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@locoworks/reusejs-react-input": patch ---- - -added forwardref diff --git a/components/input/CHANGELOG.md b/components/input/CHANGELOG.md index 5dcdef94..41767071 100644 --- a/components/input/CHANGELOG.md +++ b/components/input/CHANGELOG.md @@ -1,5 +1,11 @@ # @locoworks/reusejs-react-input +## 0.1.2 + +### Patch Changes + +- 155e798: added forwardref + ## 0.1.1 ### Patch Changes diff --git a/components/input/package.json b/components/input/package.json index 73952129..d792af95 100644 --- a/components/input/package.json +++ b/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@locoworks/reusejs-react-input", - "version": "0.1.1", + "version": "0.1.2", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/types/index.d.ts",