Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages 🌊 v0.35.6 #1649

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gorgeous-hounds-divide.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/serious-terms-agree.md

This file was deleted.

20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Changelog

## 0.35.6

### Patch Changes

- [#1624](https://github.com/coinbase/onchainkit/pull/1624) [`81eb9056c7d1e3948b3d3b84ef8d03ffbf235b23`](https://github.com/coinbase/onchainkit/commit/81eb9056c7d1e3948b3d3b84ef8d03ffbf235b23) Thanks [@dschlabach](https://github.com/dschlabach)! - - **feat**: Add linking functionality to playground. By @dschlabach #1624

- [#1642](https://github.com/coinbase/onchainkit/pull/1642) [`00f0a09c573c3931a7124a1b842178ff90822ece`](https://github.com/coinbase/onchainkit/commit/00f0a09c573c3931a7124a1b842178ff90822ece) Thanks [@abcrane123](https://github.com/abcrane123)! - -**feat**: Upgraded viem to support heterogeneous calls. By @abcrane123 #1527 -**feat**: Added default WagmiProvider and QueryClientProvider if not provided in the React context. By @OxAlec #1589 -**feat**: Added global Toast component. By @brendan-defi #1588

## 0.35.5

### Patch Changes

- **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
- **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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase/onchainkit",
"version": "0.35.5",
"version": "0.35.6",
"type": "module",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
Expand Down