From ddb510f7d7664fb0a7f3200359ddc091b2c553d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:21:17 +0300 Subject: [PATCH] chore: version packages (#421) * chore: version packages * Update src/package.json --------- Co-authored-by: github-actions[bot] Co-authored-by: Vladyslav Dalechyn --- .changeset/strong-pumpkins-chew.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/strong-pumpkins-chew.md diff --git a/.changeset/strong-pumpkins-chew.md b/.changeset/strong-pumpkins-chew.md deleted file mode 100644 index 80ca9599..00000000 --- a/.changeset/strong-pumpkins-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue where `TextInput` component was unnecessarily unwrapped causing an issue with getting button values. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 8f2dd789..d128ba5b 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.14.4 + +### Patch Changes + +- [#420](https://github.com/wevm/frog/pull/420) [`6114139`](https://github.com/wevm/frog/commit/6114139cb7b56ca5bc95ae2af7722f9ba0ec7f80) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue where `TextInput` component was unnecessarily unwrapped causing an issue with getting button values. + ## 0.14.3 ### Patch Changes diff --git a/src/package.json b/src/package.json index 91c190f2..71f24ef7 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.14.3", + "version": "0.14.4", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 8426c345..65c72039 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.14.3' +export const version = '0.14.4'