Skip to content

Commit

Permalink
chore: release v0.36.7 docs and changelog (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi authored Jan 17, 2025
1 parent ac55919 commit 48a9b5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,20 @@

### Patch Changes

- 497633d: - **feat**: Add UI Primitives - FocusTrap, DismissableLayer, and Dialog. By @cpcramer #1822
- **feat** implement `FundCard` component by @rustam-cb #1718
- **fix** update client boundaries for `NFT`, `Wallet*`, and `WalletAdvanced*` components by @dschlabach #1809, #1810, #1821
- **feat** Implemented `FundCard` component by @rustam-cb #1718
- **fix** Updated client boundaries for `NFT`, `Wallet*`, and `WalletAdvanced*` components by @dschlabach #1809, #1810, #1821

## 0.36.6

### Patch Changes

- **fix**: ConnectWallet handler bug by @brendan-defi #1814
- **fix**: Fixed ConnectWallet handler bug by @brendan-defi #1814

## 0.36.5

### Patch Changes

- **chore**: Remove Jest config files. By @cpcramer #1811
- **chore**: Removed Jest config files. By @cpcramer #1811
- **docs**: Added Troubleshooting section. By @cpcramer #1803
- **fix**: Updated NFT Mint Button for easier styling. By @alessey #1807
- **fix**: Updated wallet modal to pass through app name and logo. By @alessey #1808
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.36.6",
"@coinbase/onchainkit": "0.36.7",
"@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.36.6":
version: 0.36.6
resolution: "@coinbase/onchainkit@npm:0.36.6"
"@coinbase/onchainkit@npm:0.36.7":
version: 0.36.7
resolution: "@coinbase/onchainkit@npm:0.36.7"
dependencies:
"@tanstack/react-query": "npm:^5"
clsx: "npm:^2.1.1"
Expand All @@ -496,7 +496,7 @@ __metadata:
"@types/react": ^18 || ^19
react: ^18 || ^19
react-dom: ^18 || ^19
checksum: fb1ff3da478d098454a5b9f2b88304da7882e25f58f047d24d62930de3cb30ac027253ad2cda65121b191a4d5134eb2e44cdc2352addffcfc7f06e56fbd292d0
checksum: 3ffca599b9a4f2a33e9aef0aec15b3d03ec6009ea8863152117e02e4f51f84e86950779b6594f49c46f9bfd6c1ae2eae2d47b58d14fa29bf1534f44b738e7826
languageName: node
linkType: hard

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

0 comments on commit 48a9b5b

Please sign in to comment.