From b8a52a6d3a5e44ec2c9fcfc5edab73c37a5faf52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 21:05:01 +0300 Subject: [PATCH] chore: version packages (#501) Co-authored-by: github-actions[bot] --- .changeset/large-pumas-work.md | 5 ----- .changeset/sixty-olives-fold.md | 5 ----- src/CHANGELOG.md | 8 ++++++++ src/package.json | 7 +++++-- src/version.ts | 2 +- 5 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 .changeset/large-pumas-work.md delete mode 100644 .changeset/sixty-olives-fold.md diff --git a/.changeset/large-pumas-work.md b/.changeset/large-pumas-work.md deleted file mode 100644 index cd343db9..00000000 --- a/.changeset/large-pumas-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue with `browserLocation` redirects misleadingly redirecting Twitterbot due to incorrect check. diff --git a/.changeset/sixty-olives-fold.md b/.changeset/sixty-olives-fold.md deleted file mode 100644 index 1e535f4b..00000000 --- a/.changeset/sixty-olives-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Added a `Button.MiniApp` to deeplink to a mini-app. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index fc255852..dc167358 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,13 @@ # frog +## 0.17.5 + +### Patch Changes + +- [#499](https://github.com/wevm/frog/pull/499) [`4e7d5e3`](https://github.com/wevm/frog/commit/4e7d5e318e2b049a9ef326bcaf94a189f8b1e154) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with `browserLocation` redirects misleadingly redirecting Twitterbot due to incorrect check. + +- [#500](https://github.com/wevm/frog/pull/500) [`753c8fd`](https://github.com/wevm/frog/commit/753c8fd87ebc3661bdebc0062957f4f2f4ae3c75) Thanks [@dalechyn](https://github.com/dalechyn)! - Added a `Button.MiniApp` to deeplink to a mini-app. + ## 0.17.4 ### Patch Changes diff --git a/src/package.json b/src/package.json index bb0e1dc3..e0c8daee 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.17.4", + "version": "0.17.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 ddd01a42..78d49ef3 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.17.4' +export const version = '0.17.5'