Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 38ef6a6

Browse files
chore: version packages (#437)
* 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]>
1 parent 43f4205 commit 38ef6a6

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

.changeset/strange-paws-yell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-rocks-push.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# frog
22

3+
## 0.15.2
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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`.
10+
11+
This is particularly useful when dealing with path parameters to dynamically initiate state.
12+
This state will also be accessible in `c.previousState` in the Image Handler.
13+
314
## 0.15.1
415

516
### Patch Changes

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frog",
33
"description": "Framework for Farcaster Frames",
4-
"version": "0.15.1",
4+
"version": "0.15.2",
55
"type": "module",
66
"module": "_lib/index.js",
77
"types": "_lib/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.15.1'
1+
export const version = '0.15.2'

0 commit comments

Comments
 (0)