Skip to content

Commit

Permalink
docs: latest (#1598)
Browse files Browse the repository at this point in the history
Co-authored-by: dschlabach <[email protected]>
  • Loading branch information
dschlabach and dschlabach authored Nov 7, 2024
1 parent 779b02b commit f14ab60
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@

### Patch Changes

- 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
- **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

## 0.35.4

Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sitemap": "node createSitemap.js"
},
"dependencies": {
"@coinbase/onchainkit": "0.35.4",
"@coinbase/onchainkit": "0.35.5",
"@types/react": "latest",
"@vercel/edge": "^1.1.1",
"express": "^4.21.1",
Expand Down
10 changes: 5 additions & 5 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,9 @@ __metadata:
languageName: node
linkType: hard

"@coinbase/onchainkit@npm:0.35.4":
version: 0.35.4
resolution: "@coinbase/onchainkit@npm:0.35.4"
"@coinbase/onchainkit@npm:0.35.5":
version: 0.35.5
resolution: "@coinbase/onchainkit@npm:0.35.5"
dependencies:
"@rainbow-me/rainbowkit": "npm:^2.1.3"
"@tanstack/react-query": "npm:^5"
Expand All @@ -497,7 +497,7 @@ __metadata:
"@xmtp/frames-validator": ^0.6.0
react: ^18
react-dom: ^18
checksum: bbb25206fb0d2cd095bf9c66c9159656573c7359333db8f8fedbbe2403d55f8e7a4c160d1bdb36fb781f74a453f24b5576404cf96ff405b431d4574481db9952
checksum: c480823facac0cbd073cf2602418dbf5a54ddbe9d572fcc0ac7f51659f3ec412e569ab407dbdf777e2e0e2c31be902a3f522e557180d072f93193ae38fcfd9d6
languageName: node
linkType: hard

Expand Down Expand Up @@ -8529,7 +8529,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "onchainkit@workspace:."
dependencies:
"@coinbase/onchainkit": "npm:0.35.4"
"@coinbase/onchainkit": "npm:0.35.5"
"@types/express": "npm:^4"
"@types/react": "npm:latest"
"@types/sitemap-generator": "npm:^8"
Expand Down

0 comments on commit f14ab60

Please sign in to comment.