Skip to content

Commit

Permalink
ci: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyu1225 committed Oct 27, 2023
1 parent 069b0fb commit 5af29ca
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/smooth-coats-sit.md

This file was deleted.

7 changes: 7 additions & 0 deletions adapters/aptos-wallet-adapter-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blocto/aptos-wallet-adapter-plugin

## 0.2.6

### Patch Changes

- Updated dependencies [a4d3fbd]
- @blocto/sdk@0.8.0

## 0.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions adapters/aptos-wallet-adapter-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocto/aptos-wallet-adapter-plugin",
"version": "0.2.5",
"version": "0.2.6",
"description": "Blocto Wallet plugin to use with Aptos Wallet Adapter",
"author": "Blocto Wallet",
"main": "./dist/index.js",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@aptos-labs/wallet-adapter-core": "^2.2.0",
"@blocto/sdk": "^0.7.0",
"@blocto/sdk": "^0.8.0",
"aptos": "^1.9.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions adapters/wagmi-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blocto/wagmi-connector

## 1.2.3

### Patch Changes

- Updated dependencies [a4d3fbd]
- @blocto/sdk@0.8.0

## 1.2.2

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

## 1.0.4

### Patch Changes

- Updated dependencies [a4d3fbd]
- @blocto/sdk@0.8.0

## 1.0.3

### 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.3",
"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.1",
"@blocto/sdk": "^0.8.0",
"@web3-react/types": "^8.1.2-beta.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/blocto-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blocto/sdk

## 0.8.0

### Minor Changes

- a4d3fbd: disable eth_sign method

## 0.7.2

### Patch 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.2",
"version": "0.8.0",
"repository": "[email protected]:portto/blocto-sdk.git",
"author": "Chiaki.C",
"license": "MIT",
Expand Down

0 comments on commit 5af29ca

Please sign in to comment.