diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f823d0..d5951f0a 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.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30) + + +### Bug Fixes + +* export unexported methods ([0406085](https://github.com/hirosystems/stacks.js/commit/04060859809371dfe363dc44565c494f956b34ce)) + + + ## [6.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06) diff --git a/lerna.json b/lerna.json index 34b3d280..a82a1845 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.1.0", + "version": "6.1.1", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index dedf37ee..01f2d7a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24994,13 +24994,13 @@ }, "packages/auth": { "name": "@stacks/auth", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", - "@stacks/profile": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", + "@stacks/profile": "^6.1.1", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1", "query-string": "^6.13.1" @@ -25012,12 +25012,12 @@ }, "packages/bns": { "name": "@stacks/bns", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "@stacks/common": "^6.0.0", - "@stacks/network": "^6.1.0", - "@stacks/transactions": "^6.1.0" + "@stacks/network": "^6.1.1", + "@stacks/transactions": "^6.1.1" }, "devDependencies": { "process": "^0.11.10", @@ -25026,21 +25026,21 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.1.0", + "@stacks/auth": "^6.1.1", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.1.0", + "@stacks/bns": "^6.1.1", "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", - "@stacks/stacking": "^6.1.0", - "@stacks/storage": "^6.1.0", - "@stacks/transactions": "^6.1.0", - "@stacks/wallet-sdk": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", + "@stacks/stacking": "^6.1.1", + "@stacks/storage": "^6.1.1", + "@stacks/transactions": "^6.1.1", + "@stacks/wallet-sdk": "^6.1.1", "ajv": "^8.12.0", "bip32": "^2.0.6", "bip39": "^3.0.2", @@ -25209,7 +25209,7 @@ }, "packages/encryption": { "name": "@stacks/encryption", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -25224,7 +25224,7 @@ }, "devDependencies": { "@peculiar/webcrypto": "^1.1.6", - "@stacks/transactions": "^6.1.0", + "@stacks/transactions": "^6.1.1", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/sha.js": "^2.4.0", @@ -25276,7 +25276,7 @@ }, "packages/network": { "name": "@stacks/network", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "@stacks/common": "^6.0.0", @@ -25289,12 +25289,12 @@ }, "packages/profile": { "name": "@stacks/profile", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "@stacks/common": "^6.0.0", - "@stacks/network": "^6.1.0", - "@stacks/transactions": "^6.1.0", + "@stacks/network": "^6.1.1", + "@stacks/transactions": "^6.1.1", "jsontokens": "^4.0.1", "schema-inspector": "^2.0.2", "zone-file": "^2.0.0-beta.3" @@ -25307,15 +25307,15 @@ }, "packages/stacking": { "name": "@stacks/stacking", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "@scure/base": "1.1.1", "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.1.0", + "@stacks/transactions": "^6.1.1", "bs58": "^5.0.0" }, "devDependencies": { @@ -25376,13 +25376,13 @@ }, "packages/storage": { "name": "@stacks/storage", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { - "@stacks/auth": "^6.1.0", + "@stacks/auth": "^6.1.1", "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" }, @@ -25444,18 +25444,18 @@ }, "packages/transactions": { "name": "@stacks/transactions", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@noble/secp256k1": "1.7.1", "@stacks/common": "^6.0.0", - "@stacks/network": "^6.1.0", + "@stacks/network": "^6.1.1", "c32check": "^2.0.0", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.1.0", + "@stacks/encryption": "^6.1.1", "@types/common-tags": "^1.8.0", "@types/elliptic": "^6.4.12", "@types/lodash.clonedeep": "^4.5.6", @@ -25467,18 +25467,18 @@ }, "packages/wallet-sdk": { "name": "@stacks/wallet-sdk", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.1.0", + "@stacks/auth": "^6.1.1", "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", - "@stacks/profile": "^6.1.0", - "@stacks/storage": "^6.1.0", - "@stacks/transactions": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", + "@stacks/profile": "^6.1.1", + "@stacks/storage": "^6.1.1", + "@stacks/transactions": "^6.1.1", "buffer": "^6.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1", @@ -29946,9 +29946,9 @@ "version": "file:packages/auth", "requires": { "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", - "@stacks/profile": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", + "@stacks/profile": "^6.1.1", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1", "process": "^0.11.10", @@ -29974,8 +29974,8 @@ "version": "file:packages/bns", "requires": { "@stacks/common": "^6.0.0", - "@stacks/network": "^6.1.0", - "@stacks/transactions": "^6.1.0", + "@stacks/network": "^6.1.1", + "@stacks/transactions": "^6.1.1", "process": "^0.11.10", "rimraf": "^3.0.2" } @@ -29985,16 +29985,16 @@ "requires": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.1.0", + "@stacks/auth": "^6.1.1", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.1.0", + "@stacks/bns": "^6.1.1", "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", - "@stacks/stacking": "^6.1.0", - "@stacks/storage": "^6.1.0", - "@stacks/transactions": "^6.1.0", - "@stacks/wallet-sdk": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", + "@stacks/stacking": "^6.1.1", + "@stacks/storage": "^6.1.1", + "@stacks/transactions": "^6.1.1", + "@stacks/wallet-sdk": "^6.1.1", "@types/cors": "^2.8.5", "@types/express": "^4.16.1", "@types/express-winston": "^3.0.1", @@ -30118,7 +30118,7 @@ "@peculiar/webcrypto": "^1.1.6", "@scure/bip39": "1.1.0", "@stacks/common": "^6.0.0", - "@stacks/transactions": "^6.1.0", + "@stacks/transactions": "^6.1.1", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/node": "^18.0.4", @@ -30526,13 +30526,13 @@ "version": "file:packages/profile", "requires": { "@stacks/common": "^6.0.0", - "@stacks/network": "^6.1.0", - "@stacks/transactions": "^6.1.0", + "@stacks/network": "^6.1.1", + "@stacks/transactions": "^6.1.1", "bitcoinjs-lib": "^5.2.0", "jsontokens": "^4.0.1", "process": "^0.11.10", "rimraf": "^3.0.2", - "schema-inspector": "2.0.2", + "schema-inspector": "^2.0.2", "zone-file": "^2.0.0-beta.3" } }, @@ -30542,10 +30542,10 @@ "@scure/base": "1.1.1", "@stacks/blockchain-api-client": "^6.2.1", "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.1.0", + "@stacks/transactions": "^6.1.1", "bs58": "^5.0.0", "process": "^0.11.10", "rimraf": "^3.0.2", @@ -30561,7 +30561,7 @@ "cross-fetch": "3.1.5", "eventemitter3": "4.0.7", "jsonrpc-lite": "2.2.0", - "socket.io-client": "4.5.3", + "socket.io-client": "4.4.1", "ws": "7.5.6" } }, @@ -30592,9 +30592,9 @@ "@stacks/storage": { "version": "file:packages/storage", "requires": { - "@stacks/auth": "^6.1.0", + "@stacks/auth": "^6.1.1", "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", + "@stacks/encryption": "^6.1.1", "@stacks/network": "^4.1.0", "@types/jsdom": "^16.2.10", "base64-js": "^1.5.1", @@ -30644,8 +30644,8 @@ "@noble/hashes": "1.1.5", "@noble/secp256k1": "1.7.1", "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", "@types/common-tags": "^1.8.0", "@types/elliptic": "^6.4.12", "@types/lodash.clonedeep": "^4.5.6", @@ -30662,13 +30662,13 @@ "requires": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.1.0", + "@stacks/auth": "^6.1.1", "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", - "@stacks/profile": "^6.1.0", - "@stacks/storage": "^6.1.0", - "@stacks/transactions": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", + "@stacks/profile": "^6.1.1", + "@stacks/storage": "^6.1.1", + "@stacks/transactions": "^6.1.1", "@types/node": "^18.0.4", "assert": "^2.0.0", "buffer": "^6.0.3", @@ -36512,7 +36512,7 @@ "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", "requires": { - "ajv": "6.12.6", + "ajv": "^6.12.3", "har-schema": "^2.0.0" }, "dependencies": { diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index c61d3034..668cf380 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.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30) + +**Note:** Version bump only for package @stacks/auth + + + + + ## [6.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06) **Note:** Version bump only for package @stacks/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 3e080681..49af7c91 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/auth", - "version": "6.1.0", + "version": "6.1.1", "description": "Authentication for Stacks apps.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -21,9 +21,9 @@ }, "dependencies": { "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", - "@stacks/profile": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", + "@stacks/profile": "^6.1.1", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1", "query-string": "^6.13.1" diff --git a/packages/bns/CHANGELOG.md b/packages/bns/CHANGELOG.md index e12a1c67..214c3036 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.1.1](https://github.com/blockstack/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30) + +**Note:** Version bump only for package @stacks/bns + + + + + ## [6.1.0](https://github.com/blockstack/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06) **Note:** Version bump only for package @stacks/bns diff --git a/packages/bns/package.json b/packages/bns/package.json index 4824ad35..b4795b63 100755 --- a/packages/bns/package.json +++ b/packages/bns/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/bns", - "version": "6.1.0", + "version": "6.1.1", "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.0.0", - "@stacks/network": "^6.1.0", - "@stacks/transactions": "^6.1.0" + "@stacks/network": "^6.1.1", + "@stacks/transactions": "^6.1.1" }, "devDependencies": { "process": "^0.11.10", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 48fb8133..4e297221 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.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30) + +**Note:** Version bump only for package @stacks/cli + + + + + ## [6.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06) **Note:** Version bump only for package @stacks/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 9016f8d6..58f07ac0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "6.1.0", + "version": "6.1.1", "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.1.0", + "@stacks/auth": "^6.1.1", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.1.0", + "@stacks/bns": "^6.1.1", "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", - "@stacks/stacking": "^6.1.0", - "@stacks/storage": "^6.1.0", - "@stacks/transactions": "^6.1.0", - "@stacks/wallet-sdk": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", + "@stacks/stacking": "^6.1.1", + "@stacks/storage": "^6.1.1", + "@stacks/transactions": "^6.1.1", + "@stacks/wallet-sdk": "^6.1.1", "ajv": "^8.12.0", "bip32": "^2.0.6", "bip39": "^3.0.2", diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 5b4ff55a..29d48348 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.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30) + +**Note:** Version bump only for package @stacks/encryption + + + + + ## [6.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06) **Note:** Version bump only for package @stacks/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 351a8759..ce38d241 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/encryption", - "version": "6.1.0", + "version": "6.1.1", "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.1.0", + "@stacks/transactions": "^6.1.1", "@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 fd340486..f43d3b45 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.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30) + +**Note:** Version bump only for package @stacks/network + + + + + ## [6.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06) **Note:** Version bump only for package @stacks/network diff --git a/packages/network/package.json b/packages/network/package.json index febd36d1..67be2d43 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/network", - "version": "6.1.0", + "version": "6.1.1", "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 bc3528e3..35d24686 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.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30) + +**Note:** Version bump only for package @stacks/profile + + + + + ## [6.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06) **Note:** Version bump only for package @stacks/profile diff --git a/packages/profile/package.json b/packages/profile/package.json index 31af275a..41e92ab2 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/profile", - "version": "6.1.0", + "version": "6.1.1", "description": "Library for Stacks profiles", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -21,8 +21,8 @@ }, "dependencies": { "@stacks/common": "^6.0.0", - "@stacks/network": "^6.1.0", - "@stacks/transactions": "^6.1.0", + "@stacks/network": "^6.1.1", + "@stacks/transactions": "^6.1.1", "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 dea63b71..2d8a182a 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.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30) + +**Note:** Version bump only for package @stacks/stacking + + + + + ## [6.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06) **Note:** Version bump only for package @stacks/stacking diff --git a/packages/stacking/package.json b/packages/stacking/package.json index e8edd31f..b282db19 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/stacking", - "version": "6.1.0", + "version": "6.1.1", "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.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.1.0", + "@stacks/transactions": "^6.1.1", "bs58": "^5.0.0" }, "devDependencies": { diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 38475776..f56e5c07 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.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30) + +**Note:** Version bump only for package @stacks/storage + + + + + ## [6.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06) **Note:** Version bump only for package @stacks/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 143b4f0d..e1d2ac33 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/storage", - "version": "6.1.0", + "version": "6.1.1", "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.1.0", + "@stacks/auth": "^6.1.1", "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" }, diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md index 5450adf6..fc84ffbe 100644 --- a/packages/transactions/CHANGELOG.md +++ b/packages/transactions/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.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30) + +**Note:** Version bump only for package @stacks/transactions + + + + + ## [6.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06) diff --git a/packages/transactions/package.json b/packages/transactions/package.json index cfe500c4..819b6e38 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/transactions", - "version": "6.1.0", + "version": "6.1.1", "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.0.0", - "@stacks/network": "^6.1.0", + "@stacks/network": "^6.1.1", "c32check": "^2.0.0", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.1.0", + "@stacks/encryption": "^6.1.1", "@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 3746bfe8..dbb404b5 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.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30) + + +### Bug Fixes + +* export unexported methods ([0406085](https://github.com/hirosystems/stacks.js/commit/04060859809371dfe363dc44565c494f956b34ce)) + + + ## [6.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06) **Note:** Version bump only for package @stacks/wallet-sdk diff --git a/packages/wallet-sdk/package.json b/packages/wallet-sdk/package.json index e07c1e7e..e9ed56d3 100644 --- a/packages/wallet-sdk/package.json +++ b/packages/wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/wallet-sdk", - "version": "6.1.0", + "version": "6.1.1", "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.1.0", + "@stacks/auth": "^6.1.1", "@stacks/common": "^6.0.0", - "@stacks/encryption": "^6.1.0", - "@stacks/network": "^6.1.0", - "@stacks/profile": "^6.1.0", - "@stacks/storage": "^6.1.0", - "@stacks/transactions": "^6.1.0", + "@stacks/encryption": "^6.1.1", + "@stacks/network": "^6.1.1", + "@stacks/profile": "^6.1.1", + "@stacks/storage": "^6.1.1", + "@stacks/transactions": "^6.1.1", "buffer": "^6.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1",