Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2024
1 parent a82bd1e commit 25bab2e
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/good-gorillas-jump.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.2.0

### Minor Changes

- ba276ce: Updated to support the latest contract

## 0.1.4

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

## 0.2.0

### Minor Changes

- ba276ce: Updated to support the latest contract

### Patch Changes

- Updated dependencies [ba276ce]
- @soulwallet/result@0.2.0

## 0.1.4

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

## 0.2.0

### Minor Changes

- ba276ce: Updated to support the latest contract

### Patch Changes

- Updated dependencies [ba276ce]
- @soulwallet/assets@0.2.0
- @soulwallet/result@0.2.0
- @soulwallet/abi@0.2.0

## 0.1.5

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

## 0.2.0

### Minor Changes

- ba276ce: Updated to support the latest contract

### Patch Changes

- Updated dependencies [ba276ce]
- @soulwallet/result@0.2.0

## 0.1.5

### Patch 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.1.5",
"version": "0.2.0",
"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.0

### Minor Changes

- ba276ce: Updated to support the latest contract

## 0.1.3

### Patch 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.1.3",
"version": "0.2.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
12 changes: 12 additions & 0 deletions packages/soulwallet-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @soulwallet/sdk

## 0.2.0

### Minor Changes

- ba276ce: Updated to support the latest contract

### Patch Changes

- Updated dependencies [ba276ce]
- @soulwallet/result@0.2.0
- @soulwallet/abi@0.2.0

## 0.1.15

### 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.1.15",
"version": "0.2.0",
"description": "SoulWalletSDK = { Basic Functions, Bundler, KeyStore, SignatureTools }",
"author": "Jayden@SoulWallet",
"homepage": "https://github.com/SoulWallet/soulwalletlib#readme",
Expand Down

0 comments on commit 25bab2e

Please sign in to comment.