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

Release: Merge back new version to develop #415

Merged
merged 1 commit into from
Apr 16, 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/cuddly-candles-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-emus-pretend.md

This file was deleted.

11 changes: 11 additions & 0 deletions adapters/rainbowkit-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @blocto/rainbowkit-connector

## 2.0.0

### Major Changes

- ef72999: support rainbowkt v2

### Patch Changes

- Updated dependencies [d120795]
- @blocto/[email protected]

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions adapters/rainbowkit-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocto/rainbowkit-connector",
"version": "1.0.0",
"version": "2.0.0",
"description": "blocto wallet connector to use rainbowkit",
"author": "Blocto Wallet",
"main": "./dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.4",
"@blocto/wagmi-connector": "^2"
"@blocto/wagmi-connector": "^2.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.2",
Expand Down
6 changes: 6 additions & 0 deletions adapters/wagmi-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blocto/wagmi-connector

## 2.0.3

### Patch Changes

- d120795: export wagmi createConnector function

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion adapters/wagmi-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@blocto/wagmi-connector",
"description": "Blocto wallet connector extend from wagmi Connector",
"author": "Calvin Chang",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
Loading