From 36596a37246f0ca4525a4ce658aa6a55b8630284 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 Jan 2024 15:21:07 +0000 Subject: [PATCH] chore: version packages --- CHANGELOG.md | 9 ++++ lerna.json | 2 +- package-lock.json | 80 +++++++++++++++--------------- packages/auth/CHANGELOG.md | 9 ++++ packages/auth/package.json | 8 +-- packages/bns/CHANGELOG.md | 8 +++ packages/bns/package.json | 6 +-- packages/cli/CHANGELOG.md | 9 ++++ packages/cli/package.json | 18 +++---- packages/encryption/CHANGELOG.md | 8 +++ packages/encryption/package.json | 4 +- packages/network/CHANGELOG.md | 9 ++++ packages/network/package.json | 2 +- packages/profile/CHANGELOG.md | 8 +++ packages/profile/package.json | 6 +-- packages/stacking/CHANGELOG.md | 8 +++ packages/stacking/package.json | 8 +-- packages/storage/CHANGELOG.md | 8 +++ packages/storage/package.json | 8 +-- packages/transactions/CHANGELOG.md | 9 ++++ packages/transactions/package.json | 6 +-- packages/wallet-sdk/CHANGELOG.md | 9 ++++ packages/wallet-sdk/package.json | 14 +++--- 23 files changed, 175 insertions(+), 81 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a77997971..a9e4d84c1 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. +## [6.11.3](https://github.com/hirosystems/stacks.js/compare/v6.11.2...v6.11.3) (2024-01-24) + + +### Bug Fixes + +* update legacy API endpoints ([#1618](https://github.com/hirosystems/stacks.js/issues/1618)) ([36d10a3](https://github.com/hirosystems/stacks.js/commit/36d10a39a0915950430f8eb149d1fe29002d003d)) + + + ## [6.11.2](https://github.com/hirosystems/stacks.js/compare/v6.11.1...v6.11.2) (2024-01-03) diff --git a/lerna.json b/lerna.json index 20d7f4348..65ff874a4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.11.2", + "version": "6.11.3", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index a91605974..759fefbbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23608,13 +23608,13 @@ }, "packages/auth": { "name": "@stacks/auth", - "version": "6.11.2", + "version": "6.11.3", "license": "MIT", "dependencies": { "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.11.2", - "@stacks/network": "^6.10.0", - "@stacks/profile": "^6.11.2", + "@stacks/encryption": "^6.11.3", + "@stacks/network": "^6.11.3", + "@stacks/profile": "^6.11.3", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, @@ -23639,12 +23639,12 @@ }, "packages/bns": { "name": "@stacks/bns", - "version": "6.11.2", + "version": "6.11.3", "license": "MIT", "dependencies": { "@stacks/common": "^6.10.0", - "@stacks/network": "^6.10.0", - "@stacks/transactions": "^6.11.2" + "@stacks/network": "^6.11.3", + "@stacks/transactions": "^6.11.3" }, "devDependencies": { "process": "^0.11.10", @@ -23667,21 +23667,21 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "6.11.2", + "version": "6.11.3", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.11.2", + "@stacks/auth": "^6.11.3", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.11.2", + "@stacks/bns": "^6.11.3", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.11.2", - "@stacks/network": "^6.10.0", - "@stacks/stacking": "^6.11.2", - "@stacks/storage": "^6.11.2", - "@stacks/transactions": "^6.11.2", - "@stacks/wallet-sdk": "^6.11.2", + "@stacks/encryption": "^6.11.3", + "@stacks/network": "^6.11.3", + "@stacks/stacking": "^6.11.3", + "@stacks/storage": "^6.11.3", + "@stacks/transactions": "^6.11.3", + "@stacks/wallet-sdk": "^6.11.3", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", @@ -23771,7 +23771,7 @@ }, "packages/encryption": { "name": "@stacks/encryption", - "version": "6.11.2", + "version": "6.11.3", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -23786,7 +23786,7 @@ }, "devDependencies": { "@peculiar/webcrypto": "^1.1.6", - "@stacks/transactions": "^6.11.2", + "@stacks/transactions": "^6.11.3", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/sha.js": "^2.4.0", @@ -23823,7 +23823,7 @@ }, "packages/network": { "name": "@stacks/network", - "version": "6.10.0", + "version": "6.11.3", "license": "MIT", "dependencies": { "@stacks/common": "^6.10.0", @@ -23850,12 +23850,12 @@ }, "packages/profile": { "name": "@stacks/profile", - "version": "6.11.2", + "version": "6.11.3", "license": "MIT", "dependencies": { "@stacks/common": "^6.10.0", - "@stacks/network": "^6.10.0", - "@stacks/transactions": "^6.11.2", + "@stacks/network": "^6.11.3", + "@stacks/transactions": "^6.11.3", "jsontokens": "^4.0.1", "schema-inspector": "^2.0.2", "zone-file": "^2.0.0-beta.3" @@ -23882,15 +23882,15 @@ }, "packages/stacking": { "name": "@stacks/stacking", - "version": "6.11.2", + "version": "6.11.3", "license": "MIT", "dependencies": { "@scure/base": "1.1.1", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.11.2", - "@stacks/network": "^6.10.0", + "@stacks/encryption": "^6.11.3", + "@stacks/network": "^6.11.3", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.11.2", + "@stacks/transactions": "^6.11.3", "bs58": "^5.0.0" }, "devDependencies": { @@ -24029,13 +24029,13 @@ }, "packages/storage": { "name": "@stacks/storage", - "version": "6.11.2", + "version": "6.11.3", "license": "MIT", "dependencies": { - "@stacks/auth": "^6.11.2", + "@stacks/auth": "^6.11.3", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.11.2", - "@stacks/network": "^6.10.0", + "@stacks/encryption": "^6.11.3", + "@stacks/network": "^6.11.3", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" }, @@ -24112,18 +24112,18 @@ }, "packages/transactions": { "name": "@stacks/transactions", - "version": "6.11.2", + "version": "6.11.3", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@noble/secp256k1": "1.7.1", "@stacks/common": "^6.10.0", - "@stacks/network": "^6.10.0", + "@stacks/network": "^6.11.3", "c32check": "^2.0.0", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.11.2", + "@stacks/encryption": "^6.11.3", "@types/common-tags": "^1.8.0", "@types/elliptic": "^6.4.12", "@types/lodash.clonedeep": "^4.5.6", @@ -24149,18 +24149,18 @@ }, "packages/wallet-sdk": { "name": "@stacks/wallet-sdk", - "version": "6.11.2", + "version": "6.11.3", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.11.2", + "@stacks/auth": "^6.11.3", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.11.2", - "@stacks/network": "^6.10.0", - "@stacks/profile": "^6.11.2", - "@stacks/storage": "^6.11.2", - "@stacks/transactions": "^6.11.2", + "@stacks/encryption": "^6.11.3", + "@stacks/network": "^6.11.3", + "@stacks/profile": "^6.11.3", + "@stacks/storage": "^6.11.3", + "@stacks/transactions": "^6.11.3", "buffer": "^6.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index c880c2ca1..8d30907af 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/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. +## [6.11.3](https://github.com/hirosystems/stacks.js/compare/v6.11.2...v6.11.3) (2024-01-24) + + +### Bug Fixes + +* update legacy API endpoints ([#1618](https://github.com/hirosystems/stacks.js/issues/1618)) ([36d10a3](https://github.com/hirosystems/stacks.js/commit/36d10a39a0915950430f8eb149d1fe29002d003d)) + + + ## [6.11.2](https://github.com/hirosystems/stacks.js/compare/v6.11.1...v6.11.2) (2024-01-03) **Note:** Version bump only for package @stacks/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 2426d5407..bc3f4a3a2 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/auth", - "version": "6.11.2", + "version": "6.11.3", "description": "Authentication for Stacks apps.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -21,9 +21,9 @@ }, "dependencies": { "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.11.2", - "@stacks/network": "^6.10.0", - "@stacks/profile": "^6.11.2", + "@stacks/encryption": "^6.11.3", + "@stacks/network": "^6.11.3", + "@stacks/profile": "^6.11.3", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, diff --git a/packages/bns/CHANGELOG.md b/packages/bns/CHANGELOG.md index 2a07ca0af..1eca18d40 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. +## [6.11.3](https://github.com/blockstack/stacks.js/compare/v6.11.2...v6.11.3) (2024-01-24) + +**Note:** Version bump only for package @stacks/bns + + + + + ## [6.11.2](https://github.com/blockstack/stacks.js/compare/v6.11.1...v6.11.2) (2024-01-03) **Note:** Version bump only for package @stacks/bns diff --git a/packages/bns/package.json b/packages/bns/package.json index 82ec75ae3..92c8b0b40 100755 --- a/packages/bns/package.json +++ b/packages/bns/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/bns", - "version": "6.11.2", + "version": "6.11.3", "description": "Library for working with the Stacks Blockchain Naming System BNS.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -21,8 +21,8 @@ }, "dependencies": { "@stacks/common": "^6.10.0", - "@stacks/network": "^6.10.0", - "@stacks/transactions": "^6.11.2" + "@stacks/network": "^6.11.3", + "@stacks/transactions": "^6.11.3" }, "devDependencies": { "process": "^0.11.10", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8dd30b9ba..fe6348533 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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. +## [6.11.3](https://github.com/hirosystems/stacks.js/compare/v6.11.2...v6.11.3) (2024-01-24) + + +### Bug Fixes + +* update legacy API endpoints ([#1618](https://github.com/hirosystems/stacks.js/issues/1618)) ([36d10a3](https://github.com/hirosystems/stacks.js/commit/36d10a39a0915950430f8eb149d1fe29002d003d)) + + + ## [6.11.2](https://github.com/hirosystems/stacks.js/compare/v6.11.1...v6.11.2) (2024-01-03) **Note:** Version bump only for package @stacks/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index e140571b0..8a4b25afd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "6.11.2", + "version": "6.11.3", "description": "Stacks command line tool", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -20,16 +20,16 @@ "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.11.2", + "@stacks/auth": "^6.11.3", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.11.2", + "@stacks/bns": "^6.11.3", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.11.2", - "@stacks/network": "^6.10.0", - "@stacks/stacking": "^6.11.2", - "@stacks/storage": "^6.11.2", - "@stacks/transactions": "^6.11.2", - "@stacks/wallet-sdk": "^6.11.2", + "@stacks/encryption": "^6.11.3", + "@stacks/network": "^6.11.3", + "@stacks/stacking": "^6.11.3", + "@stacks/storage": "^6.11.3", + "@stacks/transactions": "^6.11.3", + "@stacks/wallet-sdk": "^6.11.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 86121764e..ed8329519 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. +## [6.11.3](https://github.com/hirosystems/stacks.js/compare/v6.11.2...v6.11.3) (2024-01-24) + +**Note:** Version bump only for package @stacks/encryption + + + + + ## [6.11.2](https://github.com/hirosystems/stacks.js/compare/v6.11.1...v6.11.2) (2024-01-03) **Note:** Version bump only for package @stacks/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 878875ec4..a3ba4bc68 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/encryption", - "version": "6.11.2", + "version": "6.11.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/transactions": "^6.11.2", + "@stacks/transactions": "^6.11.3", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/sha.js": "^2.4.0", diff --git a/packages/network/CHANGELOG.md b/packages/network/CHANGELOG.md index 07ede5381..799f6eab3 100644 --- a/packages/network/CHANGELOG.md +++ b/packages/network/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. +## [6.11.3](https://github.com/hirosystems/stacks.js/compare/v6.11.2...v6.11.3) (2024-01-24) + + +### Bug Fixes + +* update legacy API endpoints ([#1618](https://github.com/hirosystems/stacks.js/issues/1618)) ([36d10a3](https://github.com/hirosystems/stacks.js/commit/36d10a39a0915950430f8eb149d1fe29002d003d)) + + + ## [6.10.0](https://github.com/hirosystems/stacks.js/compare/v6.9.0...v6.10.0) (2023-11-28) **Note:** Version bump only for package @stacks/network diff --git a/packages/network/package.json b/packages/network/package.json index 21fdc234e..928e3d799 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/network", - "version": "6.10.0", + "version": "6.11.3", "description": "Library for Stacks network operations", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", diff --git a/packages/profile/CHANGELOG.md b/packages/profile/CHANGELOG.md index eadcc6815..17df1267b 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. +## [6.11.3](https://github.com/hirosystems/stacks.js/compare/v6.11.2...v6.11.3) (2024-01-24) + +**Note:** Version bump only for package @stacks/profile + + + + + ## [6.11.2](https://github.com/hirosystems/stacks.js/compare/v6.11.1...v6.11.2) (2024-01-03) **Note:** Version bump only for package @stacks/profile diff --git a/packages/profile/package.json b/packages/profile/package.json index 35f241125..3e5360653 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/profile", - "version": "6.11.2", + "version": "6.11.3", "description": "Library for Stacks profiles", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -21,8 +21,8 @@ }, "dependencies": { "@stacks/common": "^6.10.0", - "@stacks/network": "^6.10.0", - "@stacks/transactions": "^6.11.2", + "@stacks/network": "^6.11.3", + "@stacks/transactions": "^6.11.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 bbd446f21..a1c8a1e44 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. +## [6.11.3](https://github.com/hirosystems/stacks.js/compare/v6.11.2...v6.11.3) (2024-01-24) + +**Note:** Version bump only for package @stacks/stacking + + + + + ## [6.11.2](https://github.com/hirosystems/stacks.js/compare/v6.11.1...v6.11.2) (2024-01-03) **Note:** Version bump only for package @stacks/stacking diff --git a/packages/stacking/package.json b/packages/stacking/package.json index 2f6d0cc86..b712d7c9a 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/stacking", - "version": "6.11.2", + "version": "6.11.3", "description": "Library for Stacking.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -22,10 +22,10 @@ "dependencies": { "@scure/base": "1.1.1", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.11.2", - "@stacks/network": "^6.10.0", + "@stacks/encryption": "^6.11.3", + "@stacks/network": "^6.11.3", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.11.2", + "@stacks/transactions": "^6.11.3", "bs58": "^5.0.0" }, "devDependencies": { diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 25cf565de..6ca9e27c2 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. +## [6.11.3](https://github.com/hirosystems/stacks.js/compare/v6.11.2...v6.11.3) (2024-01-24) + +**Note:** Version bump only for package @stacks/storage + + + + + ## [6.11.2](https://github.com/hirosystems/stacks.js/compare/v6.11.1...v6.11.2) (2024-01-03) **Note:** Version bump only for package @stacks/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 0c3cd52ef..786c191b0 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/storage", - "version": "6.11.2", + "version": "6.11.3", "description": "Stacks storage library", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -20,10 +20,10 @@ "typecheck:watch": "npm run typecheck -- --watch" }, "dependencies": { - "@stacks/auth": "^6.11.2", + "@stacks/auth": "^6.11.3", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.11.2", - "@stacks/network": "^6.10.0", + "@stacks/encryption": "^6.11.3", + "@stacks/network": "^6.11.3", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" }, diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md index 8a4e6c075..03a516757 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. +## [6.11.3](https://github.com/hirosystems/stacks.js/compare/v6.11.2...v6.11.3) (2024-01-24) + + +### Bug Fixes + +* update legacy API endpoints ([#1618](https://github.com/hirosystems/stacks.js/issues/1618)) ([36d10a3](https://github.com/hirosystems/stacks.js/commit/36d10a39a0915950430f8eb149d1fe29002d003d)) + + + ## [6.11.2](https://github.com/hirosystems/stacks.js/compare/v6.11.1...v6.11.2) (2024-01-03) diff --git a/packages/transactions/package.json b/packages/transactions/package.json index c598d4f4b..788f83116 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/transactions", - "version": "6.11.2", + "version": "6.11.3", "description": "Javascript library for constructing transactions on the Stacks blockchain.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -28,12 +28,12 @@ "@noble/hashes": "1.1.5", "@noble/secp256k1": "1.7.1", "@stacks/common": "^6.10.0", - "@stacks/network": "^6.10.0", + "@stacks/network": "^6.11.3", "c32check": "^2.0.0", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.11.2", + "@stacks/encryption": "^6.11.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 6658c20ca..0040056ba 100644 --- a/packages/wallet-sdk/CHANGELOG.md +++ b/packages/wallet-sdk/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. +## [6.11.3](https://github.com/hirosystems/stacks.js/compare/v6.11.2...v6.11.3) (2024-01-24) + + +### Bug Fixes + +* update legacy API endpoints ([#1618](https://github.com/hirosystems/stacks.js/issues/1618)) ([36d10a3](https://github.com/hirosystems/stacks.js/commit/36d10a39a0915950430f8eb149d1fe29002d003d)) + + + ## [6.11.2](https://github.com/hirosystems/stacks.js/compare/v6.11.1...v6.11.2) (2024-01-03) **Note:** Version bump only for package @stacks/wallet-sdk diff --git a/packages/wallet-sdk/package.json b/packages/wallet-sdk/package.json index 188a1f654..c60b21500 100644 --- a/packages/wallet-sdk/package.json +++ b/packages/wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/wallet-sdk", - "version": "6.11.2", + "version": "6.11.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": "^6.11.2", + "@stacks/auth": "^6.11.3", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.11.2", - "@stacks/network": "^6.10.0", - "@stacks/profile": "^6.11.2", - "@stacks/storage": "^6.11.2", - "@stacks/transactions": "^6.11.2", + "@stacks/encryption": "^6.11.3", + "@stacks/network": "^6.11.3", + "@stacks/profile": "^6.11.3", + "@stacks/storage": "^6.11.3", + "@stacks/transactions": "^6.11.3", "buffer": "^6.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1",