Skip to content

Commit 7ade179

Browse files
chore: version packages
1 parent 0403fde commit 7ade179

9 files changed

Lines changed: 33 additions & 11 deletions

File tree

.changeset/warm-snaps-restore.md

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

apps/emulator-native/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @farcaster/snap-emulator-native
22

3+
## 1.0.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0403fde`](https://github.com/farcasterxyz/snap/commit/0403fde24a71abbcf670667e4231ef5ebbcdd890)]:
8+
- @farcaster/snap@2.7.0
9+
310
## 1.0.42
411

512
### Patch Changes

apps/emulator-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/snap-emulator-native",
3-
"version": "1.0.42",
3+
"version": "1.0.43",
44
"private": true,
55
"main": "index.ts",
66
"scripts": {

pkgs/hono/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @farcaster/snap-hono
22

3+
## 2.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0403fde`](https://github.com/farcasterxyz/snap/commit/0403fde24a71abbcf670667e4231ef5ebbcdd890)]:
8+
- @farcaster/snap@2.7.0
9+
310
## 2.1.10
411

512
### Patch Changes

pkgs/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/snap-hono",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Hono integration for Farcaster Snap servers",
55
"repository": {
66
"type": "git",

pkgs/snap/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @farcaster/snap
22

3+
## 2.7.0
4+
5+
### Minor Changes
6+
7+
- [#204](https://github.com/farcasterxyz/snap/pull/204) [`0403fde`](https://github.com/farcasterxyz/snap/commit/0403fde24a71abbcf670667e4231ef5ebbcdd890) Thanks [@bob-obringer](https://github.com/bob-obringer)! - Add restorable Snap render state for React and React Native renderers.
8+
9+
`SnapCard` now accepts `initialRenderState` and `onRenderStateChange` so hosts can remount a Snap without losing JSON-render local state such as inputs, toggles, sliders, cell selections, and paginator page. Remounts also remember which one-shot Snap effects have already been presented, preventing confetti or fireworks from replaying when a host moves the same Snap between inline, focused, or lifted surfaces.
10+
311
## 2.6.4
412

513
### Patch Changes

pkgs/snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/snap",
3-
"version": "2.6.4",
3+
"version": "2.7.0",
44
"description": "Farcaster Snaps 🫰",
55
"repository": {
66
"type": "git",

pkgs/turso/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @farcaster/snap-turso
22

3+
## 2.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0403fde`](https://github.com/farcasterxyz/snap/commit/0403fde24a71abbcf670667e4231ef5ebbcdd890)]:
8+
- @farcaster/snap@2.7.0
9+
310
## 2.0.17
411

512
### Patch Changes

pkgs/turso/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/snap-turso",
3-
"version": "2.0.17",
3+
"version": "2.0.18",
44
"description": "Turso data store adapter for Farcaster Snaps",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)