Skip to content

Commit

Permalink
chore: version packages (#470)
Browse files Browse the repository at this point in the history
* chore: version packages

* Update src/package.json

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Vladyslav Dalechyn <vlad.dalechin@gmail.com>
  • Loading branch information
3 people authored Aug 10, 2024
1 parent 24d3bec commit 88f1b89
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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
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.15.9",
"version": "0.16.0",
"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.15.9'
export const version = '0.16.0'

0 comments on commit 88f1b89

Please sign in to comment.