diff --git a/.changeset/strong-needles-bake.md b/.changeset/strong-needles-bake.md deleted file mode 100644 index 7f4d59d3..00000000 --- a/.changeset/strong-needles-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue with parsing Composer Action data when verified is `false`. diff --git a/.changeset/violet-radios-confess.md b/.changeset/violet-radios-confess.md deleted file mode 100644 index ccba8b17..00000000 --- a/.changeset/violet-radios-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue where min/max height/width would not handle custom values. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index d927cdb1..ade9b315 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,13 @@ # frog +## 0.17.2 + +### Patch Changes + +- [#484](https://github.com/wevm/frog/pull/484) [`34cfb2a`](https://github.com/wevm/frog/commit/34cfb2ade3e7d6db0612389d02e047b9c9da8979) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with parsing Composer Action data when verified is `false`. + +- [#483](https://github.com/wevm/frog/pull/483) [`84c4330`](https://github.com/wevm/frog/commit/84c433077bab712c7a8a4c0b3e4e3c72dc5a2c67) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue where min/max height/width would not handle custom values. + ## 0.17.1 ### Patch Changes diff --git a/src/package.json b/src/package.json index e900fb02..6b810d37 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.17.1", + "version": "0.17.2", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index ce0c2c1b..d2afc5d7 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.17.1' +export const version = '0.17.2'