diff --git a/.changeset/soft-pandas-deliver.md b/.changeset/soft-pandas-deliver.md deleted file mode 100644 index 2ad26662..00000000 --- a/.changeset/soft-pandas-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue with `.image` handler not recieving correct `__context` which is normally injected in `parseImage` function that wasn't previously used in Image rendering. As a consequence, https://github.com/wevm/frog/commit/c2f4d563b4633b0ef87a3132db571659700ce84d as an attempt to fix `__context` not being passed to components is no longer relevant, thus reverted. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 70840aa9..601b60ce 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.11.9 + +### Patch Changes + +- [#364](https://github.com/wevm/frog/pull/364) [`fb1f847`](https://github.com/wevm/frog/commit/fb1f8474ac25cdd26e8100ddb3a22456f42c22e4) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with `.image` handler not recieving correct `__context` which is normally injected in `parseImage` function that wasn't previously used in Image rendering. As a consequence, https://github.com/wevm/frog/commit/c2f4d563b4633b0ef87a3132db571659700ce84d as an attempt to fix `__context` not being passed to components is no longer relevant, thus reverted. + ## 0.11.8 ### Patch Changes diff --git a/src/package.json b/src/package.json index ff7556ce..732d2dfc 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.11.8", + "version": "0.11.9", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 5397a1c0..60fa9783 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.11.8' +export const version = '0.11.9'