From 05d9893e5dedc3673240c049220e6e17d2083bd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 20:00:56 +0300 Subject: [PATCH] chore: version packages (#365) Co-authored-by: github-actions[bot] --- .changeset/soft-pandas-deliver.md | 5 ----- src/CHANGELOG.md | 6 ++++++ src/package.json | 2 +- src/version.ts | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/soft-pandas-deliver.md 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'