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 #316

Closed
wants to merge 2 commits into from
Closed
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/curvy-students-trade.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/funny-elephants-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-hairs-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-brooms-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-foxes-add.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- 4835522: Fix export unreconize type for old typescript
- Updated dependencies [4835522]
- @blocto/[email protected]

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions adapters/connectkit-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@blocto/connectkit-connector",
"description": "blocto wallet connector to use with connectkit",
"author": "Blocto Wallet",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"/dist"
],
"dependencies": {
"@blocto/wagmi-connector": "^1.2.1"
"@blocto/wagmi-connector": "^1.2.2"
},
"peerDependencies": {
"connectkit": "^1.5.3",
Expand Down
8 changes: 8 additions & 0 deletions adapters/rainbowkit-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blocto/rainbowkit-connector

## 0.2.7

### Patch Changes

- 4835522: Fix export unreconize type for old typescript
- Updated dependencies [4835522]
- @blocto/[email protected]

## 0.2.6

### Patch 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": "0.2.6",
"version": "0.2.7",
"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": "^1.0.8",
"@blocto/wagmi-connector": "^1.2.1"
"@blocto/wagmi-connector": "^1.2.2"
},
"devDependencies": {
"@types/jest": "^29.5.2",
Expand Down
9 changes: 9 additions & 0 deletions adapters/wagmi-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @blocto/wagmi-connector

## 1.2.2

### Patch Changes

- 4835522: Fix export unreconize type for old typescript
- Updated dependencies [4835522]
- Updated dependencies [e742f66]
- @blocto/[email protected]

## 1.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.2.1",
"version": "1.2.2",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand All @@ -28,7 +28,7 @@
"/dist"
],
"dependencies": {
"@blocto/sdk": "^0.7.0"
"@blocto/sdk": "^0.7.1"
},
"peerDependencies": {
"@wagmi/core": ">=1",
Expand Down
17 changes: 17 additions & 0 deletions adapters/web3-react-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @blocto/web3-react-connector

## 1.0.4

### Patch Changes

- 1d05082: refactor: adjust web3-react-connector's activate method to comply with @blocto/sdk's changes
- Updated dependencies [58ef7a0]
- @blocto/[email protected]

## 1.0.3

### Patch Changes

- 4835522: Fix export unreconize type for old typescript
- Updated dependencies [4835522]
- Updated dependencies [e742f66]
- @blocto/[email protected]

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions adapters/web3-react-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocto/web3-react-connector",
"version": "1.0.2",
"version": "1.0.4",
"description": "A Blocto SDK connector for web3-react",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "git://github.com/portto/blocto-sdk.git"
},
"dependencies": {
"@blocto/sdk": "^0.7.0",
"@blocto/sdk": "^0.7.2",
"@web3-react/types": "^8.1.2-beta.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions adapters/web3modal-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blocto/web3modal-connector

## 0.1.2

### Patch Changes

- 4835522: Fix export unreconize type for old typescript
- Updated dependencies [4835522]
- @blocto/[email protected]

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions adapters/web3modal-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@blocto/web3modal-connector",
"description": "Blocto connector extend from wagmi Connector to use with web3modal",
"author": "Blocto Wallet",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -41,6 +41,6 @@
"/dist"
],
"dependencies": {
"@blocto/wagmi-connector": "^1.2.1"
"@blocto/wagmi-connector": "^1.2.2"
}
}
13 changes: 13 additions & 0 deletions packages/blocto-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @blocto/sdk

## 0.7.2

### Patch Changes

- 58ef7a0: adjust eth_accounts to not require prior enable

## 0.7.1

### Patch Changes

- 4835522: Fix export unreconize type for old typescript
- e742f66: AccountChange use addSelfRemovableHandler

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocto-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocto/sdk",
"version": "0.7.0",
"version": "0.7.2",
"repository": "[email protected]:portto/blocto-sdk.git",
"author": "Chiaki.C",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/dappauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @blocto/dappauth

## 2.2.0

### Minor Changes

- 5ae0ff0: restructure @blocto/dappauth and using rollup bundle
2 changes: 1 addition & 1 deletion packages/dappauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocto/dappauth",
"version": "2.1.0",
"version": "2.2.0",
"description": "A util to prove actionable control ('ownership') over a public Ethereum address using eth_sign",
"keywords": [
"ethereum",
Expand Down
Loading