Skip to content

Commit a0a7e8e

Browse files
committed
1 parent 6703530 commit a0a7e8e

23 files changed

+64
-144
lines changed

.changeset/calm-carpets-divide.md

-5
This file was deleted.

.changeset/chilly-parrots-sneeze.md

-6
This file was deleted.

.changeset/clever-impalas-notice.md

-5
This file was deleted.

.changeset/curly-badgers-drum.md

-5
This file was deleted.

.changeset/curly-queens-thank.md

-5
This file was deleted.

.changeset/early-turkeys-impress.md

-5
This file was deleted.

.changeset/fast-wasps-yawn.md

-5
This file was deleted.

.changeset/orange-owls-agree.md

-5
This file was deleted.

.changeset/rotten-taxis-whisper.md

-5
This file was deleted.

.changeset/silver-timers-compare.md

-5
This file was deleted.

docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# docs
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- b4c6de9: docs: state management
8+
- Updated dependencies [7d22df3]
9+
10+
311
## 0.0.5
412

513
### Patch Changes

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"type": "module",
55
"private": true,
66
"scripts": {

examples/framesjs-starter/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# framesjs-starter
22

3+
## 0.2.11
4+
5+
### Patch Changes
6+
7+
- b4c6de9: fix: state management generic type demo
8+
- Updated dependencies [7d22df3]
9+
10+
311
## 0.2.10
412

513
### Patch Changes

examples/framesjs-starter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framesjs-starter",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"private": true,
55
"scripts": {
66
"dev": "node ./scripts/dev-script.js",
@@ -17,7 +17,7 @@
1717
"@xmtp/frames-validator": "^0.5.0",
1818
"class-variance-authority": "^0.7.0",
1919
"clsx": "^2.1.0",
20-
"frames.js": "^0.11.2",
20+
"frames.js": "^0.11.3",
2121
"lucide-react": "^0.331.0",
2222
"next": "^14.1.0",
2323
"react": "^18.2.0",
@@ -28,7 +28,7 @@
2828
"node": ">=18.17.0"
2929
},
3030
"devDependencies": {
31-
"@frames.js/debugger": "^0.1.13",
31+
"@frames.js/debugger": "^0.1.14",
3232
"@types/node": "^18.17.0",
3333
"@types/react": "^18.2.0",
3434
"@types/react-dom": "^18.2.0",

packages/create-frames/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# create-frames
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 445cf3a: fix: missing basePath in next template
8+
- 3202ae6: fix: debugger dependency version
9+
- 0865ea1: fix: bump template versions
10+
311
## 0.1.0
412

513
### Minor Changes

packages/create-frames/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-frames",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"bin": "bin.js",
66
"license": "MIT",

packages/debugger/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @frames.js/debugger
22

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- 7d22df3: fix: minor bugs and code cleanup
8+
- bdfad03: fix: correctly manipulate url on load and also on change
9+
- d6256cf: fix: properly split dev dependencies in debugger
10+
311
## 0.1.13
412

513
### Patch Changes

packages/debugger/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"frames.js",
66
"farcaster"
77
],
8-
"version": "0.1.13",
8+
"version": "0.1.14",
99
"bin": {
1010
"frames": "./bin/debugger.js"
1111
},
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@farcaster/core": "^0.14.7",
29-
"@frames.js/render": "^0.0.3",
29+
"@frames.js/render": "^0.1.0",
3030
"@noble/ed25519": "^2.0.0",
3131
"@radix-ui/react-accordion": "^1.1.2",
3232
"@radix-ui/react-checkbox": "^1.0.4",
@@ -48,7 +48,7 @@
4848
"clsx": "^2.1.0",
4949
"eslint-config-next": "^14.1.0",
5050
"eslint": "^8.56.0",
51-
"frames.js": "^0.11.2",
51+
"frames.js": "^0.11.3",
5252
"lucide-react": "^0.344.0",
5353
"postcss": "^8",
5454
"qrcode.react": "^3.1.0",

packages/frames.js/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# frames.js
22

3+
## 0.11.3
4+
5+
### Patch Changes
6+
7+
- 7d22df3: fix: minor bugs and code cleanup
8+
39
## 0.11.2
410

511
### Patch Changes

packages/frames.js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frames.js",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"types": "index.d.cts",

packages/render/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @frames.js/render
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 84283a8: feat: rename types
8+
9+
### Patch Changes
10+
11+
- bdfad03: fix: correctly detect image change in order to properly indicate loading state
12+
- Updated dependencies [7d22df3]
13+
14+
315
## 0.0.3
416

517
### Patch Changes

packages/render/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frames.js/render",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"types": "index.d.cts",
@@ -84,6 +84,6 @@
8484
},
8585
"dependencies": {
8686
"@farcaster/core": "^0.14.7",
87-
"frames.js": "^0.11.2"
87+
"frames.js": "^0.11.3"
8888
}
8989
}

yarn.lock

+3-82
Original file line numberDiff line numberDiff line change
@@ -1441,49 +1441,6 @@
14411441
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.1.tgz#16308cea045f0fc777b6ff20a9f25474dd8293d2"
14421442
integrity sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==
14431443

