diff --git a/.changeset/early-nails-look.md b/.changeset/early-nails-look.md deleted file mode 100644 index d1a8895d..00000000 --- a/.changeset/early-nails-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixes an issue with rendering of `TextInput` intent and reverts changes from https://github.com/wevm/frog/commit/90544316bf2d752bf324bc43662cd31b3b2c78db and https://github.com/wevm/frog/commit/6114139cb7b56ca5bc95ae2af7722f9ba0ec7f80 as those are no longer needed. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index bc20f4aa..b17df0ee 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.15.5 + +### Patch Changes + +- [#447](https://github.com/wevm/frog/pull/447) [`e5437a4`](https://github.com/wevm/frog/commit/e5437a4dc132a21c4c954b036356012b974d7f32) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixes an issue with rendering of `TextInput` intent and reverts changes from https://github.com/wevm/frog/commit/90544316bf2d752bf324bc43662cd31b3b2c78db and https://github.com/wevm/frog/commit/6114139cb7b56ca5bc95ae2af7722f9ba0ec7f80 as those are no longer needed. + ## 0.15.4 ### Patch Changes diff --git a/src/package.json b/src/package.json index 2bfb10c2..3d238ba7 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.15.4", + "version": "0.15.5", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", @@ -121,7 +121,10 @@ "license": "MIT", "homepage": "https://frog.fm", "repository": "wevm/frog", - "authors": ["awkweb.eth", "jxom.eth"], + "authors": [ + "awkweb.eth", + "jxom.eth" + ], "funding": [ { "type": "github", diff --git a/src/version.ts b/src/version.ts index 6b5ce00b..326b4e8d 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.15.4' +export const version = '0.15.5'