Skip to content

Commit ea8f6a4

Browse files
chore: version packages
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6fc351d commit ea8f6a4

9 files changed

Lines changed: 35 additions & 14 deletions

File tree

.changeset/quiet-snaps-breathe.md

Lines changed: 0 additions & 10 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.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6fc351d`](https://github.com/farcasterxyz/snap/commit/6fc351d56c8ab5d09be64b58f601ea7fff9b0cf7)]:
8+
- @farcaster/snap@2.6.2
9+
310
## 1.0.39
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.39",
3+
"version": "1.0.40",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6fc351d`](https://github.com/farcasterxyz/snap/commit/6fc351d56c8ab5d09be64b58f601ea7fff9b0cf7)]:
8+
- @farcaster/snap@2.6.2
9+
310
## 2.1.7
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.7",
3+
"version": "2.1.8",
44
"description": "Hono integration for Farcaster Snap servers",
55
"repository": {
66
"type": "git",

pkgs/snap/CHANGELOG.md

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

3+
## 2.6.2
4+
5+
### Patch Changes
6+
7+
- [#195](https://github.com/farcasterxyz/snap/pull/195) [`6fc351d`](https://github.com/farcasterxyz/snap/commit/6fc351d56c8ab5d09be64b58f601ea7fff9b0cf7) Thanks [@bob-obringer](https://github.com/bob-obringer)! - Polish Snap renderer spacing and image overlay readability.
8+
- Improve React Native image title/subtitle overlays without adding a native gradient dependency: lighter text plate, tighter bottom-left placement, and crisper text shadow.
9+
- Improve web image overlay readability for busy backgrounds.
10+
- Reduce the largest normal-flow Snap text by 1px on web and React Native, including item titles, while leaving image overlay title/subtitle sizing unchanged.
11+
- Make plain item groups with no border and no separator default to zero item gap. Explicit `gap` props continue to take precedence.
12+
313
## 2.6.1
414

515
### 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.1",
3+
"version": "2.6.2",
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.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6fc351d`](https://github.com/farcasterxyz/snap/commit/6fc351d56c8ab5d09be64b58f601ea7fff9b0cf7)]:
8+
- @farcaster/snap@2.6.2
9+
310
## 2.0.14
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.14",
3+
"version": "2.0.15",
44
"description": "Turso data store adapter for Farcaster Snaps",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)