Skip to content

Commit

Permalink
Merge pull request #177 from SoulWallet/changeset-release/develop
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jayden-sudo authored Sep 25, 2024
2 parents 7322eae + 5cb5c3c commit 572f80d
Show file tree
Hide file tree
Showing 15 changed files with 63 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/nervous-oranges-kneel.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/soulwallet-abi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @soulwallet/abi

## 0.3.4

### Patch Changes

- 5946781: Updated ethers to v6.13.2

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soulwallet-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soulwallet/abi",
"version": "0.3.3",
"version": "0.3.4",
"description": "soulwallet-contract ABI",
"author": "Jayden@SoulWallet",
"homepage": "https://github.com/SoulWallet/soulwalletlib#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/soulwallet-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @soulwallet/assets

## 0.3.3

### Patch Changes

- 5946781: Updated ethers to v6.13.2
- Updated dependencies [5946781]
- @soulwallet/result@0.2.1

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soulwallet-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soulwallet/assets",
"version": "0.3.2",
"version": "0.3.3",
"description": "A database of token",
"author": "Jayden@SoulWallet",
"homepage": "https://github.com/SoulWallet/soulwalletlib#readme",
Expand Down
10 changes: 10 additions & 0 deletions packages/soulwallet-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @soulwallet/decoder

## 0.3.4

### Patch Changes

- 5946781: Updated ethers to v6.13.2
- Updated dependencies [5946781]
- @soulwallet/assets@0.3.3
- @soulwallet/result@0.2.1
- @soulwallet/abi@0.3.4

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soulwallet-decoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soulwallet/decoder",
"version": "0.3.3",
"version": "0.3.4",
"description": "A lib for decode userOp.calldata",
"author": "Jayden@SoulWallet",
"homepage": "https://github.com/SoulWallet/soulwalletlib#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/soulwallet-keyvault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @soulwallet/keyvault

## 0.3.1

### Patch Changes

- 5946781: Updated ethers to v6.13.2
- Updated dependencies [5946781]
- @soulwallet/result@0.2.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soulwallet-keyvault/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soulwallet/keyvault",
"version": "0.3.0",
"version": "0.3.1",
"description": "A lightweight private key management library",
"author": "Jayden@SoulWallet",
"homepage": "https://github.com/SoulWallet/soulwalletlib#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/soulwallet-result/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @soulwallet/result

## 0.2.1

### Patch Changes

- 5946781: Updated ethers to v6.13.2

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soulwallet-result/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soulwallet/result",
"version": "0.2.0",
"version": "0.2.1",
"description": "A lib designed based on the philosophy of 'Errors are values'",
"author": "Jayden@SoulWallet",
"homepage": "https://github.com/SoulWallet/soulwalletlib#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/soulwallet-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @soulwallet/sdk

## 0.3.7

### Patch Changes

- 5946781: Updated ethers to v6.13.2
- Updated dependencies [5946781]
- @soulwallet/result@0.2.1
- @soulwallet/abi@0.3.4

## 0.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soulwallet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soulwallet/sdk",
"version": "0.3.6",
"version": "0.3.7",
"description": "SoulWalletSDK = { Basic Functions, Bundler, KeyStore, SignatureTools }",
"author": "Jayden@SoulWallet",
"homepage": "https://github.com/SoulWallet/soulwalletlib#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/soulwallet-zkemailproof/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @soulwallet/zkemail

## 0.0.6

### Patch Changes

- 5946781: Updated ethers to v6.13.2
- Updated dependencies [5946781]
- @soulwallet/result@0.2.1
- @soulwallet/abi@0.3.4

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soulwallet-zkemailproof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soulwallet/zkemail-proof",
"version": "0.0.5",
"version": "0.0.6",
"description": "A lib designed based on the philosophy of 'Errors are values'",
"author": "Jayden@SoulWallet",
"homepage": "https://github.com/SoulWallet/soulwalletlib#readme",
Expand Down

0 comments on commit 572f80d

Please sign in to comment.