From 5abfaa5d46dff4c1210bb6a39f7251dac56a4d88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:33:52 +0300 Subject: [PATCH] chore: version packages (#446) * chore: version packages * Update src/package.json --------- Co-authored-by: github-actions[bot] Co-authored-by: Vladyslav Dalechyn --- .changeset/tasty-ears-cough.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/tasty-ears-cough.md diff --git a/.changeset/tasty-ears-cough.md b/.changeset/tasty-ears-cough.md deleted file mode 100644 index 393bdcc8..00000000 --- a/.changeset/tasty-ears-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue with Vercel/Next.JS deployments where "property" could not be read from intent as the "props" was missing. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 81c745b3..bc20f4aa 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.15.4 + +### Patch Changes + +- [#445](https://github.com/wevm/frog/pull/445) [`b52f5d2`](https://github.com/wevm/frog/commit/b52f5d2bf8155d1a2777c99dae6754fece5111b6) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with Vercel/Next.JS deployments where "property" could not be read from intent as the "props" was missing. + ## 0.15.3 ### Patch Changes diff --git a/src/package.json b/src/package.json index 1defe7d4..2bfb10c2 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.15.3", + "version": "0.15.4", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 062ce7ca..6b5ce00b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.15.3' +export const version = '0.15.4'