Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 23, 2024
1 parent a22492a commit 4d7dbb2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-pugs-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-birds-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-birds-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-swans-admire.md

This file was deleted.

12 changes: 12 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# frog

## 0.11.4

### Patch Changes

- [#333](https://github.com/wevm/frog/pull/333) [`d457c65`](https://github.com/wevm/frog/commit/d457c65cb4726905f77578579f6644c2f242ebaa) Thanks [@dalechyn](https://github.com/dalechyn)! - Added Gnosis chain support.

- [#294](https://github.com/wevm/frog/pull/294) [`c9257f5`](https://github.com/wevm/frog/commit/c9257f514bbbf2fb2a6668a89f8fae8391525a77) Thanks [@dalechyn](https://github.com/dalechyn)! - Introduced `.image` handler to handle images separately from the frame handler.

- [#325](https://github.com/wevm/frog/pull/325) [`d8aabe7`](https://github.com/wevm/frog/commit/d8aabe76c7e5f0de3e4f30943bd5421b4721c467) Thanks [@dalechyn](https://github.com/dalechyn)! - Removed `tailwindConfig` from the allowed properties in `imageOptions` since it's not fully implemented in Satori.

- [#324](https://github.com/wevm/frog/pull/324) [`a22492a`](https://github.com/wevm/frog/commit/a22492a1fb5021b7da8da149a62017349344dd74) Thanks [@dalechyn](https://github.com/dalechyn)! - Deleted `font` property from `imageOptions` type in frame handler response.

## 0.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frog",
"description": "Framework for Farcaster Frames",
"version": "0.11.3",
"version": "0.11.4",
"type": "module",
"module": "_lib/index.js",
"types": "_lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.11.3'
export const version = '0.11.4'

0 comments on commit 4d7dbb2

Please sign in to comment.