diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f97f35b8..0a450f731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) + + +### Bug Fixes + +* Add byte length override for transfer fee estimates ([#1763](https://github.com/hirosystems/stacks.js/issues/1763)) ([a789994](https://github.com/hirosystems/stacks.js/commit/a7899940c0cf8698b1fc9a406b2923d3bf8231f4)) + + + ## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14) diff --git a/lerna.json b/lerna.json index 2186864df..4bd826b59 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.0.2", + "version": "7.0.3", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 7fc8afe7f..13add6045 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22188,13 +22188,13 @@ }, "packages/api": { "name": "@stacks/api", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { "@stacks/common": "^7.0.2", "@stacks/network": "^7.0.2", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^7.0.2" + "@stacks/transactions": "^7.0.3" }, "devDependencies": { "rimraf": "^3.0.2" @@ -22225,14 +22225,14 @@ }, "packages/auth": { "name": "@stacks/auth", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { "@noble/secp256k1": "1.7.1", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.2", + "@stacks/encryption": "^7.0.3", "@stacks/network": "^7.0.2", - "@stacks/profile": "^7.0.2", + "@stacks/profile": "^7.0.3", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, @@ -22257,12 +22257,12 @@ }, "packages/bns": { "name": "@stacks/bns", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { "@stacks/common": "^7.0.2", "@stacks/network": "^7.0.2", - "@stacks/transactions": "^7.0.2" + "@stacks/transactions": "^7.0.3" }, "devDependencies": { "process": "^0.11.10", @@ -22285,21 +22285,21 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^7.0.2", + "@stacks/auth": "^7.0.3", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^7.0.2", + "@stacks/bns": "^7.0.3", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.2", + "@stacks/encryption": "^7.0.3", "@stacks/network": "^7.0.2", - "@stacks/stacking": "^7.0.2", - "@stacks/storage": "^7.0.2", - "@stacks/transactions": "^7.0.2", - "@stacks/wallet-sdk": "^7.0.2", + "@stacks/stacking": "^7.0.3", + "@stacks/storage": "^7.0.3", + "@stacks/transactions": "^7.0.3", + "@stacks/wallet-sdk": "^7.0.3", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", @@ -22384,7 +22384,7 @@ }, "packages/encryption": { "name": "@stacks/encryption", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -22399,7 +22399,7 @@ "devDependencies": { "@peculiar/webcrypto": "^1.1.6", "@stacks/network": "^7.0.2", - "@stacks/transactions": "^7.0.2", + "@stacks/transactions": "^7.0.3", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/node": "^18.0.4", @@ -22435,11 +22435,11 @@ }, "packages/internal": { "name": "@stacks/internal", - "version": "7.0.2", + "version": "7.0.3", "devDependencies": { "@stacks/blockchain-api-client": "^7.12.0", "@stacks/network": "^7.0.2", - "@stacks/stacking": "^7.0.2", + "@stacks/stacking": "^7.0.3", "jest-fetch-mock": "^3.0.3" } }, @@ -22603,12 +22603,12 @@ }, "packages/profile": { "name": "@stacks/profile", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { "@stacks/common": "^7.0.2", "@stacks/network": "^7.0.2", - "@stacks/transactions": "^7.0.2", + "@stacks/transactions": "^7.0.3", "jsontokens": "^4.0.1", "schema-inspector": "^2.0.2", "zone-file": "^2.0.0-beta.3" @@ -22635,16 +22635,16 @@ }, "packages/stacking": { "name": "@stacks/stacking", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@scure/base": "1.1.1", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.2", + "@stacks/encryption": "^7.0.3", "@stacks/network": "^7.0.2", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^7.0.2", + "@stacks/transactions": "^7.0.3", "bs58": "^5.0.0" }, "devDependencies": { @@ -22803,12 +22803,12 @@ }, "packages/storage": { "name": "@stacks/storage", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { - "@stacks/auth": "^7.0.2", + "@stacks/auth": "^7.0.3", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.2", + "@stacks/encryption": "^7.0.3", "@stacks/network": "^7.0.2", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" @@ -22885,7 +22885,7 @@ }, "packages/transactions": { "name": "@stacks/transactions", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -22896,7 +22896,7 @@ "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^7.0.2", + "@stacks/encryption": "^7.0.3", "@types/common-tags": "^1.8.0", "@types/elliptic": "^6.4.12", "@types/lodash.clonedeep": "^4.5.6", @@ -22922,18 +22922,18 @@ }, "packages/wallet-sdk": { "name": "@stacks/wallet-sdk", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^7.0.2", + "@stacks/auth": "^7.0.3", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.2", + "@stacks/encryption": "^7.0.3", "@stacks/network": "^7.0.2", - "@stacks/profile": "^7.0.2", - "@stacks/storage": "^7.0.2", - "@stacks/transactions": "^7.0.2", + "@stacks/profile": "^7.0.3", + "@stacks/storage": "^7.0.3", + "@stacks/transactions": "^7.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1", "zone-file": "^2.0.0-beta.3" diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 89a82e594..839c71bd0 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) + +**Note:** Version bump only for package @stacks/api + + + + + ## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14) **Note:** Version bump only for package @stacks/api diff --git a/packages/api/package.json b/packages/api/package.json index 64afdb809..8af7ca8bb 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@stacks/api", - "version": "7.0.2", + "version": "7.0.3", "description": "Javascript library for interacting with the Stacks Blockchain Node and API.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -27,7 +27,7 @@ "@stacks/common": "^7.0.2", "@stacks/network": "^7.0.2", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^7.0.2" + "@stacks/transactions": "^7.0.3" }, "devDependencies": { "rimraf": "^3.0.2" diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index a880565a9..8dc329c39 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) + +**Note:** Version bump only for package @stacks/auth + + + + + ## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14) **Note:** Version bump only for package @stacks/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 16159d26b..266a4788c 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/auth", - "version": "7.0.2", + "version": "7.0.3", "description": "Authentication for Stacks apps.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -22,9 +22,9 @@ "dependencies": { "@noble/secp256k1": "1.7.1", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.2", + "@stacks/encryption": "^7.0.3", "@stacks/network": "^7.0.2", - "@stacks/profile": "^7.0.2", + "@stacks/profile": "^7.0.3", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, diff --git a/packages/bns/CHANGELOG.md b/packages/bns/CHANGELOG.md index 0d10a7e85..9fd0b3b0a 100644 --- a/packages/bns/CHANGELOG.md +++ b/packages/bns/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.3](https://github.com/blockstack/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) + +**Note:** Version bump only for package @stacks/bns + + + + + ## [7.0.2](https://github.com/blockstack/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14) **Note:** Version bump only for package @stacks/bns diff --git a/packages/bns/package.json b/packages/bns/package.json index 1e85a92df..1526c3605 100755 --- a/packages/bns/package.json +++ b/packages/bns/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/bns", - "version": "7.0.2", + "version": "7.0.3", "description": "Library for working with the Stacks Blockchain Naming System BNS.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -22,7 +22,7 @@ "dependencies": { "@stacks/common": "^7.0.2", "@stacks/network": "^7.0.2", - "@stacks/transactions": "^7.0.2" + "@stacks/transactions": "^7.0.3" }, "devDependencies": { "process": "^0.11.10", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2adc4e37c..81af6ac89 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) + +**Note:** Version bump only for package @stacks/cli + + + + + ## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14) **Note:** Version bump only for package @stacks/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 5ea69cab0..4d6997df6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "7.0.2", + "version": "7.0.3", "description": "Stacks command line tool", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -22,16 +22,16 @@ "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^7.0.2", + "@stacks/auth": "^7.0.3", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^7.0.2", + "@stacks/bns": "^7.0.3", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.2", + "@stacks/encryption": "^7.0.3", "@stacks/network": "^7.0.2", - "@stacks/stacking": "^7.0.2", - "@stacks/storage": "^7.0.2", - "@stacks/transactions": "^7.0.2", - "@stacks/wallet-sdk": "^7.0.2", + "@stacks/stacking": "^7.0.3", + "@stacks/storage": "^7.0.3", + "@stacks/transactions": "^7.0.3", + "@stacks/wallet-sdk": "^7.0.3", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 1297f68ec..94df2272f 100644 --- a/packages/encryption/CHANGELOG.md +++ b/packages/encryption/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) + +**Note:** Version bump only for package @stacks/encryption + + + + + ## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14) **Note:** Version bump only for package @stacks/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 20ed3137a..210ad71c1 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/encryption", - "version": "7.0.2", + "version": "7.0.3", "description": "Encryption utilities for Stacks", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -32,7 +32,7 @@ "devDependencies": { "@peculiar/webcrypto": "^1.1.6", "@stacks/network": "^7.0.2", - "@stacks/transactions": "^7.0.2", + "@stacks/transactions": "^7.0.3", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/node": "^18.0.4", diff --git a/packages/internal/CHANGELOG.md b/packages/internal/CHANGELOG.md index 225ce4b32..c91584fb7 100644 --- a/packages/internal/CHANGELOG.md +++ b/packages/internal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) + +**Note:** Version bump only for package @stacks/internal + + + + + ## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14) **Note:** Version bump only for package @stacks/internal diff --git a/packages/internal/package.json b/packages/internal/package.json index c2778c66c..62eb30fb0 100644 --- a/packages/internal/package.json +++ b/packages/internal/package.json @@ -9,8 +9,8 @@ "devDependencies": { "@stacks/blockchain-api-client": "^7.12.0", "@stacks/network": "^7.0.2", - "@stacks/stacking": "^7.0.2", + "@stacks/stacking": "^7.0.3", "jest-fetch-mock": "^3.0.3" }, - "version": "7.0.2" + "version": "7.0.3" } diff --git a/packages/profile/CHANGELOG.md b/packages/profile/CHANGELOG.md index 07ab3699a..7d21b2759 100644 --- a/packages/profile/CHANGELOG.md +++ b/packages/profile/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) + +**Note:** Version bump only for package @stacks/profile + + + + + ## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14) **Note:** Version bump only for package @stacks/profile diff --git a/packages/profile/package.json b/packages/profile/package.json index bfcdf1a89..d70d24406 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/profile", - "version": "7.0.2", + "version": "7.0.3", "description": "Library for Stacks profiles", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -22,7 +22,7 @@ "dependencies": { "@stacks/common": "^7.0.2", "@stacks/network": "^7.0.2", - "@stacks/transactions": "^7.0.2", + "@stacks/transactions": "^7.0.3", "jsontokens": "^4.0.1", "schema-inspector": "^2.0.2", "zone-file": "^2.0.0-beta.3" diff --git a/packages/stacking/CHANGELOG.md b/packages/stacking/CHANGELOG.md index 9434a7764..4180b702c 100644 --- a/packages/stacking/CHANGELOG.md +++ b/packages/stacking/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) + +**Note:** Version bump only for package @stacks/stacking + + + + + ## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14) **Note:** Version bump only for package @stacks/stacking diff --git a/packages/stacking/package.json b/packages/stacking/package.json index da304be50..8209feba1 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/stacking", - "version": "7.0.2", + "version": "7.0.3", "description": "Library for Stacking.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -23,10 +23,10 @@ "@noble/hashes": "1.1.5", "@scure/base": "1.1.1", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.2", + "@stacks/encryption": "^7.0.3", "@stacks/network": "^7.0.2", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^7.0.2", + "@stacks/transactions": "^7.0.3", "bs58": "^5.0.0" }, "devDependencies": { diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index bf2a0481a..cbb3109b1 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) + +**Note:** Version bump only for package @stacks/storage + + + + + ## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14) **Note:** Version bump only for package @stacks/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index dadfde1c6..44fc86d9b 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/storage", - "version": "7.0.2", + "version": "7.0.3", "description": "Stacks storage library", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -20,9 +20,9 @@ "typecheck:watch": "npm run typecheck -- --watch" }, "dependencies": { - "@stacks/auth": "^7.0.2", + "@stacks/auth": "^7.0.3", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.2", + "@stacks/encryption": "^7.0.3", "@stacks/network": "^7.0.2", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md index 5cb6052ac..81f3c920e 100644 --- a/packages/transactions/CHANGELOG.md +++ b/packages/transactions/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) + + +### Bug Fixes + +* Add byte length override for transfer fee estimates ([#1763](https://github.com/hirosystems/stacks.js/issues/1763)) ([a789994](https://github.com/hirosystems/stacks.js/commit/a7899940c0cf8698b1fc9a406b2923d3bf8231f4)) + + + ## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14) diff --git a/packages/transactions/package.json b/packages/transactions/package.json index c6f56b4c6..6eac14182 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/transactions", - "version": "7.0.2", + "version": "7.0.3", "description": "Javascript library for constructing transactions on the Stacks blockchain.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -33,7 +33,7 @@ "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^7.0.2", + "@stacks/encryption": "^7.0.3", "@types/common-tags": "^1.8.0", "@types/elliptic": "^6.4.12", "@types/lodash.clonedeep": "^4.5.6", diff --git a/packages/wallet-sdk/CHANGELOG.md b/packages/wallet-sdk/CHANGELOG.md index d4c36d23d..1311480cf 100644 --- a/packages/wallet-sdk/CHANGELOG.md +++ b/packages/wallet-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) + +**Note:** Version bump only for package @stacks/wallet-sdk + + + + + ## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14) **Note:** Version bump only for package @stacks/wallet-sdk diff --git a/packages/wallet-sdk/package.json b/packages/wallet-sdk/package.json index 299a5d83c..53b10b47d 100644 --- a/packages/wallet-sdk/package.json +++ b/packages/wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/wallet-sdk", - "version": "7.0.2", + "version": "7.0.3", "description": "A library for generating Stacks blockchain wallets", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -30,13 +30,13 @@ "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^7.0.2", + "@stacks/auth": "^7.0.3", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.2", + "@stacks/encryption": "^7.0.3", "@stacks/network": "^7.0.2", - "@stacks/profile": "^7.0.2", - "@stacks/storage": "^7.0.2", - "@stacks/transactions": "^7.0.2", + "@stacks/profile": "^7.0.3", + "@stacks/storage": "^7.0.3", + "@stacks/transactions": "^7.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1", "zone-file": "^2.0.0-beta.3"