Skip to content

Commit

Permalink
chore: beta-ver
Browse files Browse the repository at this point in the history
  • Loading branch information
q20274982 committed Dec 1, 2023
1 parent 4888321 commit 53ea99e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 11 deletions.
18 changes: 10 additions & 8 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@
"mode": "exit",
"tag": "beta",
"initialVersions": {
"@blocto/aptos-wallet-adapter-plugin": "0.2.6",
"@blocto/connectkit-connector": "0.2.1",
"@blocto/rainbowkit-connector": "0.2.7",
"@blocto/wagmi-connector": "1.2.3",
"@blocto/web3-react-connector": "1.0.4",
"@blocto/web3modal-connector": "0.1.2",
"@blocto/sdk": "0.8.0",
"@blocto/aptos-wallet-adapter-plugin": "0.2.7-beta.0",
"@blocto/connectkit-connector": "0.2.2-beta.0",
"@blocto/rainbowkit-connector": "0.2.8-beta.0",
"@blocto/wagmi-connector": "1.2.4-beta.0",
"@blocto/web3-react-connector": "1.0.5-beta.0",
"@blocto/web3modal-connector": "0.1.3-beta.0",
"@blocto/sdk": "0.8.1-beta.0",
"@blocto/dappauth": "2.2.0",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0"
},
"changesets": [
"angry-turkeys-complain"
"angry-turkeys-complain",
"pretty-lobsters-wonder",
"thin-dingos-share"
]
}
8 changes: 8 additions & 0 deletions adapters/web3-react-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blocto/web3-react-connector

## 1.0.5-beta.1

### Patch Changes

- eb72d1c: fix unhandle user reject error
- Updated dependencies [aa28bf6]
- @blocto/sdk@0.8.1-beta.1

## 1.0.5-beta.0

### 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.5-beta.0",
"version": "1.0.5-beta.1",
"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.8.1-beta.0",
"@blocto/sdk": "^0.8.1-beta.1",
"@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.1-beta.1

### Patch Changes

- aa28bf6: add accountChanged eventListeners

## 0.8.1-beta.0

### 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.8.1-beta.0",
"version": "0.8.1-beta.1",
"repository": "[email protected]:portto/blocto-sdk.git",
"author": "Chiaki.C",
"license": "MIT",
Expand Down

0 comments on commit 53ea99e

Please sign in to comment.