From f87d1e140d0d06d27e18d8b19d4eed705c804dcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:00:55 -0400 Subject: [PATCH] chore: version packages (#226) Co-authored-by: github-actions[bot] --- .changeset/mean-carpets-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/mean-carpets-cough.md diff --git a/.changeset/mean-carpets-cough.md b/.changeset/mean-carpets-cough.md deleted file mode 100644 index b2ca21bc..00000000 --- a/.changeset/mean-carpets-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed JSX import source conflicts. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 1de183a4..12c19ae3 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.8.1 + +### Patch Changes + +- [#225](https://github.com/wevm/frog/pull/225) [`d219dff`](https://github.com/wevm/frog/commit/d219dff867f5355098b5f4fec6a3f75c9d50848b) Thanks [@tmm](https://github.com/tmm)! - Fixed JSX import source conflicts. + ## 0.8.0 ### Minor Changes diff --git a/src/package.json b/src/package.json index 44639e94..08e80a07 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.8.0", + "version": "0.8.1", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 8a5b3c6c..80ce13d4 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.8.0' +export const version = '0.8.1'