Skip to content

Commit

Permalink
ci: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
mordochi authored and github-actions[bot] committed Jan 8, 2024
1 parent a9ec59f commit a23a12e
Show file tree
Hide file tree
Showing 27 changed files with 127 additions and 110 deletions.
11 changes: 0 additions & 11 deletions .changeset/afraid-hats-occur.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/angry-turkeys-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-pugs-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-pandas-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-seals-dance.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/polite-wasps-clean.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-lobsters-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-dingos-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-frogs-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-rats-peel.md

This file was deleted.

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

## 0.2.7

### Patch Changes

- b9dac7d: support web3js v4
- 8d0b5bf: enhance in-app-sdk event support
- 00a3832: sendAsync can send another requests
- Updated dependencies [b9dac7d]
- Updated dependencies [8d0b5bf]
- Updated dependencies [55afe21]
- Updated dependencies [3017eb1]
- Updated dependencies [00a3832]
- Updated dependencies [aa28bf6]
- Updated dependencies [d34fca2]
- @blocto/sdk@0.9.0

## 0.2.7-beta.1

### 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.7-beta.1",
"version": "0.2.7",
"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.9.0-beta.2",
"@blocto/sdk": "^0.9.0",
"aptos": "^1.9.1"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions adapters/connectkit-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @blocto/connectkit-connector

## 0.2.2

### Patch Changes

- b9dac7d: support web3js v4
- 8d0b5bf: enhance in-app-sdk event support
- 00a3832: sendAsync can send another requests
- Updated dependencies [b9dac7d]
- Updated dependencies [8d0b5bf]
- Updated dependencies [e075c22]
- Updated dependencies [00a3832]
- @blocto/wagmi-connector@1.3.0

## 0.2.2-beta.2

### Patch 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.2-beta.2",
"version": "0.2.2",
"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.3.0-beta.2"
"@blocto/wagmi-connector": "^1.3.0"
},
"peerDependencies": {
"connectkit": "^1.5.3",
Expand Down
13 changes: 13 additions & 0 deletions adapters/rainbowkit-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @blocto/rainbowkit-connector

## 0.2.8

### Patch Changes

- b9dac7d: support web3js v4
- 8d0b5bf: enhance in-app-sdk event support
- 00a3832: sendAsync can send another requests
- Updated dependencies [b9dac7d]
- Updated dependencies [8d0b5bf]
- Updated dependencies [e075c22]
- Updated dependencies [00a3832]
- @blocto/wagmi-connector@1.3.0

## 0.2.8-beta.2

### 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.8-beta.2",
"version": "0.2.8",
"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.3.0-beta.2"
"@blocto/wagmi-connector": "^1.3.0"
},
"devDependencies": {
"@types/jest": "^29.5.2",
Expand Down
20 changes: 20 additions & 0 deletions adapters/wagmi-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @blocto/wagmi-connector

## 1.3.0

### Minor Changes

- e075c22: Get blocto support list through api

### Patch Changes

- b9dac7d: support web3js v4
- 8d0b5bf: enhance in-app-sdk event support
- 00a3832: sendAsync can send another requests
- Updated dependencies [b9dac7d]
- Updated dependencies [8d0b5bf]
- Updated dependencies [55afe21]
- Updated dependencies [3017eb1]
- Updated dependencies [00a3832]
- Updated dependencies [aa28bf6]
- Updated dependencies [d34fca2]
- @blocto/sdk@0.9.0

## 1.3.0-beta.2

### Minor 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.3.0-beta.2",
"version": "1.3.0",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand All @@ -28,7 +28,7 @@
"/dist"
],
"dependencies": {
"@blocto/sdk": "^0.9.0-beta.3"
"@blocto/sdk": "^0.9.0"
},
"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.5

### Patch Changes

- b9dac7d: support web3js v4
- 8d0b5bf: enhance in-app-sdk event support
- 00a3832: sendAsync can send another requests
- eb72d1c: fix unhandle user reject error
- Updated dependencies [b9dac7d]
- Updated dependencies [8d0b5bf]
- Updated dependencies [55afe21]
- Updated dependencies [3017eb1]
- Updated dependencies [00a3832]
- Updated dependencies [aa28bf6]
- Updated dependencies [d34fca2]
- @blocto/sdk@0.9.0

## 1.0.5-beta.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.5-beta.2",
"version": "1.0.5",
"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.9.0-beta.2",
"@blocto/sdk": "^0.9.0",
"@web3-react/types": "^8.1.2-beta.0"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions adapters/web3modal-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @blocto/web3modal-connector

## 0.1.3

### Patch Changes

- b9dac7d: support web3js v4
- 8d0b5bf: enhance in-app-sdk event support
- 00a3832: sendAsync can send another requests
- Updated dependencies [b9dac7d]
- Updated dependencies [8d0b5bf]
- Updated dependencies [e075c22]
- Updated dependencies [00a3832]
- @blocto/wagmi-connector@1.3.0

## 0.1.3-beta.2

### 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.3-beta.2",
"version": "0.1.3",
"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.3.0-beta.2"
"@blocto/wagmi-connector": "^1.3.0"
}
}
15 changes: 15 additions & 0 deletions packages/blocto-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @blocto/sdk

## 0.9.0

### Minor Changes

- 55afe21: support web3js version 4
- 3017eb1: Support load multiple chain configs in evm provider
- d34fca2: Add RPC endpoints for the L2 chains (Sepolia, Arbitrum Sepolia, Optimism Sepolia, Base, Base Goerli, Base Sepolia, Zora, Zora Goerli, Zora Sepolia, Scroll, Scroll Goerli, Scroll Sepolia, Linea, Linea Goerli and zKatana Sepolia)

### Patch Changes

- b9dac7d: support web3js v4
- 8d0b5bf: enhance in-app-sdk event support
- 00a3832: sendAsync can send another requests
- aa28bf6: add accountChanged eventListeners

## 0.9.0-beta.3

### 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.9.0-beta.3",
"version": "0.9.0",
"repository": "[email protected]:portto/blocto-sdk.git",
"author": "Chiaki.C",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/dappauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blocto/dappauth

## 2.2.1

### Patch Changes

- 9609a4e: fix: build config and test Switched from Mocha to Jest

## 2.2.1-beta.0

### Patch Changes
Expand Down
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.2.1-beta.0",
"version": "2.2.1",
"description": "A util to prove actionable control ('ownership') over a public Ethereum address using eth_sign",
"keywords": [
"ethereum",
Expand Down

0 comments on commit a23a12e

Please sign in to comment.