From df0d913e7f2a98531393bcb7196b3e6bf7db605f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:42:32 +0300 Subject: [PATCH] chore: version packages (#451) * chore: version packages * Update src/package.json --------- Co-authored-by: github-actions[bot] Co-authored-by: Vladyslav Dalechyn --- .changeset/plenty-peas-vanish.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/plenty-peas-vanish.md diff --git a/.changeset/plenty-peas-vanish.md b/.changeset/plenty-peas-vanish.md deleted file mode 100644 index 8d3a99d6..00000000 --- a/.changeset/plenty-peas-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue where using `Button.Reset` would lead to "Cannot destructure property 'property' of 'intent.props' as it is undefined." error. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index b17df0ee..73a3d9c4 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.15.6 + +### Patch Changes + +- [#450](https://github.com/wevm/frog/pull/450) [`368a2a9`](https://github.com/wevm/frog/commit/368a2a92f82713fe0dd109b2543fcd952eb195d5) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue where using `Button.Reset` would lead to "Cannot destructure property 'property' of 'intent.props' as it is undefined." error. + ## 0.15.5 ### Patch Changes diff --git a/src/package.json b/src/package.json index 131682cc..e5740b77 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.15.5", + "version": "0.15.6", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 326b4e8d..1a25e753 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.15.5' +export const version = '0.15.6'