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 Aug 10, 2024
1 parent 24d3bec commit 1446011
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/lemon-doors-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-turtles-remain.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.16.0

### Minor Changes

- [#466](https://github.com/wevm/frog/pull/466) [`d4899ab`](https://github.com/wevm/frog/commit/d4899abcc802d48b5f6f5867f526f35e86a28818) Thanks [@dalechyn](https://github.com/dalechyn)! - **Breaking Change:** Renamed exported `Context` type to `FrameBaseContext`.
Fixed an issue where frame message was parsed incorrectly and was expecting `cast_id` in Composer Action Handler.
Exported previously forgotten types.

### Patch Changes

- [#471](https://github.com/wevm/frog/pull/471) [`24d3bec`](https://github.com/wevm/frog/commit/24d3bec61bc403bb68bfa3fe5a3ef94045d58964) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue where defining fonts in multiple places would override each other. Now all defined fonts are grouped altogether.

## 0.15.9

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions 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.15.9",
"version": "0.16.0",
"type": "module",
"module": "_lib/index.js",
"types": "_lib/index.d.ts",
Expand Down Expand Up @@ -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",
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.15.9'
export const version = '0.16.0'

0 comments on commit 1446011

Please sign in to comment.