Skip to content

Commit

Permalink
Merge pull request #150 from SoulWallet/changeset-release/develop
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jayden-sudo authored Jun 4, 2024
2 parents 73f811f + 227c0cf commit 0a1de14
Show file tree
Hide file tree
Showing 11 changed files with 103 additions and 25 deletions.
20 changes: 0 additions & 20 deletions .changeset/chilly-carrots-stare.md

This file was deleted.

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

## 0.3.3

### Patch Changes

- 37f7773: - @soulwallet/decoder@0.3.2

- Updated offline bytes4 list

- @soulwallet/assets@0.3.1
- Updated offline token list
- @soulwallet/abi@0.3.2
- Added zkEmail ABI
- @soulwallet/sdk@0.3.5
- Added static function `initializeData`
- @soulwallet/zkemail
- Server side zkEmail

## 0.3.2

### 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.2",
"version": "0.3.3",
"description": "soulwallet-contract ABI",
"author": "Jayden@SoulWallet",
"homepage": "https://github.com/SoulWallet/soulwalletlib#readme",
Expand Down
17 changes: 17 additions & 0 deletions packages/soulwallet-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @soulwallet/assets

## 0.3.2

### Patch Changes

- 37f7773: - @soulwallet/decoder@0.3.2

- Updated offline bytes4 list

- @soulwallet/assets@0.3.1
- Updated offline token list
- @soulwallet/abi@0.3.2
- Added zkEmail ABI
- @soulwallet/sdk@0.3.5
- Added static function `initializeData`
- @soulwallet/zkemail
- Server side zkEmail

## 0.3.1

### 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.1",
"version": "0.3.2",
"description": "A database of token",
"author": "Jayden@SoulWallet",
"homepage": "https://github.com/SoulWallet/soulwalletlib#readme",
Expand Down
21 changes: 21 additions & 0 deletions packages/soulwallet-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @soulwallet/decoder

## 0.3.3

### Patch Changes

- 37f7773: - @soulwallet/decoder@0.3.2

- Updated offline bytes4 list

- @soulwallet/assets@0.3.1
- Updated offline token list
- @soulwallet/abi@0.3.2
- Added zkEmail ABI
- @soulwallet/sdk@0.3.5
- Added static function `initializeData`
- @soulwallet/zkemail
- Server side zkEmail

- Updated dependencies [37f7773]
- @soulwallet/assets@0.3.2
- @soulwallet/abi@0.3.3

## 0.3.2

### 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.2",
"version": "0.3.3",
"description": "A lib for decode userOp.calldata",
"author": "Jayden@SoulWallet",
"homepage": "https://github.com/SoulWallet/soulwalletlib#readme",
Expand Down
20 changes: 20 additions & 0 deletions packages/soulwallet-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @soulwallet/sdk

## 0.3.6

### Patch Changes

- 37f7773: - @soulwallet/decoder@0.3.2

- Updated offline bytes4 list

- @soulwallet/assets@0.3.1
- Updated offline token list
- @soulwallet/abi@0.3.2
- Added zkEmail ABI
- @soulwallet/sdk@0.3.5
- Added static function `initializeData`
- @soulwallet/zkemail
- Server side zkEmail

- Updated dependencies [37f7773]
- @soulwallet/abi@0.3.3

## 0.3.5

### 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.5",
"version": "0.3.6",
"description": "SoulWalletSDK = { Basic Functions, Bundler, KeyStore, SignatureTools }",
"author": "Jayden@SoulWallet",
"homepage": "https://github.com/SoulWallet/soulwalletlib#readme",
Expand Down
23 changes: 23 additions & 0 deletions packages/soulwallet-zkemail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# @soulwallet/zkemail

## 1.0.0

### Major Changes

- 37f7773: - @soulwallet/decoder@0.3.2

- Updated offline bytes4 list

- @soulwallet/assets@0.3.1
- Updated offline token list
- @soulwallet/abi@0.3.2
- Added zkEmail ABI
- @soulwallet/sdk@0.3.5
- Added static function `initializeData`
- @soulwallet/zkemail
- Server side zkEmail

### Patch Changes

- Updated dependencies [37f7773]
- @soulwallet/abi@0.3.3
2 changes: 1 addition & 1 deletion packages/soulwallet-zkemail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soulwallet/zkemail",
"version": "0.0.0",
"version": "1.0.0",
"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 0a1de14

Please sign in to comment.