diff --git a/CHANGELOG.md b/CHANGELOG.md index 479a7dfce..066fce2e2 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.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18) + + +### Bug Fixes + +* Increase maximum code body length for contract deploys ([#1793](https://github.com/hirosystems/stacks.js/issues/1793)) ([02e05ca](https://github.com/hirosystems/stacks.js/commit/02e05caeead9c8a3da5cf4c1cddbfbe0c692fc3c)) + + + ## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10) diff --git a/lerna.json b/lerna.json index 63ea663aa..77be8554d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.0.5", + "version": "7.0.6", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 63e527fa6..6fcc7b9cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8955,6 +8955,7 @@ }, "node_modules/encoding": { "version": "0.1.13", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -8963,6 +8964,7 @@ }, "node_modules/encoding/node_modules/iconv-lite": { "version": "0.6.3", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -22186,13 +22188,13 @@ }, "packages/api": { "name": "@stacks/api", - "version": "7.0.5", + "version": "7.0.6", "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.5" + "@stacks/transactions": "^7.0.6" }, "devDependencies": { "rimraf": "^3.0.2" @@ -22223,14 +22225,14 @@ }, "packages/auth": { "name": "@stacks/auth", - "version": "7.0.5", + "version": "7.0.6", "license": "MIT", "dependencies": { "@noble/secp256k1": "1.7.1", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.5", + "@stacks/encryption": "^7.0.6", "@stacks/network": "^7.0.2", - "@stacks/profile": "^7.0.5", + "@stacks/profile": "^7.0.6", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, @@ -22255,12 +22257,12 @@ }, "packages/bns": { "name": "@stacks/bns", - "version": "7.0.5", + "version": "7.0.6", "license": "MIT", "dependencies": { "@stacks/common": "^7.0.2", "@stacks/network": "^7.0.2", - "@stacks/transactions": "^7.0.5" + "@stacks/transactions": "^7.0.6" }, "devDependencies": { "process": "^0.11.10", @@ -22283,21 +22285,21 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "7.0.5", + "version": "7.0.6", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^7.0.5", + "@stacks/auth": "^7.0.6", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^7.0.5", + "@stacks/bns": "^7.0.6", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.5", + "@stacks/encryption": "^7.0.6", "@stacks/network": "^7.0.2", - "@stacks/stacking": "^7.0.5", - "@stacks/storage": "^7.0.5", - "@stacks/transactions": "^7.0.5", - "@stacks/wallet-sdk": "^7.0.5", + "@stacks/stacking": "^7.0.6", + "@stacks/storage": "^7.0.6", + "@stacks/transactions": "^7.0.6", + "@stacks/wallet-sdk": "^7.0.6", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", @@ -22382,7 +22384,7 @@ }, "packages/encryption": { "name": "@stacks/encryption", - "version": "7.0.5", + "version": "7.0.6", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -22397,7 +22399,7 @@ "devDependencies": { "@peculiar/webcrypto": "^1.1.6", "@stacks/network": "^7.0.2", - "@stacks/transactions": "^7.0.5", + "@stacks/transactions": "^7.0.6", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/node": "^18.0.4", @@ -22433,11 +22435,11 @@ }, "packages/internal": { "name": "@stacks/internal", - "version": "7.0.5", + "version": "7.0.6", "devDependencies": { "@stacks/blockchain-api-client": "^7.12.0", "@stacks/network": "^7.0.2", - "@stacks/stacking": "^7.0.5", + "@stacks/stacking": "^7.0.6", "jest-fetch-mock": "^3.0.3" } }, @@ -22601,12 +22603,12 @@ }, "packages/profile": { "name": "@stacks/profile", - "version": "7.0.5", + "version": "7.0.6", "license": "MIT", "dependencies": { "@stacks/common": "^7.0.2", "@stacks/network": "^7.0.2", - "@stacks/transactions": "^7.0.5", + "@stacks/transactions": "^7.0.6", "jsontokens": "^4.0.1", "schema-inspector": "^2.0.2", "zone-file": "^2.0.0-beta.3" @@ -22633,16 +22635,16 @@ }, "packages/stacking": { "name": "@stacks/stacking", - "version": "7.0.5", + "version": "7.0.6", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@scure/base": "1.1.1", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.5", + "@stacks/encryption": "^7.0.6", "@stacks/network": "^7.0.2", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^7.0.5", + "@stacks/transactions": "^7.0.6", "bs58": "^5.0.0" }, "devDependencies": { @@ -22801,12 +22803,12 @@ }, "packages/storage": { "name": "@stacks/storage", - "version": "7.0.5", + "version": "7.0.6", "license": "MIT", "dependencies": { - "@stacks/auth": "^7.0.5", + "@stacks/auth": "^7.0.6", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.5", + "@stacks/encryption": "^7.0.6", "@stacks/network": "^7.0.2", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" @@ -22883,7 +22885,7 @@ }, "packages/transactions": { "name": "@stacks/transactions", - "version": "7.0.5", + "version": "7.0.6", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -22894,7 +22896,7 @@ "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^7.0.5", + "@stacks/encryption": "^7.0.6", "@types/common-tags": "^1.8.0", "@types/elliptic": "^6.4.12", "@types/lodash.clonedeep": "^4.5.6", @@ -22920,18 +22922,18 @@ }, "packages/wallet-sdk": { "name": "@stacks/wallet-sdk", - "version": "7.0.5", + "version": "7.0.6", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^7.0.5", + "@stacks/auth": "^7.0.6", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.5", + "@stacks/encryption": "^7.0.6", "@stacks/network": "^7.0.2", - "@stacks/profile": "^7.0.5", - "@stacks/storage": "^7.0.5", - "@stacks/transactions": "^7.0.5", + "@stacks/profile": "^7.0.6", + "@stacks/storage": "^7.0.6", + "@stacks/transactions": "^7.0.6", "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 ae61ce87e..f9f5a59e5 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.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18) + +**Note:** Version bump only for package @stacks/api + + + + + ## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10) **Note:** Version bump only for package @stacks/api diff --git a/packages/api/package.json b/packages/api/package.json index cece9e142..e282a556c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@stacks/api", - "version": "7.0.5", + "version": "7.0.6", "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.5" + "@stacks/transactions": "^7.0.6" }, "devDependencies": { "rimraf": "^3.0.2" diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 0b562433b..462a63b37 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.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18) + +**Note:** Version bump only for package @stacks/auth + + + + + ## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10) **Note:** Version bump only for package @stacks/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 396f6fd42..1b438c6a1 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/auth", - "version": "7.0.5", + "version": "7.0.6", "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.5", + "@stacks/encryption": "^7.0.6", "@stacks/network": "^7.0.2", - "@stacks/profile": "^7.0.5", + "@stacks/profile": "^7.0.6", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, diff --git a/packages/bns/CHANGELOG.md b/packages/bns/CHANGELOG.md index d504ea7cd..54b669796 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.6](https://github.com/blockstack/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18) + +**Note:** Version bump only for package @stacks/bns + + + + + ## [7.0.5](https://github.com/blockstack/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10) **Note:** Version bump only for package @stacks/bns diff --git a/packages/bns/package.json b/packages/bns/package.json index 7ed49aa65..ccbaf6c38 100755 --- a/packages/bns/package.json +++ b/packages/bns/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/bns", - "version": "7.0.5", + "version": "7.0.6", "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.5" + "@stacks/transactions": "^7.0.6" }, "devDependencies": { "process": "^0.11.10", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 37b1be49c..d99943b9b 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.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18) + +**Note:** Version bump only for package @stacks/cli + + + + + ## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10) **Note:** Version bump only for package @stacks/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 82ddf6335..e2731b7c3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "7.0.5", + "version": "7.0.6", "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.5", + "@stacks/auth": "^7.0.6", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^7.0.5", + "@stacks/bns": "^7.0.6", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.5", + "@stacks/encryption": "^7.0.6", "@stacks/network": "^7.0.2", - "@stacks/stacking": "^7.0.5", - "@stacks/storage": "^7.0.5", - "@stacks/transactions": "^7.0.5", - "@stacks/wallet-sdk": "^7.0.5", + "@stacks/stacking": "^7.0.6", + "@stacks/storage": "^7.0.6", + "@stacks/transactions": "^7.0.6", + "@stacks/wallet-sdk": "^7.0.6", "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 0228ac744..d42aff0a3 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.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18) + +**Note:** Version bump only for package @stacks/encryption + + + + + ## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10) **Note:** Version bump only for package @stacks/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 119e0fb65..de406772d 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/encryption", - "version": "7.0.5", + "version": "7.0.6", "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.5", + "@stacks/transactions": "^7.0.6", "@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 ebdf8cce1..cbc395924 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.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18) + +**Note:** Version bump only for package @stacks/internal + + + + + ## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10) **Note:** Version bump only for package @stacks/internal diff --git a/packages/internal/package.json b/packages/internal/package.json index ecbf7f6f8..097515ac7 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.5", + "@stacks/stacking": "^7.0.6", "jest-fetch-mock": "^3.0.3" }, - "version": "7.0.5" + "version": "7.0.6" } diff --git a/packages/profile/CHANGELOG.md b/packages/profile/CHANGELOG.md index 237e630f9..7b0586644 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.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18) + +**Note:** Version bump only for package @stacks/profile + + + + + ## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10) **Note:** Version bump only for package @stacks/profile diff --git a/packages/profile/package.json b/packages/profile/package.json index 8ad2d217a..dc2f96cf2 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/profile", - "version": "7.0.5", + "version": "7.0.6", "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.5", + "@stacks/transactions": "^7.0.6", "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 040dfca11..dab92c5da 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.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18) + +**Note:** Version bump only for package @stacks/stacking + + + + + ## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10) **Note:** Version bump only for package @stacks/stacking diff --git a/packages/stacking/package.json b/packages/stacking/package.json index fa4b1fd35..460661d83 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/stacking", - "version": "7.0.5", + "version": "7.0.6", "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.5", + "@stacks/encryption": "^7.0.6", "@stacks/network": "^7.0.2", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^7.0.5", + "@stacks/transactions": "^7.0.6", "bs58": "^5.0.0" }, "devDependencies": { diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 55144a754..2496e7aa5 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.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18) + +**Note:** Version bump only for package @stacks/storage + + + + + ## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10) **Note:** Version bump only for package @stacks/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 58be115c2..f1b626636 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/storage", - "version": "7.0.5", + "version": "7.0.6", "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.5", + "@stacks/auth": "^7.0.6", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.5", + "@stacks/encryption": "^7.0.6", "@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 82fbb7a4f..1fb3b40c7 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.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18) + + +### Bug Fixes + +* Increase maximum code body length for contract deploys ([#1793](https://github.com/hirosystems/stacks.js/issues/1793)) ([02e05ca](https://github.com/hirosystems/stacks.js/commit/02e05caeead9c8a3da5cf4c1cddbfbe0c692fc3c)) + + + ## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10) diff --git a/packages/transactions/package.json b/packages/transactions/package.json index 51ee20ed6..f18d0e8ce 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/transactions", - "version": "7.0.5", + "version": "7.0.6", "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.5", + "@stacks/encryption": "^7.0.6", "@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 ef4f1a1ba..027da4be5 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.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18) + +**Note:** Version bump only for package @stacks/wallet-sdk + + + + + ## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10) **Note:** Version bump only for package @stacks/wallet-sdk diff --git a/packages/wallet-sdk/package.json b/packages/wallet-sdk/package.json index 6c7d09102..6d41cb019 100644 --- a/packages/wallet-sdk/package.json +++ b/packages/wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/wallet-sdk", - "version": "7.0.5", + "version": "7.0.6", "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.5", + "@stacks/auth": "^7.0.6", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.5", + "@stacks/encryption": "^7.0.6", "@stacks/network": "^7.0.2", - "@stacks/profile": "^7.0.5", - "@stacks/storage": "^7.0.5", - "@stacks/transactions": "^7.0.5", + "@stacks/profile": "^7.0.6", + "@stacks/storage": "^7.0.6", + "@stacks/transactions": "^7.0.6", "c32check": "^2.0.0", "jsontokens": "^4.0.1", "zone-file": "^2.0.0-beta.3"