From 34f07bb99eff97788ca1bb22b8e8a203a3fb186b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Mar 2024 21:05:55 +0000 Subject: [PATCH] chore: version packages --- .changeset/clean-houses-fail.md | 5 ----- .changeset/nervous-news-flow.md | 5 ----- .changeset/silver-plums-repeat.md | 5 ----- create-frog/CHANGELOG.md | 6 ++++++ create-frog/package.json | 2 +- src/CHANGELOG.md | 8 ++++++++ src/package.json | 2 +- src/version.ts | 2 +- 8 files changed, 17 insertions(+), 18 deletions(-) delete mode 100644 .changeset/clean-houses-fail.md delete mode 100644 .changeset/nervous-news-flow.md delete mode 100644 .changeset/silver-plums-repeat.md diff --git a/.changeset/clean-houses-fail.md b/.changeset/clean-houses-fail.md deleted file mode 100644 index fab4db69..00000000 --- a/.changeset/clean-houses-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-frog": patch ---- - -Fixed incorrect url shown for `next` and `vercel` templates at the completion of `create-frog`. diff --git a/.changeset/nervous-news-flow.md b/.changeset/nervous-news-flow.md deleted file mode 100644 index b9680bf8..00000000 --- a/.changeset/nervous-news-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Added attribution option to transaction parameters diff --git a/.changeset/silver-plums-repeat.md b/.changeset/silver-plums-repeat.md deleted file mode 100644 index b25ffc46..00000000 --- a/.changeset/silver-plums-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Prioritized devtools route over dynamic path if it exists. diff --git a/create-frog/CHANGELOG.md b/create-frog/CHANGELOG.md index 64a796f6..3a890a79 100644 --- a/create-frog/CHANGELOG.md +++ b/create-frog/CHANGELOG.md @@ -1,5 +1,11 @@ # create-frog +## 0.1.7 + +### Patch Changes + +- [#32](https://github.com/wevm/frog/pull/32) [`d27259c`](https://github.com/wevm/frog/commit/d27259ce59fcca5e1c650947bd9d6987816d9257) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed incorrect url shown for `next` and `vercel` templates at the completion of `create-frog`. + ## 0.1.6 ### Patch Changes diff --git a/create-frog/package.json b/create-frog/package.json index ad8f74e1..896a0327 100644 --- a/create-frog/package.json +++ b/create-frog/package.json @@ -1,6 +1,6 @@ { "name": "create-frog", - "version": "0.1.6", + "version": "0.1.7", "type": "module", "bin": { "create-frog": "./_lib/bin.js" diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index caa309f1..f4ea98ee 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,13 @@ # frog +## 0.7.14 + +### Patch Changes + +- [#187](https://github.com/wevm/frog/pull/187) [`15ece3a`](https://github.com/wevm/frog/commit/15ece3a6b35909be1a4644e2926ce9358bb9779c) Thanks [@ggomaeng](https://github.com/ggomaeng)! - Added attribution option to transaction parameters + +- [#200](https://github.com/wevm/frog/pull/200) [`8b2398c`](https://github.com/wevm/frog/commit/8b2398cdb2300a9d288f35762ddf354faa8a1600) Thanks [@ggomaeng](https://github.com/ggomaeng)! - Prioritized devtools route over dynamic path if it exists. + ## 0.7.13 ### Patch Changes diff --git a/src/package.json b/src/package.json index c4e7e2c6..cbcf91b5 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.7.13", + "version": "0.7.14", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 59308bc9..3072e7d2 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.7.13' +export const version = '0.7.14'