Skip to content

Commit f14ab60

Browse files
dschlabachdschlabach
and
dschlabach
authored
docs: latest (#1598)
Co-authored-by: dschlabach <daniel.schlabach@coinbase.com>
1 parent 779b02b commit f14ab60

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44

55
### Patch Changes
66

7-
- 32901a8: -**fix**: Updated `NFTCard` and `NFTMintCard` to be more responsive. By @alessey #1590 -**fix**: Updated `NFTCard` and `NFTMintCard` styles to use gap enabling simpler composition. By @alessey #1594 -**docs**: Added `NFTCard` and `NFTMintCard` to the docs. By @alessey #1572 -**docs**: Fixed typos in docs. By @steveviselli-cb @cypherpepe #1593 #1587 -**docs**: Added `NFTCardDefault` and `NFTMintCardDefault` to the docs. By @alessey #1592 -**fix**: Fixed misconfigured `.env` file in `create-onchain` CLI. By @dschlabach #1595 -**docs**: Added `"use client"` directive to instructions for Next.js. By @dschlabach #1596
7+
- **fix**: Updated `NFTCard` and `NFTMintCard` to be more responsive. By @alessey #1590
8+
- **fix**: Updated `NFTCard` and `NFTMintCard` styles to use gap enabling simpler composition. By @alessey #1594
9+
- **docs**: Added `NFTCard` and `NFTMintCard` to the docs. By @alessey #1572
10+
- **docs**: Fixed typos in docs. By @steveviselli-cb @cypherpepe #1593 #1587
11+
- **docs**: Added `NFTCardDefault` and `NFTMintCardDefault` to the docs. By @alessey #1592
12+
- **fix**: Fixed misconfigured `.env` file in `create-onchain` CLI. By @dschlabach #1595
13+
- **docs**: Added `"use client"` directive to instructions for Next.js. By @dschlabach #1596
814

915
## 0.35.4
1016

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sitemap": "node createSitemap.js"
1010
},
1111
"dependencies": {
12-
"@coinbase/onchainkit": "0.35.4",
12+
"@coinbase/onchainkit": "0.35.5",
1313
"@types/react": "latest",
1414
"@vercel/edge": "^1.1.1",
1515
"express": "^4.21.1",

site/yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,9 @@ __metadata:
479479
languageName: node
480480
linkType: hard
481481

482-
"@coinbase/onchainkit@npm:0.35.4":
483-
version: 0.35.4
484-
resolution: "@coinbase/onchainkit@npm:0.35.4"
482+
"@coinbase/onchainkit@npm:0.35.5":
483+
version: 0.35.5
484+
resolution: "@coinbase/onchainkit@npm:0.35.5"
485485
dependencies:
486486
"@rainbow-me/rainbowkit": "npm:^2.1.3"
487487
"@tanstack/react-query": "npm:^5"
@@ -497,7 +497,7 @@ __metadata:
497497
"@xmtp/frames-validator": ^0.6.0
498498
react: ^18
499499
react-dom: ^18
500-
checksum: bbb25206fb0d2cd095bf9c66c9159656573c7359333db8f8fedbbe2403d55f8e7a4c160d1bdb36fb781f74a453f24b5576404cf96ff405b431d4574481db9952
500+
checksum: c480823facac0cbd073cf2602418dbf5a54ddbe9d572fcc0ac7f51659f3ec412e569ab407dbdf777e2e0e2c31be902a3f522e557180d072f93193ae38fcfd9d6
501501
languageName: node
502502
linkType: hard
503503

@@ -8529,7 +8529,7 @@ __metadata:
85298529
version: 0.0.0-use.local
85308530
resolution: "onchainkit@workspace:."
85318531
dependencies:
8532-
"@coinbase/onchainkit": "npm:0.35.4"
8532+
"@coinbase/onchainkit": "npm:0.35.5"
85338533
"@types/express": "npm:^4"
85348534
"@types/react": "npm:latest"
85358535
"@types/sitemap-generator": "npm:^8"

0 commit comments

Comments
 (0)