From 34252eee21ae76ccca3e2bfa4f08e69d5abf1573 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 02:52:15 +0200 Subject: [PATCH] chore: version packages (#515) Co-authored-by: github-actions[bot] --- .changeset/tender-radios-mate.md | 5 ----- src/CHANGELOG.md | 6 ++++++ src/package.json | 7 +++++-- src/version.ts | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 .changeset/tender-radios-mate.md diff --git a/.changeset/tender-radios-mate.md b/.changeset/tender-radios-mate.md deleted file mode 100644 index a39c9de9..00000000 --- a/.changeset/tender-radios-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue with incorrect JSON-RPC parameters sent for `sendTransaction` and `signTypedDate` for mini-apps. Also fixed and improved communication between the mini-app and the parent. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index b06e28cd..fb1245cf 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.18.1 + +### Patch Changes + +- [#514](https://github.com/wevm/frog/pull/514) [`f99498d`](https://github.com/wevm/frog/commit/f99498d2075203a2205609ba4e0526043f46c7f0) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with incorrect JSON-RPC parameters sent for `sendTransaction` and `signTypedDate` for mini-apps. Also fixed and improved communication between the mini-app and the parent. + ## 0.18.0 ### Minor Changes diff --git a/src/package.json b/src/package.json index 7aaf087f..bd6f210e 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.18.0", + "version": "0.18.1", "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 442a936a..15ce25c7 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.18.0' +export const version = '0.18.1'