1444-
"@frames.js/debugger@^":
1445-
version "0.1.9"
1446-
resolved "https://registry.yarnpkg.com/@frames.js/debugger/-/debugger-0.1.9.tgz#d3d45ec1f565b5facfd87d41eb8c3b8e9e2ad2e1"
1447-
integrity sha512-g7019xfCLMNHoTyaI+TY2L0ZxZnZH2DEvZQAlIeMmRHW0zhwXoKrgGa8QmO0MQtcB6XA3smaO4bM/7U0Yij0pA==
1448-
dependencies:
1449-
"@farcaster/core" "^0.14.7"
1450-
"@noble/ed25519" "^2.0.0"
1451-
"@radix-ui/react-accordion" "^1.1.2"
1452-
"@radix-ui/react-checkbox" "^1.0.4"
1453-
"@radix-ui/react-hover-card" "^1.0.7"
1454-
"@radix-ui/react-popover" "^1.0.7"
1455-
"@radix-ui/react-slot" "^1.0.2"
1456-
"@radix-ui/react-switch" "^1.0.3"
1457-
"@radix-ui/react-tabs" "^1.0.4"
1458-
"@rainbow-me/rainbowkit" "^2.0.2"
1459-
"@tanstack/react-query" "^5.22.2"
1460-
"@types/node" "^18.17.0"
1461-
"@types/react" "^18.2.0"
1462-
"@types/react-dom" "^18.2.0"
1463-
"@types/yargs" "^17.0.32"
1464-
"@xmtp/frames-validator" "^0.5.2"
1465-
autoprefixer "^10.0.1"
1466-
class-variance-authority "^0.7.0"
1467-
clsx "^2.1.0"
1468-
eslint "^8.56.0"
1469-
eslint-config-next "^14.1.0"
1470-
frames.js "^0.9.0"
1471-
is-port-reachable "^4.0.0"
1472-
lucide-react "^0.344.0"
1473-
next "^14.1.3"
1474-
open "^10.0.3"
1475-
postcss "^8"
1476-
qrcode.react "^3.1.0"
1477-
react "^18.2.0"
1478-
react-dom "^18.2.0"
1479-
tailwind-merge "^2.2.1"
1480-
tailwindcss "^3.3.0"
1481-
tailwindcss-animate "^1.0.7"
1482-
typescript "^5.3.3"
1483-
viem "^2.7.12"
1484-
wagmi "^2.5.7"
1485-
yargs "^17.7.2"
1486-
14871444
"@hono/node-server@^1.2.3":
14881445
version "1.8.2"
14891446
resolved "https://registry.yarnpkg.com/@hono/node-server/-/node-server-1.8.2.tgz#940b3a0dbd7adbc510b79b626f3603258493354b"
@@ -7648,17 +7605,6 @@ fraction.js@^4.3.7:
76487605
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
76497606
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
76507607

7651-
frames.js@^0.9.0:
7652-
version "0.9.6"
7653-
resolved "https://registry.yarnpkg.com/frames.js/-/frames.js-0.9.6.tgz#dcf68f88a0237451dba11fbebcfd7df5a004c649"
7654-
integrity sha512-NtIs9kWdLnXBB3a7IAnYP3Iv4V+x1dHsKEwacVfWVaFd+3jnzBfiIbvo9dnMuYzFOOyaiPWmZYrff0aTygJP7A==
7655-
dependencies:
7656-
"@farcaster/core" "^0.14.7"
7657-
"@vercel/og" "^0.6.2"
7658-
cheerio "^1.0.0-rc.12"
7659-
protobufjs "^7.2.6"
7660-
viem "^2.7.8"
7661-
76627608
76637609
version "0.5.2"
76647610
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
@@ -13456,16 +13402,7 @@ string-length@^4.0.1:
1345613402
char-regex "^1.0.2"
1345713403
strip-ansi "^6.0.0"
1345813404

13459-
"string-width-cjs@npm:string-width@^4.2.0":
13460-
version "4.2.3"
13461-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
13462-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
13463-
dependencies:
13464-
emoji-regex "^8.0.0"
13465-
is-fullwidth-code-point "^3.0.0"
13466-
strip-ansi "^6.0.1"
13467-
13468-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
13405+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1346913406
version "4.2.3"
1347013407
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1347113408
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -13572,14 +13509,7 @@ stringify-entities@^4.0.0:
1357213509
character-entities-html4 "^2.0.0"
1357313510
character-entities-legacy "^3.0.0"
1357413511

13575-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
13576-
version "6.0.1"
13577-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
13578-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
13579-
dependencies:
13580-
ansi-regex "^5.0.1"
13581-
13582-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13512+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1358313513
version "6.0.1"
1358413514
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1358513515
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -15034,7 +14964,7 @@ [email protected], wrangler@^3.39.0:
1503414964
optionalDependencies:
1503514965
fsevents "~2.3.2"
1503614966

15037-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
14967+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1503814968
version "7.0.0"
1503914969
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1504014970
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -15052,15 +14982,6 @@ wrap-ansi@^6.2.0:
1505214982
string-width "^4.1.0"
1505314983
strip-ansi "^6.0.0"
1505414984

15055-
wrap-ansi@^7.0.0:
15056-
version "7.0.0"
15057-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15058-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
15059-
dependencies:
15060-
ansi-styles "^4.0.0"
15061-
string-width "^4.1.0"
15062-
strip-ansi "^6.0.0"
15063-
1506414985
wrap-ansi@^8.1.0:
1506514986
version "8.1.0"
1506614987
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)