Skip to content

Commit

Permalink
docs: latest (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec authored Nov 1, 2024
1 parent 557db6b commit 0fcf2b3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

### Patch Changes

- 72dfc41: - **feat**: Added `onConnect` handler to `<ConnectWallet />`. By @dschlabach #1529
- **feat**: Added `NFTCard` and `NFTMintCard` components. By @alessey #1409
- **fix**: Added media square prop, default to true. By @alessey #1548
- **fix**: Updated Transaction link for smart wallets. by @abcrane123 #1550
- **fix**: Updated Warpcast Socials link and SVG. By @cpcramer #1542
- **fix**: Updated badge checkmark styling. By @cpcramer #1537
- **fix**: Updated `hasCopyAddressOnClick`. By @cpcramer #1547
- **feat**: Added `onConnect` handler to `<ConnectWallet />`. By @dschlabach #1529
- **feat**: Added `NFTCard` and `NFTMintCard` components. By @alessey #1409
- **fix**: Added media square prop, default to true. By @alessey #1548
- **fix**: Updated Transaction link for smart wallets. by @abcrane123 #1550
- **fix**: Updated Warpcast Socials link and SVG. By @cpcramer #1542
- **fix**: Updated badge checkmark styling. By @cpcramer #1537
- **fix**: Updated `hasCopyAddressOnClick`. By @cpcramer #1547

## 0.35.2

Expand Down
2 changes: 1 addition & 1 deletion create-onchain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-onchain",
"description": "Instantly create onchain applications with OnchainKit.",
"version": "0.0.7",
"version": "0.0.10",
"license": "MIT",
"scripts": {
"build": "bun run clean && bun run build:esm+types",
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.2",
"@coinbase/onchainkit": "0.35.3",
"@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.2":
version: 0.35.2
resolution: "@coinbase/onchainkit@npm:0.35.2"
"@coinbase/onchainkit@npm:0.35.3":
version: 0.35.3
resolution: "@coinbase/onchainkit@npm:0.35.3"
dependencies:
"@rainbow-me/rainbowkit": "npm:^2.1.3"
"@tanstack/react-query": "npm:^5"
Expand All @@ -496,7 +496,7 @@ __metadata:
"@xmtp/frames-validator": ^0.6.0
react: ^18
react-dom: ^18
checksum: 209635cdece2e56f8d038c3cb3b94e76f9b1d6ce2db64b15839dcda81aeade85997b15a8c2022a316abb4e8cc76a49b64862b513731fe59b01091717c07c5325
checksum: 3e9cb8b07b2efed7885bb5c381bba88dad80b7009c302e3e3c8cbb04a9a968d87497ed9a82cc5654dd166df91a1694e1f537f0b328a77a1ae9580bc606051418
languageName: node
linkType: hard

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

0 comments on commit 0fcf2b3

Please sign in to comment.