From 3c807f294746dd6a98a95cce963ac7e2189b53c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 30 Jun 2024 10:53:09 +0000 Subject: [PATCH] chore: version packages --- CHANGELOG.md | 13 ++++ lerna.json | 2 +- package-lock.json | 102 ++++++++++++++--------------- packages/auth/CHANGELOG.md | 8 +++ packages/auth/package.json | 10 +-- packages/bns/CHANGELOG.md | 8 +++ packages/bns/package.json | 8 +-- packages/cli/CHANGELOG.md | 9 +++ packages/cli/package.json | 20 +++--- packages/common/CHANGELOG.md | 10 +++ packages/common/package.json | 2 +- packages/encryption/CHANGELOG.md | 8 +++ packages/encryption/package.json | 6 +- packages/network/CHANGELOG.md | 8 +++ packages/network/package.json | 4 +- packages/profile/CHANGELOG.md | 8 +++ packages/profile/package.json | 8 +-- packages/stacking/CHANGELOG.md | 8 +++ packages/stacking/package.json | 10 +-- packages/storage/CHANGELOG.md | 8 +++ packages/storage/package.json | 10 +-- packages/transactions/CHANGELOG.md | 13 ++++ packages/transactions/package.json | 8 +-- packages/wallet-sdk/CHANGELOG.md | 8 +++ packages/wallet-sdk/package.json | 16 ++--- 25 files changed, 212 insertions(+), 103 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f608cae3f..688325f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.16.0](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.16.0) (2024-06-30) + + +### Features + +* Add `Cl.parse` Clarity value parser ([#1681](https://github.com/hirosystems/stacks.js/issues/1681)) ([b9f8775](https://github.com/hirosystems/stacks.js/commit/b9f8775e28f044894f6415df2d29bb3e1ed8e1c7)) +* Add non-sequential multi-sig support (and fix legacy multi-sig bugs) ([#1710](https://github.com/hirosystems/stacks.js/issues/1710)) ([879263c](https://github.com/hirosystems/stacks.js/commit/879263cb5f3fb896b868ccaac00b4a8d635054ff)) +* add serialization helpers for transaction ([#1706](https://github.com/hirosystems/stacks.js/issues/1706)) ([2c57ea4](https://github.com/hirosystems/stacks.js/commit/2c57ea4e5abed76da903f5138c79c1d2eceb008b)) +* Allow `0x` prefix in hexToBytes helper ([#1690](https://github.com/hirosystems/stacks.js/issues/1690)) ([33ca645](https://github.com/hirosystems/stacks.js/commit/33ca64598b639fbe2a752e8f2055c8e0053f44a1)) +* Use API for nonce detection if available ([#1704](https://github.com/hirosystems/stacks.js/issues/1704)) ([855ca69](https://github.com/hirosystems/stacks.js/commit/855ca69cecc00ac836077fbeef1f89e952f110c3)) + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) diff --git a/lerna.json b/lerna.json index a4a9b4b0d..13ee15528 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.15.0", + "version": "6.16.0", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index f7f29270b..d5557b694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23980,13 +23980,13 @@ }, "packages/auth": { "name": "@stacks/auth", - "version": "6.15.0", + "version": "6.16.0", "license": "MIT", "dependencies": { - "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", - "@stacks/profile": "^6.15.0", + "@stacks/common": "^6.16.0", + "@stacks/encryption": "^6.16.0", + "@stacks/network": "^6.16.0", + "@stacks/profile": "^6.16.0", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, @@ -24011,12 +24011,12 @@ }, "packages/bns": { "name": "@stacks/bns", - "version": "6.15.0", + "version": "6.16.0", "license": "MIT", "dependencies": { - "@stacks/common": "^6.13.0", - "@stacks/network": "^6.13.0", - "@stacks/transactions": "^6.15.0" + "@stacks/common": "^6.16.0", + "@stacks/network": "^6.16.0", + "@stacks/transactions": "^6.16.0" }, "devDependencies": { "process": "^0.11.10", @@ -24039,21 +24039,21 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "6.15.0", + "version": "6.16.0", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.15.0", + "@stacks/auth": "^6.16.0", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.15.0", - "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", - "@stacks/stacking": "^6.15.0", - "@stacks/storage": "^6.15.0", - "@stacks/transactions": "^6.15.0", - "@stacks/wallet-sdk": "^6.15.0", + "@stacks/bns": "^6.16.0", + "@stacks/common": "^6.16.0", + "@stacks/encryption": "^6.16.0", + "@stacks/network": "^6.16.0", + "@stacks/stacking": "^6.16.0", + "@stacks/storage": "^6.16.0", + "@stacks/transactions": "^6.16.0", + "@stacks/wallet-sdk": "^6.16.0", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", @@ -24110,7 +24110,7 @@ }, "packages/common": { "name": "@stacks/common", - "version": "6.13.0", + "version": "6.16.0", "license": "MIT", "dependencies": { "@types/bn.js": "^5.1.0", @@ -24143,13 +24143,13 @@ }, "packages/encryption": { "name": "@stacks/encryption", - "version": "6.15.0", + "version": "6.16.0", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@noble/secp256k1": "1.7.1", "@scure/bip39": "1.1.0", - "@stacks/common": "^6.13.0", + "@stacks/common": "^6.16.0", "@types/node": "^18.0.4", "base64-js": "^1.5.1", "bs58": "^5.0.0", @@ -24158,7 +24158,7 @@ }, "devDependencies": { "@peculiar/webcrypto": "^1.1.6", - "@stacks/transactions": "^6.15.0", + "@stacks/transactions": "^6.16.0", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/sha.js": "^2.4.0", @@ -24195,10 +24195,10 @@ }, "packages/network": { "name": "@stacks/network", - "version": "6.13.0", + "version": "6.16.0", "license": "MIT", "dependencies": { - "@stacks/common": "^6.13.0", + "@stacks/common": "^6.16.0", "cross-fetch": "^3.1.5" }, "devDependencies": { @@ -24222,12 +24222,12 @@ }, "packages/profile": { "name": "@stacks/profile", - "version": "6.15.0", + "version": "6.16.0", "license": "MIT", "dependencies": { - "@stacks/common": "^6.13.0", - "@stacks/network": "^6.13.0", - "@stacks/transactions": "^6.15.0", + "@stacks/common": "^6.16.0", + "@stacks/network": "^6.16.0", + "@stacks/transactions": "^6.16.0", "jsontokens": "^4.0.1", "schema-inspector": "^2.0.2", "zone-file": "^2.0.0-beta.3" @@ -24254,16 +24254,16 @@ }, "packages/stacking": { "name": "@stacks/stacking", - "version": "6.15.0", + "version": "6.16.0", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@scure/base": "1.1.1", - "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", + "@stacks/common": "^6.16.0", + "@stacks/encryption": "^6.16.0", + "@stacks/network": "^6.16.0", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.15.0", + "@stacks/transactions": "^6.16.0", "bs58": "^5.0.0" }, "devDependencies": { @@ -24402,13 +24402,13 @@ }, "packages/storage": { "name": "@stacks/storage", - "version": "6.15.0", + "version": "6.16.0", "license": "MIT", "dependencies": { - "@stacks/auth": "^6.15.0", - "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", + "@stacks/auth": "^6.16.0", + "@stacks/common": "^6.16.0", + "@stacks/encryption": "^6.16.0", + "@stacks/network": "^6.16.0", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" }, @@ -24485,18 +24485,18 @@ }, "packages/transactions": { "name": "@stacks/transactions", - "version": "6.15.0", + "version": "6.16.0", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@noble/secp256k1": "1.7.1", - "@stacks/common": "^6.13.0", - "@stacks/network": "^6.13.0", + "@stacks/common": "^6.16.0", + "@stacks/network": "^6.16.0", "c32check": "^2.0.0", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.15.0", + "@stacks/encryption": "^6.16.0", "@types/common-tags": "^1.8.0", "@types/elliptic": "^6.4.12", "@types/lodash.clonedeep": "^4.5.6", @@ -24522,18 +24522,18 @@ }, "packages/wallet-sdk": { "name": "@stacks/wallet-sdk", - "version": "6.15.0", + "version": "6.16.0", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.15.0", - "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", - "@stacks/profile": "^6.15.0", - "@stacks/storage": "^6.15.0", - "@stacks/transactions": "^6.15.0", + "@stacks/auth": "^6.16.0", + "@stacks/common": "^6.16.0", + "@stacks/encryption": "^6.16.0", + "@stacks/network": "^6.16.0", + "@stacks/profile": "^6.16.0", + "@stacks/storage": "^6.16.0", + "@stacks/transactions": "^6.16.0", "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 6ada4feb4..b16fa869d 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. +## [6.16.0](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.16.0) (2024-06-30) + +**Note:** Version bump only for package @stacks/auth + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 76e1699fb..375b27197 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/auth", - "version": "6.15.0", + "version": "6.16.0", "description": "Authentication for Stacks apps.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -20,10 +20,10 @@ "typecheck:watch": "npm run typecheck -- --watch" }, "dependencies": { - "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", - "@stacks/profile": "^6.15.0", + "@stacks/common": "^6.16.0", + "@stacks/encryption": "^6.16.0", + "@stacks/network": "^6.16.0", + "@stacks/profile": "^6.16.0", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, diff --git a/packages/bns/CHANGELOG.md b/packages/bns/CHANGELOG.md index 93b325c31..93a4afa60 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.16.0](https://github.com/blockstack/stacks.js/compare/v6.15.0...v6.16.0) (2024-06-30) + +**Note:** Version bump only for package @stacks/bns + + + + + ## [6.15.0](https://github.com/blockstack/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/bns diff --git a/packages/bns/package.json b/packages/bns/package.json index 80e33df58..1c2c01c5c 100755 --- a/packages/bns/package.json +++ b/packages/bns/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/bns", - "version": "6.15.0", + "version": "6.16.0", "description": "Library for working with the Stacks Blockchain Naming System BNS.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -20,9 +20,9 @@ "typecheck:watch": "npm run typecheck -- --watch" }, "dependencies": { - "@stacks/common": "^6.13.0", - "@stacks/network": "^6.13.0", - "@stacks/transactions": "^6.15.0" + "@stacks/common": "^6.16.0", + "@stacks/network": "^6.16.0", + "@stacks/transactions": "^6.16.0" }, "devDependencies": { "process": "^0.11.10", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1563c53bd..45fa65c70 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.16.0](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.16.0) (2024-06-30) + + +### Features + +* Use API for nonce detection if available ([#1704](https://github.com/hirosystems/stacks.js/issues/1704)) ([855ca69](https://github.com/hirosystems/stacks.js/commit/855ca69cecc00ac836077fbeef1f89e952f110c3)) + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index f965dbf4d..f65aa9628 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "6.15.0", + "version": "6.16.0", "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.15.0", + "@stacks/auth": "^6.16.0", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.15.0", - "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", - "@stacks/stacking": "^6.15.0", - "@stacks/storage": "^6.15.0", - "@stacks/transactions": "^6.15.0", - "@stacks/wallet-sdk": "^6.15.0", + "@stacks/bns": "^6.16.0", + "@stacks/common": "^6.16.0", + "@stacks/encryption": "^6.16.0", + "@stacks/network": "^6.16.0", + "@stacks/stacking": "^6.16.0", + "@stacks/storage": "^6.16.0", + "@stacks/transactions": "^6.16.0", + "@stacks/wallet-sdk": "^6.16.0", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index b38994ed3..87f5ff9eb 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.16.0](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.16.0) (2024-06-30) + + +### Features + +* Add non-sequential multi-sig support (and fix legacy multi-sig bugs) ([#1710](https://github.com/hirosystems/stacks.js/issues/1710)) ([879263c](https://github.com/hirosystems/stacks.js/commit/879263cb5f3fb896b868ccaac00b4a8d635054ff)) +* Allow `0x` prefix in hexToBytes helper ([#1690](https://github.com/hirosystems/stacks.js/issues/1690)) ([33ca645](https://github.com/hirosystems/stacks.js/commit/33ca64598b639fbe2a752e8f2055c8e0053f44a1)) + + + ## [6.13.0](https://github.com/hirosystems/stacks.js/compare/v6.12.1...v6.13.0) (2024-03-22) **Note:** Version bump only for package @stacks/common diff --git a/packages/common/package.json b/packages/common/package.json index 9084ceece..39e3d709e 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/common", - "version": "6.13.0", + "version": "6.16.0", "description": "Common Stacks utilities", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 8a0fffae8..df15caad3 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.16.0](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.16.0) (2024-06-30) + +**Note:** Version bump only for package @stacks/encryption + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index cb086e4c9..b7e09cf9b 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/encryption", - "version": "6.15.0", + "version": "6.16.0", "description": "Encryption utilities for Stacks", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -23,7 +23,7 @@ "@noble/hashes": "1.1.5", "@noble/secp256k1": "1.7.1", "@scure/bip39": "1.1.0", - "@stacks/common": "^6.13.0", + "@stacks/common": "^6.16.0", "@types/node": "^18.0.4", "base64-js": "^1.5.1", "bs58": "^5.0.0", @@ -32,7 +32,7 @@ }, "devDependencies": { "@peculiar/webcrypto": "^1.1.6", - "@stacks/transactions": "^6.15.0", + "@stacks/transactions": "^6.16.0", "@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 48ff25570..00656d9dd 100644 --- a/packages/network/CHANGELOG.md +++ b/packages/network/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.16.0](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.16.0) (2024-06-30) + +**Note:** Version bump only for package @stacks/network + + + + + ## [6.13.0](https://github.com/hirosystems/stacks.js/compare/v6.12.1...v6.13.0) (2024-03-22) **Note:** Version bump only for package @stacks/network diff --git a/packages/network/package.json b/packages/network/package.json index 30c9b7577..abca3dd69 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/network", - "version": "6.13.0", + "version": "6.16.0", "description": "Library for Stacks network operations", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -20,7 +20,7 @@ "typecheck:watch": "npm run typecheck -- --watch" }, "dependencies": { - "@stacks/common": "^6.13.0", + "@stacks/common": "^6.16.0", "cross-fetch": "^3.1.5" }, "devDependencies": { diff --git a/packages/profile/CHANGELOG.md b/packages/profile/CHANGELOG.md index 430e380d1..0f951177c 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.16.0](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.16.0) (2024-06-30) + +**Note:** Version bump only for package @stacks/profile + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/profile diff --git a/packages/profile/package.json b/packages/profile/package.json index aaecf9aa5..3aab86932 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/profile", - "version": "6.15.0", + "version": "6.16.0", "description": "Library for Stacks profiles", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -20,9 +20,9 @@ "typecheck:watch": "npm run typecheck -- --watch" }, "dependencies": { - "@stacks/common": "^6.13.0", - "@stacks/network": "^6.13.0", - "@stacks/transactions": "^6.15.0", + "@stacks/common": "^6.16.0", + "@stacks/network": "^6.16.0", + "@stacks/transactions": "^6.16.0", "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 3e039d576..c7676eb32 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.16.0](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.16.0) (2024-06-30) + +**Note:** Version bump only for package @stacks/stacking + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/stacking diff --git a/packages/stacking/package.json b/packages/stacking/package.json index e6c5e7ac0..f4d093320 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/stacking", - "version": "6.15.0", + "version": "6.16.0", "description": "Library for Stacking.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -22,11 +22,11 @@ "dependencies": { "@noble/hashes": "1.1.5", "@scure/base": "1.1.1", - "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", + "@stacks/common": "^6.16.0", + "@stacks/encryption": "^6.16.0", + "@stacks/network": "^6.16.0", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.15.0", + "@stacks/transactions": "^6.16.0", "bs58": "^5.0.0" }, "devDependencies": { diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 13cee4a58..665c59382 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.16.0](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.16.0) (2024-06-30) + +**Note:** Version bump only for package @stacks/storage + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 6e7ebff40..154ecc07b 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/storage", - "version": "6.15.0", + "version": "6.16.0", "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.15.0", - "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", + "@stacks/auth": "^6.16.0", + "@stacks/common": "^6.16.0", + "@stacks/encryption": "^6.16.0", + "@stacks/network": "^6.16.0", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" }, diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md index 361c55495..714108e6d 100644 --- a/packages/transactions/CHANGELOG.md +++ b/packages/transactions/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.16.0](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.16.0) (2024-06-30) + + +### Features + +* Add `Cl.parse` Clarity value parser ([#1681](https://github.com/hirosystems/stacks.js/issues/1681)) ([b9f8775](https://github.com/hirosystems/stacks.js/commit/b9f8775e28f044894f6415df2d29bb3e1ed8e1c7)) +* Add non-sequential multi-sig support (and fix legacy multi-sig bugs) ([#1710](https://github.com/hirosystems/stacks.js/issues/1710)) ([879263c](https://github.com/hirosystems/stacks.js/commit/879263cb5f3fb896b868ccaac00b4a8d635054ff)) +* add serialization helpers for transaction ([#1706](https://github.com/hirosystems/stacks.js/issues/1706)) ([2c57ea4](https://github.com/hirosystems/stacks.js/commit/2c57ea4e5abed76da903f5138c79c1d2eceb008b)) +* Allow `0x` prefix in hexToBytes helper ([#1690](https://github.com/hirosystems/stacks.js/issues/1690)) ([33ca645](https://github.com/hirosystems/stacks.js/commit/33ca64598b639fbe2a752e8f2055c8e0053f44a1)) +* Use API for nonce detection if available ([#1704](https://github.com/hirosystems/stacks.js/issues/1704)) ([855ca69](https://github.com/hirosystems/stacks.js/commit/855ca69cecc00ac836077fbeef1f89e952f110c3)) + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) diff --git a/packages/transactions/package.json b/packages/transactions/package.json index 8fe825d6e..0697ad126 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/transactions", - "version": "6.15.0", + "version": "6.16.0", "description": "Javascript library for constructing transactions on the Stacks blockchain.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -27,13 +27,13 @@ "dependencies": { "@noble/hashes": "1.1.5", "@noble/secp256k1": "1.7.1", - "@stacks/common": "^6.13.0", - "@stacks/network": "^6.13.0", + "@stacks/common": "^6.16.0", + "@stacks/network": "^6.16.0", "c32check": "^2.0.0", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.15.0", + "@stacks/encryption": "^6.16.0", "@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 6c781142c..3bed6565a 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. +## [6.16.0](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.16.0) (2024-06-30) + +**Note:** Version bump only for package @stacks/wallet-sdk + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-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 e461c1e71..ec687ec75 100644 --- a/packages/wallet-sdk/package.json +++ b/packages/wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/wallet-sdk", - "version": "6.15.0", + "version": "6.16.0", "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.15.0", - "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", - "@stacks/profile": "^6.15.0", - "@stacks/storage": "^6.15.0", - "@stacks/transactions": "^6.15.0", + "@stacks/auth": "^6.16.0", + "@stacks/common": "^6.16.0", + "@stacks/encryption": "^6.16.0", + "@stacks/network": "^6.16.0", + "@stacks/profile": "^6.16.0", + "@stacks/storage": "^6.16.0", + "@stacks/transactions": "^6.16.0", "buffer": "^6.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1",