Skip to content

Commit 564b7e4

Browse files
chore: version packages (#193)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b06b0ab commit 564b7e4

9 files changed

Lines changed: 33 additions & 11 deletions

File tree

.changeset/text-no-default-clamp.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.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b06b0ab`](https://github.com/farcasterxyz/snap/commit/b06b0ab49712f52448d151a912f80bf68f3ae278)]:
8+
- @farcaster/snap@2.6.1
9+
310
## 1.0.38
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.38",
3+
"version": "1.0.39",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b06b0ab`](https://github.com/farcasterxyz/snap/commit/b06b0ab49712f52448d151a912f80bf68f3ae278)]:
8+
- @farcaster/snap@2.6.1
9+
310
## 2.1.6
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.6",
3+
"version": "2.1.7",
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.6.1
4+
5+
### Patch Changes
6+
7+
- [#192](https://github.com/farcasterxyz/snap/pull/192) [`b06b0ab`](https://github.com/farcasterxyz/snap/commit/b06b0ab49712f52448d151a912f80bf68f3ae278) Thanks [@bob-obringer](https://github.com/bob-obringer)! - Stop clamping v2 text to one line by default.
8+
9+
Text now renders unclamped when `maxLines` is omitted in both React and React Native renderers. `text.props.maxLines` remains the explicit opt-in API for bounding visible lines.
10+
311
## 2.6.0
412

513
### Minor 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.0",
3+
"version": "2.6.1",
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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b06b0ab`](https://github.com/farcasterxyz/snap/commit/b06b0ab49712f52448d151a912f80bf68f3ae278)]:
8+
- @farcaster/snap@2.6.1
9+
310
## 2.0.13
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.13",
3+
"version": "2.0.14",
44
"description": "Turso data store adapter for Farcaster Snaps",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)