diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d3e6e44..23cf01439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-05) + + +### Bug Fixes + +* add missing none type for delegation without until_burn_ht ([b9cf9ef](https://github.com/hirosystems/stacks.js/commit/b9cf9efb1f89967bd2866e89f2d54e130b76a65e)) +* remove post-conditions from stx transfer ([679a93a](https://github.com/hirosystems/stacks.js/commit/679a93afd75253d21bec070c85b843c34aeb516b)) +* update AccountExtendedBalances interface ([89dc787](https://github.com/hirosystems/stacks.js/commit/89dc78791b5d1db00799917e858a76addc49f963)) +* update pc types to allow strict type checking ([#1494](https://github.com/hirosystems/stacks.js/issues/1494)) ([b916ef0](https://github.com/hirosystems/stacks.js/commit/b916ef06e8498f3b14403f850fc8a39881311ea7)) + + + ## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17) diff --git a/lerna.json b/lerna.json index cd291b558..86c66d1a0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.5.4", + "version": "6.5.5", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 7f8d53cff..573c90abe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25171,13 +25171,13 @@ }, "packages/auth": { "name": "@stacks/auth", - "version": "6.5.4", + "version": "6.5.5", "license": "MIT", "dependencies": { "@stacks/common": "^6.5.2", - "@stacks/encryption": "^6.5.4", + "@stacks/encryption": "^6.5.5", "@stacks/network": "^6.5.4", - "@stacks/profile": "^6.5.4", + "@stacks/profile": "^6.5.5", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, @@ -25188,12 +25188,12 @@ }, "packages/bns": { "name": "@stacks/bns", - "version": "6.5.4", + "version": "6.5.5", "license": "MIT", "dependencies": { "@stacks/common": "^6.5.2", "@stacks/network": "^6.5.4", - "@stacks/transactions": "^6.5.4" + "@stacks/transactions": "^6.5.5" }, "devDependencies": { "process": "^0.11.10", @@ -25202,21 +25202,21 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "6.5.4", + "version": "6.5.5", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.5.4", + "@stacks/auth": "^6.5.5", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.5.4", + "@stacks/bns": "^6.5.5", "@stacks/common": "^6.5.2", - "@stacks/encryption": "^6.5.4", + "@stacks/encryption": "^6.5.5", "@stacks/network": "^6.5.4", - "@stacks/stacking": "^6.5.4", - "@stacks/storage": "^6.5.4", - "@stacks/transactions": "^6.5.4", - "@stacks/wallet-sdk": "^6.5.4", + "@stacks/stacking": "^6.5.5", + "@stacks/storage": "^6.5.5", + "@stacks/transactions": "^6.5.5", + "@stacks/wallet-sdk": "^6.5.5", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", @@ -25405,7 +25405,7 @@ }, "packages/encryption": { "name": "@stacks/encryption", - "version": "6.5.4", + "version": "6.5.5", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -25420,7 +25420,7 @@ }, "devDependencies": { "@peculiar/webcrypto": "^1.1.6", - "@stacks/transactions": "^6.5.4", + "@stacks/transactions": "^6.5.5", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/sha.js": "^2.4.0", @@ -25485,12 +25485,12 @@ }, "packages/profile": { "name": "@stacks/profile", - "version": "6.5.4", + "version": "6.5.5", "license": "MIT", "dependencies": { "@stacks/common": "^6.5.2", "@stacks/network": "^6.5.4", - "@stacks/transactions": "^6.5.4", + "@stacks/transactions": "^6.5.5", "jsontokens": "^4.0.1", "schema-inspector": "^2.0.2", "zone-file": "^2.0.0-beta.3" @@ -25503,15 +25503,15 @@ }, "packages/stacking": { "name": "@stacks/stacking", - "version": "6.5.4", + "version": "6.5.5", "license": "MIT", "dependencies": { "@scure/base": "1.1.1", "@stacks/common": "^6.5.2", - "@stacks/encryption": "^6.5.4", + "@stacks/encryption": "^6.5.5", "@stacks/network": "^6.5.4", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.5.4", + "@stacks/transactions": "^6.5.5", "bs58": "^5.0.0" }, "devDependencies": { @@ -25573,12 +25573,12 @@ }, "packages/storage": { "name": "@stacks/storage", - "version": "6.5.4", + "version": "6.5.5", "license": "MIT", "dependencies": { - "@stacks/auth": "^6.5.4", + "@stacks/auth": "^6.5.5", "@stacks/common": "^6.5.2", - "@stacks/encryption": "^6.5.4", + "@stacks/encryption": "^6.5.5", "@stacks/network": "^6.5.4", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" @@ -25641,7 +25641,7 @@ }, "packages/transactions": { "name": "@stacks/transactions", - "version": "6.5.4", + "version": "6.5.5", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -25652,7 +25652,7 @@ "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.5.4", + "@stacks/encryption": "^6.5.5", "@types/common-tags": "^1.8.0", "@types/elliptic": "^6.4.12", "@types/lodash.clonedeep": "^4.5.6", @@ -25664,18 +25664,18 @@ }, "packages/wallet-sdk": { "name": "@stacks/wallet-sdk", - "version": "6.5.4", + "version": "6.5.5", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.5.4", + "@stacks/auth": "^6.5.5", "@stacks/common": "^6.5.2", - "@stacks/encryption": "^6.5.4", + "@stacks/encryption": "^6.5.5", "@stacks/network": "^6.5.4", - "@stacks/profile": "^6.5.4", - "@stacks/storage": "^6.5.4", - "@stacks/transactions": "^6.5.4", + "@stacks/profile": "^6.5.5", + "@stacks/storage": "^6.5.5", + "@stacks/transactions": "^6.5.5", "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 f8ef146da..5bf8901a7 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.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-05) + +**Note:** Version bump only for package @stacks/auth + + + + + ## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17) **Note:** Version bump only for package @stacks/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 1ab182d10..cfded889d 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/auth", - "version": "6.5.4", + "version": "6.5.5", "description": "Authentication for Stacks apps.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -21,9 +21,9 @@ }, "dependencies": { "@stacks/common": "^6.5.2", - "@stacks/encryption": "^6.5.4", + "@stacks/encryption": "^6.5.5", "@stacks/network": "^6.5.4", - "@stacks/profile": "^6.5.4", + "@stacks/profile": "^6.5.5", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, diff --git a/packages/bns/CHANGELOG.md b/packages/bns/CHANGELOG.md index ca356220c..69ff0eba4 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.5.5](https://github.com/blockstack/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-05) + +**Note:** Version bump only for package @stacks/bns + + + + + ## [6.5.4](https://github.com/blockstack/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17) **Note:** Version bump only for package @stacks/bns diff --git a/packages/bns/package.json b/packages/bns/package.json index bf7061e9d..0d0a797b8 100755 --- a/packages/bns/package.json +++ b/packages/bns/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/bns", - "version": "6.5.4", + "version": "6.5.5", "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": "^6.5.2", "@stacks/network": "^6.5.4", - "@stacks/transactions": "^6.5.4" + "@stacks/transactions": "^6.5.5" }, "devDependencies": { "process": "^0.11.10", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ec5dc7511..8612938e5 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.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-05) + +**Note:** Version bump only for package @stacks/cli + + + + + ## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17) **Note:** Version bump only for package @stacks/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index b4d647c01..ff6395c18 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "6.5.4", + "version": "6.5.5", "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.5.4", + "@stacks/auth": "^6.5.5", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.5.4", + "@stacks/bns": "^6.5.5", "@stacks/common": "^6.5.2", - "@stacks/encryption": "^6.5.4", + "@stacks/encryption": "^6.5.5", "@stacks/network": "^6.5.4", - "@stacks/stacking": "^6.5.4", - "@stacks/storage": "^6.5.4", - "@stacks/transactions": "^6.5.4", - "@stacks/wallet-sdk": "^6.5.4", + "@stacks/stacking": "^6.5.5", + "@stacks/storage": "^6.5.5", + "@stacks/transactions": "^6.5.5", + "@stacks/wallet-sdk": "^6.5.5", "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 ae5160233..74e37b594 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.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-05) + +**Note:** Version bump only for package @stacks/encryption + + + + + ## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17) **Note:** Version bump only for package @stacks/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 7fb9283d1..8666bd3af 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/encryption", - "version": "6.5.4", + "version": "6.5.5", "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.5.4", + "@stacks/transactions": "^6.5.5", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/sha.js": "^2.4.0", diff --git a/packages/profile/CHANGELOG.md b/packages/profile/CHANGELOG.md index f697168e0..163b21122 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.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-05) + +**Note:** Version bump only for package @stacks/profile + + + + + ## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17) **Note:** Version bump only for package @stacks/profile diff --git a/packages/profile/package.json b/packages/profile/package.json index 68f38af78..ce08825a8 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/profile", - "version": "6.5.4", + "version": "6.5.5", "description": "Library for Stacks profiles", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -22,7 +22,7 @@ "dependencies": { "@stacks/common": "^6.5.2", "@stacks/network": "^6.5.4", - "@stacks/transactions": "^6.5.4", + "@stacks/transactions": "^6.5.5", "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 cac50af16..fddf013be 100644 --- a/packages/stacking/CHANGELOG.md +++ b/packages/stacking/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.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-05) + + +### Bug Fixes + +* add missing none type for delegation without until_burn_ht ([b9cf9ef](https://github.com/hirosystems/stacks.js/commit/b9cf9efb1f89967bd2866e89f2d54e130b76a65e)) +* update AccountExtendedBalances interface ([89dc787](https://github.com/hirosystems/stacks.js/commit/89dc78791b5d1db00799917e858a76addc49f963)) + + + ## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17) diff --git a/packages/stacking/package.json b/packages/stacking/package.json index 490643c18..b169fac61 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/stacking", - "version": "6.5.4", + "version": "6.5.5", "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.5.2", - "@stacks/encryption": "^6.5.4", + "@stacks/encryption": "^6.5.5", "@stacks/network": "^6.5.4", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.5.4", + "@stacks/transactions": "^6.5.5", "bs58": "^5.0.0" }, "devDependencies": { diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 6dec438a5..5199f4827 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.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-05) + +**Note:** Version bump only for package @stacks/storage + + + + + ## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17) **Note:** Version bump only for package @stacks/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 62582c21b..46983c8c4 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/storage", - "version": "6.5.4", + "version": "6.5.5", "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": "^6.5.4", + "@stacks/auth": "^6.5.5", "@stacks/common": "^6.5.2", - "@stacks/encryption": "^6.5.4", + "@stacks/encryption": "^6.5.5", "@stacks/network": "^6.5.4", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md index f728819a6..9cc30bed7 100644 --- a/packages/transactions/CHANGELOG.md +++ b/packages/transactions/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.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-05) + + +### Bug Fixes + +* remove post-conditions from stx transfer ([679a93a](https://github.com/hirosystems/stacks.js/commit/679a93afd75253d21bec070c85b843c34aeb516b)) +* update pc types to allow strict type checking ([#1494](https://github.com/hirosystems/stacks.js/issues/1494)) ([b916ef0](https://github.com/hirosystems/stacks.js/commit/b916ef06e8498f3b14403f850fc8a39881311ea7)) + + + ## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17) **Note:** Version bump only for package @stacks/transactions diff --git a/packages/transactions/package.json b/packages/transactions/package.json index f1b3d3873..3bbdfd68b 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/transactions", - "version": "6.5.4", + "version": "6.5.5", "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": "^6.5.4", + "@stacks/encryption": "^6.5.5", "@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 26447e122..0a9ab286b 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.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-05) + +**Note:** Version bump only for package @stacks/wallet-sdk + + + + + ## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17) **Note:** Version bump only for package @stacks/wallet-sdk diff --git a/packages/wallet-sdk/package.json b/packages/wallet-sdk/package.json index 42715d216..2d7f48f61 100644 --- a/packages/wallet-sdk/package.json +++ b/packages/wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/wallet-sdk", - "version": "6.5.4", + "version": "6.5.5", "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.5.4", + "@stacks/auth": "^6.5.5", "@stacks/common": "^6.5.2", - "@stacks/encryption": "^6.5.4", + "@stacks/encryption": "^6.5.5", "@stacks/network": "^6.5.4", - "@stacks/profile": "^6.5.4", - "@stacks/storage": "^6.5.4", - "@stacks/transactions": "^6.5.4", + "@stacks/profile": "^6.5.5", + "@stacks/storage": "^6.5.5", + "@stacks/transactions": "^6.5.5", "buffer": "^6.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1",