Skip to content

Commit

Permalink
Merge pull request #134 from SoulWallet/changeset-release/develop
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jayden-sudo authored Dec 4, 2023
2 parents 3a48fa3 + 7d422c7 commit 69ac0d6
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/nasty-insects-join.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.1.4

### Patch Changes

- fee433c: Updating Project License to Reflect Accurate Licensing

## 0.1.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.1.3",
"version": "0.1.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.1.4

### Patch Changes

- fee433c: Updating Project License to Reflect Accurate Licensing
- Updated dependencies [fee433c]
- @soulwallet/result@0.1.3

## 0.1.3

### 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.3",
"version": "0.1.4",
"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.1.5

### Patch Changes

- fee433c: Updating Project License to Reflect Accurate Licensing
- Updated dependencies [fee433c]
- @soulwallet/assets@0.1.4
- @soulwallet/result@0.1.3
- @soulwallet/abi@0.1.4

## 0.1.4

### 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.4",
"version": "0.1.5",
"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.1.5

### Patch Changes

- fee433c: Updating Project License to Reflect Accurate Licensing
- Updated dependencies [fee433c]
- @soulwallet/result@0.1.3

## 0.1.4

### 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.4",
"version": "0.1.5",
"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.1.3

### Patch Changes

- fee433c: Updating Project License to Reflect Accurate Licensing

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.1.15

### Patch Changes

- fee433c: Updating Project License to Reflect Accurate Licensing
- Updated dependencies [fee433c]
- @soulwallet/result@0.1.3
- @soulwallet/abi@0.1.4

## 0.1.14

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

0 comments on commit 69ac0d6

Please sign in to comment.