Skip to content

Commit

Permalink
chore: version packages (#437)
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 <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent 43f4205 commit 38ef6a6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/strange-paws-yell.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/twelve-rocks-push.md

This file was deleted.

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

## 0.15.2

### Patch Changes

- [#436](https://github.com/wevm/frog/pull/436) [`6ff12c3`](https://github.com/wevm/frog/commit/6ff12c37fff90a0c122401c9cae74b79aeed6143) Thanks [@dalechyn](https://github.com/dalechyn)! - Added `verifyOrigin` flag to `Frog` constructor.

- [#435](https://github.com/wevm/frog/pull/435) [`43f4205`](https://github.com/wevm/frog/commit/43f4205df9c5962c816d6779e9ea8c196c82810b) Thanks [@dalechyn](https://github.com/dalechyn)! - Implemented a feature where `initialState` can be a callback receiving Hono's `Context`.

This is particularly useful when dealing with path parameters to dynamically initiate state.
This state will also be accessible in `c.previousState` in the Image Handler.

## 0.15.1

### 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.1",
"version": "0.15.2",
"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.1'
export const version = '0.15.2'

0 comments on commit 38ef6a6

Please sign in to comment.