From 48dc45346e74df0a94b4b66eca28ca1cc3848d1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:21:29 +0300 Subject: [PATCH] chore: version packages (#361) Co-authored-by: github-actions[bot] --- .changeset/old-bugs-yell.md | 5 ----- src/CHANGELOG.md | 6 ++++++ src/package.json | 7 +++++-- src/version.ts | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 .changeset/old-bugs-yell.md diff --git a/.changeset/old-bugs-yell.md b/.changeset/old-bugs-yell.md deleted file mode 100644 index 42ec0339..00000000 --- a/.changeset/old-bugs-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue with `valibot` having an incorrect schema on parsing POST request. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index e417ced4..70840aa9 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.11.8 + +### Patch Changes + +- [#360](https://github.com/wevm/frog/pull/360) [`42f143d`](https://github.com/wevm/frog/commit/42f143d22802fb7764eb043ca18fffecacca1eb4) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with `valibot` having an incorrect schema on parsing POST request. + ## 0.11.7 ### Patch Changes diff --git a/src/package.json b/src/package.json index d18a8e9d..ff7556ce 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.11.7", + "version": "0.11.8", "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 e457ba4b..5397a1c0 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.11.7' +export const version = '0.11.8'