diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a450f731..1e0145b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03) + + +### 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)) +* regression in 'NoEstimateAvailable' check ([#1785](https://github.com/hirosystems/stacks.js/issues/1785)) ([a079a74](https://github.com/hirosystems/stacks.js/commit/a079a74e0c14189373c93c09229fd039c61c55ab)) +* use correct types for postConditions ([#1784](https://github.com/hirosystems/stacks.js/issues/1784)) ([1d7d280](https://github.com/hirosystems/stacks.js/commit/1d7d2808d039d759fd9bcdc2b6e03e15cf65af43)) + + + ## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) diff --git a/lerna.json b/lerna.json index 4bd826b59..9e2618d46 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.0.3", + "version": "7.0.4", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 3bc325520..fd3bbe7c7 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.3", + "version": "7.0.4", "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.3" + "@stacks/transactions": "^7.0.4" }, "devDependencies": { "rimraf": "^3.0.2" @@ -22223,14 +22225,14 @@ }, "packages/auth": { "name": "@stacks/auth", - "version": "7.0.3", + "version": "7.0.4", "license": "MIT", "dependencies": { "@noble/secp256k1": "1.7.1", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.3", + "@stacks/encryption": "^7.0.4", "@stacks/network": "^7.0.2", - "@stacks/profile": "^7.0.3", + "@stacks/profile": "^7.0.4", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, @@ -22255,12 +22257,12 @@ }, "packages/bns": { "name": "@stacks/bns", - "version": "7.0.3", + "version": "7.0.4", "license": "MIT", "dependencies": { "@stacks/common": "^7.0.2", "@stacks/network": "^7.0.2", - "@stacks/transactions": "^7.0.3" + "@stacks/transactions": "^7.0.4" }, "devDependencies": { "process": "^0.11.10", @@ -22283,21 +22285,21 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "7.0.3", + "version": "7.0.4", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^7.0.3", + "@stacks/auth": "^7.0.4", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^7.0.3", + "@stacks/bns": "^7.0.4", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.3", + "@stacks/encryption": "^7.0.4", "@stacks/network": "^7.0.2", - "@stacks/stacking": "^7.0.3", - "@stacks/storage": "^7.0.3", - "@stacks/transactions": "^7.0.3", - "@stacks/wallet-sdk": "^7.0.3", + "@stacks/stacking": "^7.0.4", + "@stacks/storage": "^7.0.4", + "@stacks/transactions": "^7.0.4", + "@stacks/wallet-sdk": "^7.0.4", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", @@ -22382,7 +22384,7 @@ }, "packages/encryption": { "name": "@stacks/encryption", - "version": "7.0.3", + "version": "7.0.4", "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.3", + "@stacks/transactions": "^7.0.4", "@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.3", + "version": "7.0.4", "devDependencies": { "@stacks/blockchain-api-client": "^7.12.0", "@stacks/network": "^7.0.2", - "@stacks/stacking": "^7.0.3", + "@stacks/stacking": "^7.0.4", "jest-fetch-mock": "^3.0.3" } }, @@ -22601,12 +22603,12 @@ }, "packages/profile": { "name": "@stacks/profile", - "version": "7.0.3", + "version": "7.0.4", "license": "MIT", "dependencies": { "@stacks/common": "^7.0.2", "@stacks/network": "^7.0.2", - "@stacks/transactions": "^7.0.3", + "@stacks/transactions": "^7.0.4", "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.3", + "version": "7.0.4", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@scure/base": "1.1.1", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.3", + "@stacks/encryption": "^7.0.4", "@stacks/network": "^7.0.2", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^7.0.3", + "@stacks/transactions": "^7.0.4", "bs58": "^5.0.0" }, "devDependencies": { @@ -22801,12 +22803,12 @@ }, "packages/storage": { "name": "@stacks/storage", - "version": "7.0.3", + "version": "7.0.4", "license": "MIT", "dependencies": { - "@stacks/auth": "^7.0.3", + "@stacks/auth": "^7.0.4", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.3", + "@stacks/encryption": "^7.0.4", "@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.3", + "version": "7.0.4", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -22894,7 +22896,7 @@ "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^7.0.3", + "@stacks/encryption": "^7.0.4", "@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.3", + "version": "7.0.4", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^7.0.3", + "@stacks/auth": "^7.0.4", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.3", + "@stacks/encryption": "^7.0.4", "@stacks/network": "^7.0.2", - "@stacks/profile": "^7.0.3", - "@stacks/storage": "^7.0.3", - "@stacks/transactions": "^7.0.3", + "@stacks/profile": "^7.0.4", + "@stacks/storage": "^7.0.4", + "@stacks/transactions": "^7.0.4", "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 839c71bd0..5e2abf4ce 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.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03) + +**Note:** Version bump only for package @stacks/api + + + + + ## [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 diff --git a/packages/api/package.json b/packages/api/package.json index 8af7ca8bb..d54570b60 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@stacks/api", - "version": "7.0.3", + "version": "7.0.4", "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.3" + "@stacks/transactions": "^7.0.4" }, "devDependencies": { "rimraf": "^3.0.2" diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 8dc329c39..94b201657 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.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03) + +**Note:** Version bump only for package @stacks/auth + + + + + ## [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 diff --git a/packages/auth/package.json b/packages/auth/package.json index 266a4788c..9c612c50e 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/auth", - "version": "7.0.3", + "version": "7.0.4", "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.3", + "@stacks/encryption": "^7.0.4", "@stacks/network": "^7.0.2", - "@stacks/profile": "^7.0.3", + "@stacks/profile": "^7.0.4", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, diff --git a/packages/bns/CHANGELOG.md b/packages/bns/CHANGELOG.md index 9fd0b3b0a..55a81e0cf 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.4](https://github.com/blockstack/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03) + +**Note:** Version bump only for package @stacks/bns + + + + + ## [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 diff --git a/packages/bns/package.json b/packages/bns/package.json index 1526c3605..4e0741bb3 100755 --- a/packages/bns/package.json +++ b/packages/bns/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/bns", - "version": "7.0.3", + "version": "7.0.4", "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.3" + "@stacks/transactions": "^7.0.4" }, "devDependencies": { "process": "^0.11.10", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 81af6ac89..f59a72f16 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.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03) + +**Note:** Version bump only for package @stacks/cli + + + + + ## [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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 4d6997df6..5d4f8210d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "7.0.3", + "version": "7.0.4", "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.3", + "@stacks/auth": "^7.0.4", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^7.0.3", + "@stacks/bns": "^7.0.4", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.3", + "@stacks/encryption": "^7.0.4", "@stacks/network": "^7.0.2", - "@stacks/stacking": "^7.0.3", - "@stacks/storage": "^7.0.3", - "@stacks/transactions": "^7.0.3", - "@stacks/wallet-sdk": "^7.0.3", + "@stacks/stacking": "^7.0.4", + "@stacks/storage": "^7.0.4", + "@stacks/transactions": "^7.0.4", + "@stacks/wallet-sdk": "^7.0.4", "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 94df2272f..c5e84951b 100644 --- a/packages/encryption/CHANGELOG.md +++ b/packages/encryption/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.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03) + + +### Bug Fixes + +* use correct types for postConditions ([#1784](https://github.com/hirosystems/stacks.js/issues/1784)) ([1d7d280](https://github.com/hirosystems/stacks.js/commit/1d7d2808d039d759fd9bcdc2b6e03e15cf65af43)) + + + ## [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 diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 210ad71c1..0f71093e1 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/encryption", - "version": "7.0.3", + "version": "7.0.4", "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.3", + "@stacks/transactions": "^7.0.4", "@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 c91584fb7..fdc615938 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.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03) + +**Note:** Version bump only for package @stacks/internal + + + + + ## [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 diff --git a/packages/internal/package.json b/packages/internal/package.json index 62eb30fb0..042d20833 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.3", + "@stacks/stacking": "^7.0.4", "jest-fetch-mock": "^3.0.3" }, - "version": "7.0.3" + "version": "7.0.4" } diff --git a/packages/profile/CHANGELOG.md b/packages/profile/CHANGELOG.md index 7d21b2759..ee461318f 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.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03) + +**Note:** Version bump only for package @stacks/profile + + + + + ## [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 diff --git a/packages/profile/package.json b/packages/profile/package.json index d70d24406..1d496c4f6 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/profile", - "version": "7.0.3", + "version": "7.0.4", "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.3", + "@stacks/transactions": "^7.0.4", "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 4180b702c..b68018de6 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.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03) + +**Note:** Version bump only for package @stacks/stacking + + + + + ## [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 diff --git a/packages/stacking/package.json b/packages/stacking/package.json index 8209feba1..bdb49ac3e 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/stacking", - "version": "7.0.3", + "version": "7.0.4", "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.3", + "@stacks/encryption": "^7.0.4", "@stacks/network": "^7.0.2", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^7.0.3", + "@stacks/transactions": "^7.0.4", "bs58": "^5.0.0" }, "devDependencies": { diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index cbb3109b1..21adbce1a 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.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03) + +**Note:** Version bump only for package @stacks/storage + + + + + ## [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 diff --git a/packages/storage/package.json b/packages/storage/package.json index 44fc86d9b..9218c5052 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/storage", - "version": "7.0.3", + "version": "7.0.4", "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.3", + "@stacks/auth": "^7.0.4", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.3", + "@stacks/encryption": "^7.0.4", "@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 81f3c920e..bd1027b01 100644 --- a/packages/transactions/CHANGELOG.md +++ b/packages/transactions/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03) + + +### 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)) +* regression in 'NoEstimateAvailable' check ([#1785](https://github.com/hirosystems/stacks.js/issues/1785)) ([a079a74](https://github.com/hirosystems/stacks.js/commit/a079a74e0c14189373c93c09229fd039c61c55ab)) +* use correct types for postConditions ([#1784](https://github.com/hirosystems/stacks.js/issues/1784)) ([1d7d280](https://github.com/hirosystems/stacks.js/commit/1d7d2808d039d759fd9bcdc2b6e03e15cf65af43)) + + + ## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15) diff --git a/packages/transactions/package.json b/packages/transactions/package.json index 6eac14182..9d0524a4e 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/transactions", - "version": "7.0.3", + "version": "7.0.4", "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.3", + "@stacks/encryption": "^7.0.4", "@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 1311480cf..10ee9cb9a 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.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03) + +**Note:** Version bump only for package @stacks/wallet-sdk + + + + + ## [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 diff --git a/packages/wallet-sdk/package.json b/packages/wallet-sdk/package.json index 53b10b47d..40c904cbd 100644 --- a/packages/wallet-sdk/package.json +++ b/packages/wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/wallet-sdk", - "version": "7.0.3", + "version": "7.0.4", "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.3", + "@stacks/auth": "^7.0.4", "@stacks/common": "^7.0.2", - "@stacks/encryption": "^7.0.3", + "@stacks/encryption": "^7.0.4", "@stacks/network": "^7.0.2", - "@stacks/profile": "^7.0.3", - "@stacks/storage": "^7.0.3", - "@stacks/transactions": "^7.0.3", + "@stacks/profile": "^7.0.4", + "@stacks/storage": "^7.0.4", + "@stacks/transactions": "^7.0.4", "c32check": "^2.0.0", "jsontokens": "^4.0.1", "zone-file": "^2.0.0-beta.3"