From f6cd5794a6eebcf5dc29eea3eb4a0d872252e622 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Mar 2024 02:40:59 +0000 Subject: [PATCH] Version Packages --- .changeset/cuddly-tomatoes-fly.md | 8 -------- packages/soulwallet-sdk/CHANGELOG.md | 9 +++++++++ packages/soulwallet-sdk/package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/cuddly-tomatoes-fly.md diff --git a/.changeset/cuddly-tomatoes-fly.md b/.changeset/cuddly-tomatoes-fly.md deleted file mode 100644 index 76c2065..0000000 --- a/.changeset/cuddly-tomatoes-fly.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@soulwallet/sdk": patch ---- - -Some optimizations: - -1. Temporarily restrict batch requests to the bundler. -2. Removed fixed parameters from the constructor of SoulWallet and added variable parameters. diff --git a/packages/soulwallet-sdk/CHANGELOG.md b/packages/soulwallet-sdk/CHANGELOG.md index a9a963f..63d6e32 100644 --- a/packages/soulwallet-sdk/CHANGELOG.md +++ b/packages/soulwallet-sdk/CHANGELOG.md @@ -1,5 +1,14 @@ # @soulwallet/sdk +## 0.3.1 + +### Patch Changes + +- b81f625: Some optimizations: + + 1. Temporarily restrict batch requests to the bundler. + 2. Removed fixed parameters from the constructor of SoulWallet and added variable parameters. + ## 0.3.0 ### Minor Changes diff --git a/packages/soulwallet-sdk/package.json b/packages/soulwallet-sdk/package.json index 7088517..a1772ee 100644 --- a/packages/soulwallet-sdk/package.json +++ b/packages/soulwallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@soulwallet/sdk", - "version": "0.3.0", + "version": "0.3.1", "description": "SoulWalletSDK = { Basic Functions, Bundler, KeyStore, SignatureTools }", "author": "Jayden@SoulWallet", "homepage": "https://github.com/SoulWallet/soulwalletlib#readme",