diff --git a/CHANGELOG.md b/CHANGELOG.md index dd692928d..a51d8fcea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.17.0](https://github.com/hirosystems/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17) + + +### Features + +* add clarity3 in clarityversion enum ([525c3ff](https://github.com/hirosystems/stacks.js/commit/525c3ff95d9554b25781c20d755be47f76f69556)) + + +### Bug Fixes + +* allow read-only headers in fetch ([3c19b93](https://github.com/hirosystems/stacks.js/commit/3c19b9311b7af02a8832937c411b6f461cb3b624)) + + + ## [6.16.1](https://github.com/hirosystems/stacks.js/compare/v6.16.0...v6.16.1) (2024-07-02) diff --git a/lerna.json b/lerna.json index f67aa0d17..82d3c7c2f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.16.1", + "version": "6.17.0", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 24047c09c..d47b988a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23980,13 +23980,13 @@ }, "packages/auth": { "name": "@stacks/auth", - "version": "6.16.1", + "version": "6.17.0", "license": "MIT", "dependencies": { "@stacks/common": "^6.16.0", - "@stacks/encryption": "^6.16.1", - "@stacks/network": "^6.16.0", - "@stacks/profile": "^6.16.1", + "@stacks/encryption": "^6.17.0", + "@stacks/network": "^6.17.0", + "@stacks/profile": "^6.17.0", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, @@ -24011,12 +24011,12 @@ }, "packages/bns": { "name": "@stacks/bns", - "version": "6.16.1", + "version": "6.17.0", "license": "MIT", "dependencies": { "@stacks/common": "^6.16.0", - "@stacks/network": "^6.16.0", - "@stacks/transactions": "^6.16.1" + "@stacks/network": "^6.17.0", + "@stacks/transactions": "^6.17.0" }, "devDependencies": { "process": "^0.11.10", @@ -24039,21 +24039,21 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "6.16.1", + "version": "6.17.0", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.16.1", + "@stacks/auth": "^6.17.0", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.16.1", + "@stacks/bns": "^6.17.0", "@stacks/common": "^6.16.0", - "@stacks/encryption": "^6.16.1", - "@stacks/network": "^6.16.0", - "@stacks/stacking": "^6.16.1", - "@stacks/storage": "^6.16.1", - "@stacks/transactions": "^6.16.1", - "@stacks/wallet-sdk": "^6.16.1", + "@stacks/encryption": "^6.17.0", + "@stacks/network": "^6.17.0", + "@stacks/stacking": "^6.17.0", + "@stacks/storage": "^6.17.0", + "@stacks/transactions": "^6.17.0", + "@stacks/wallet-sdk": "^6.17.0", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", @@ -24143,7 +24143,7 @@ }, "packages/encryption": { "name": "@stacks/encryption", - "version": "6.16.1", + "version": "6.17.0", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -24158,7 +24158,7 @@ }, "devDependencies": { "@peculiar/webcrypto": "^1.1.6", - "@stacks/transactions": "^6.16.1", + "@stacks/transactions": "^6.17.0", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/sha.js": "^2.4.0", @@ -24195,7 +24195,7 @@ }, "packages/network": { "name": "@stacks/network", - "version": "6.16.0", + "version": "6.17.0", "license": "MIT", "dependencies": { "@stacks/common": "^6.16.0", @@ -24222,12 +24222,12 @@ }, "packages/profile": { "name": "@stacks/profile", - "version": "6.16.1", + "version": "6.17.0", "license": "MIT", "dependencies": { "@stacks/common": "^6.16.0", - "@stacks/network": "^6.16.0", - "@stacks/transactions": "^6.16.1", + "@stacks/network": "^6.17.0", + "@stacks/transactions": "^6.17.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.16.1", + "version": "6.17.0", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@scure/base": "1.1.1", "@stacks/common": "^6.16.0", - "@stacks/encryption": "^6.16.1", - "@stacks/network": "^6.16.0", + "@stacks/encryption": "^6.17.0", + "@stacks/network": "^6.17.0", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.16.1", + "@stacks/transactions": "^6.17.0", "bs58": "^5.0.0" }, "devDependencies": { @@ -24402,13 +24402,13 @@ }, "packages/storage": { "name": "@stacks/storage", - "version": "6.16.1", + "version": "6.17.0", "license": "MIT", "dependencies": { - "@stacks/auth": "^6.16.1", + "@stacks/auth": "^6.17.0", "@stacks/common": "^6.16.0", - "@stacks/encryption": "^6.16.1", - "@stacks/network": "^6.16.0", + "@stacks/encryption": "^6.17.0", + "@stacks/network": "^6.17.0", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" }, @@ -24485,18 +24485,18 @@ }, "packages/transactions": { "name": "@stacks/transactions", - "version": "6.16.1", + "version": "6.17.0", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@noble/secp256k1": "1.7.1", "@stacks/common": "^6.16.0", - "@stacks/network": "^6.16.0", + "@stacks/network": "^6.17.0", "c32check": "^2.0.0", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.16.1", + "@stacks/encryption": "^6.17.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.16.1", + "version": "6.17.0", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.16.1", + "@stacks/auth": "^6.17.0", "@stacks/common": "^6.16.0", - "@stacks/encryption": "^6.16.1", - "@stacks/network": "^6.16.0", - "@stacks/profile": "^6.16.1", - "@stacks/storage": "^6.16.1", - "@stacks/transactions": "^6.16.1", + "@stacks/encryption": "^6.17.0", + "@stacks/network": "^6.17.0", + "@stacks/profile": "^6.17.0", + "@stacks/storage": "^6.17.0", + "@stacks/transactions": "^6.17.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 2b21275b4..f15d5f868 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.17.0](https://github.com/hirosystems/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17) + +**Note:** Version bump only for package @stacks/auth + + + + + ## [6.16.1](https://github.com/hirosystems/stacks.js/compare/v6.16.0...v6.16.1) (2024-07-02) **Note:** Version bump only for package @stacks/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 27d6eeea6..e12b33291 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/auth", - "version": "6.16.1", + "version": "6.17.0", "description": "Authentication for Stacks apps.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -21,9 +21,9 @@ }, "dependencies": { "@stacks/common": "^6.16.0", - "@stacks/encryption": "^6.16.1", - "@stacks/network": "^6.16.0", - "@stacks/profile": "^6.16.1", + "@stacks/encryption": "^6.17.0", + "@stacks/network": "^6.17.0", + "@stacks/profile": "^6.17.0", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, diff --git a/packages/bns/CHANGELOG.md b/packages/bns/CHANGELOG.md index 68e3d2e48..557939fa5 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.17.0](https://github.com/blockstack/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17) + +**Note:** Version bump only for package @stacks/bns + + + + + ## [6.16.1](https://github.com/blockstack/stacks.js/compare/v6.16.0...v6.16.1) (2024-07-02) **Note:** Version bump only for package @stacks/bns diff --git a/packages/bns/package.json b/packages/bns/package.json index 86cf4596d..d69d91698 100755 --- a/packages/bns/package.json +++ b/packages/bns/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/bns", - "version": "6.16.1", + "version": "6.17.0", "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.16.0", - "@stacks/network": "^6.16.0", - "@stacks/transactions": "^6.16.1" + "@stacks/network": "^6.17.0", + "@stacks/transactions": "^6.17.0" }, "devDependencies": { "process": "^0.11.10", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 53fff5da5..99d74c250 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. +## [6.17.0](https://github.com/hirosystems/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17) + +**Note:** Version bump only for package @stacks/cli + + + + + ## [6.16.1](https://github.com/hirosystems/stacks.js/compare/v6.16.0...v6.16.1) (2024-07-02) **Note:** Version bump only for package @stacks/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 85e74080a..5e38e3218 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "6.16.1", + "version": "6.17.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.16.1", + "@stacks/auth": "^6.17.0", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.16.1", + "@stacks/bns": "^6.17.0", "@stacks/common": "^6.16.0", - "@stacks/encryption": "^6.16.1", - "@stacks/network": "^6.16.0", - "@stacks/stacking": "^6.16.1", - "@stacks/storage": "^6.16.1", - "@stacks/transactions": "^6.16.1", - "@stacks/wallet-sdk": "^6.16.1", + "@stacks/encryption": "^6.17.0", + "@stacks/network": "^6.17.0", + "@stacks/stacking": "^6.17.0", + "@stacks/storage": "^6.17.0", + "@stacks/transactions": "^6.17.0", + "@stacks/wallet-sdk": "^6.17.0", "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 be12c84ce..460766a5c 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.17.0](https://github.com/hirosystems/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17) + +**Note:** Version bump only for package @stacks/encryption + + + + + ## [6.16.1](https://github.com/hirosystems/stacks.js/compare/v6.16.0...v6.16.1) (2024-07-02) **Note:** Version bump only for package @stacks/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index e9a54e7d7..de1037a02 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/encryption", - "version": "6.16.1", + "version": "6.17.0", "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.16.1", + "@stacks/transactions": "^6.17.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 00656d9dd..494b7669f 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.17.0](https://github.com/hirosystems/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17) + + +### Bug Fixes + +* allow read-only headers in fetch ([3c19b93](https://github.com/hirosystems/stacks.js/commit/3c19b9311b7af02a8832937c411b6f461cb3b624)) + + + ## [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 diff --git a/packages/network/package.json b/packages/network/package.json index abca3dd69..b627666e4 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/network", - "version": "6.16.0", + "version": "6.17.0", "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 f07955081..2d418e504 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.17.0](https://github.com/hirosystems/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17) + +**Note:** Version bump only for package @stacks/profile + + + + + ## [6.16.1](https://github.com/hirosystems/stacks.js/compare/v6.16.0...v6.16.1) (2024-07-02) **Note:** Version bump only for package @stacks/profile diff --git a/packages/profile/package.json b/packages/profile/package.json index a992062d3..f650f1605 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/profile", - "version": "6.16.1", + "version": "6.17.0", "description": "Library for Stacks profiles", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -21,8 +21,8 @@ }, "dependencies": { "@stacks/common": "^6.16.0", - "@stacks/network": "^6.16.0", - "@stacks/transactions": "^6.16.1", + "@stacks/network": "^6.17.0", + "@stacks/transactions": "^6.17.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 f7b5e3202..f21ba84b5 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.17.0](https://github.com/hirosystems/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17) + +**Note:** Version bump only for package @stacks/stacking + + + + + ## [6.16.1](https://github.com/hirosystems/stacks.js/compare/v6.16.0...v6.16.1) (2024-07-02) **Note:** Version bump only for package @stacks/stacking diff --git a/packages/stacking/package.json b/packages/stacking/package.json index 9d28e71af..467773ea6 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/stacking", - "version": "6.16.1", + "version": "6.17.0", "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": "^6.16.0", - "@stacks/encryption": "^6.16.1", - "@stacks/network": "^6.16.0", + "@stacks/encryption": "^6.17.0", + "@stacks/network": "^6.17.0", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.16.1", + "@stacks/transactions": "^6.17.0", "bs58": "^5.0.0" }, "devDependencies": { diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 98a79a578..c96e02318 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.17.0](https://github.com/hirosystems/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17) + +**Note:** Version bump only for package @stacks/storage + + + + + ## [6.16.1](https://github.com/hirosystems/stacks.js/compare/v6.16.0...v6.16.1) (2024-07-02) **Note:** Version bump only for package @stacks/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 3e6756fe4..cfa5cd42a 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/storage", - "version": "6.16.1", + "version": "6.17.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.16.1", + "@stacks/auth": "^6.17.0", "@stacks/common": "^6.16.0", - "@stacks/encryption": "^6.16.1", - "@stacks/network": "^6.16.0", + "@stacks/encryption": "^6.17.0", + "@stacks/network": "^6.17.0", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" }, diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md index cbfbf7b0b..f56b3fce1 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.17.0](https://github.com/hirosystems/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17) + + +### Features + +* add clarity3 in clarityversion enum ([525c3ff](https://github.com/hirosystems/stacks.js/commit/525c3ff95d9554b25781c20d755be47f76f69556)) + + + ## [6.16.1](https://github.com/hirosystems/stacks.js/compare/v6.16.0...v6.16.1) (2024-07-02) diff --git a/packages/transactions/package.json b/packages/transactions/package.json index 30508ce29..3081c6a2e 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/transactions", - "version": "6.16.1", + "version": "6.17.0", "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.16.0", - "@stacks/network": "^6.16.0", + "@stacks/network": "^6.17.0", "c32check": "^2.0.0", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.16.1", + "@stacks/encryption": "^6.17.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 3afd4e305..ad0cdd2e3 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.17.0](https://github.com/hirosystems/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17) + +**Note:** Version bump only for package @stacks/wallet-sdk + + + + + ## [6.16.1](https://github.com/hirosystems/stacks.js/compare/v6.16.0...v6.16.1) (2024-07-02) **Note:** Version bump only for package @stacks/wallet-sdk diff --git a/packages/wallet-sdk/package.json b/packages/wallet-sdk/package.json index 216e8992d..7a481372f 100644 --- a/packages/wallet-sdk/package.json +++ b/packages/wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/wallet-sdk", - "version": "6.16.1", + "version": "6.17.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.16.1", + "@stacks/auth": "^6.17.0", "@stacks/common": "^6.16.0", - "@stacks/encryption": "^6.16.1", - "@stacks/network": "^6.16.0", - "@stacks/profile": "^6.16.1", - "@stacks/storage": "^6.16.1", - "@stacks/transactions": "^6.16.1", + "@stacks/encryption": "^6.17.0", + "@stacks/network": "^6.17.0", + "@stacks/profile": "^6.17.0", + "@stacks/storage": "^6.17.0", + "@stacks/transactions": "^6.17.0", "buffer": "^6.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1",