From 20efe27eabfd7fb674c2c13290921dcc97ecd200 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 09:21:32 +0000 Subject: [PATCH] chore: version packages --- CHANGELOG.md | 16 ++++++++ lerna.json | 2 +- package-lock.json | 62 +++++++++++++++--------------- packages/auth/CHANGELOG.md | 8 ++++ packages/auth/package.json | 6 +-- packages/bns/CHANGELOG.md | 8 ++++ packages/bns/package.json | 4 +- packages/cli/CHANGELOG.md | 9 +++++ packages/cli/package.json | 16 ++++---- packages/encryption/CHANGELOG.md | 8 ++++ packages/encryption/package.json | 4 +- packages/profile/CHANGELOG.md | 8 ++++ packages/profile/package.json | 4 +- packages/stacking/CHANGELOG.md | 8 ++++ packages/stacking/package.json | 6 +-- packages/storage/CHANGELOG.md | 8 ++++ packages/storage/package.json | 6 +-- packages/transactions/CHANGELOG.md | 15 ++++++++ packages/transactions/package.json | 4 +- packages/wallet-sdk/CHANGELOG.md | 8 ++++ packages/wallet-sdk/package.json | 12 +++--- 21 files changed, 159 insertions(+), 63 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc000654..2766cc032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.11.0](https://github.com/hirosystems/stacks.js/compare/v6.10.0...v6.11.0) (2023-12-18) + + +### Features + +* add rate limit logic to gaia dump and restore via CLI ([#1607](https://github.com/hirosystems/stacks.js/issues/1607)) ([445a420](https://github.com/hirosystems/stacks.js/commit/445a420b1a6df4d692d54ba2b2b911a35a7ecbf3)) +* implement isClarityType ([6eb1319](https://github.com/hirosystems/stacks.js/commit/6eb13197ad6b0cc11717ab6d819709e4e4c736d9)) + + +### Bug Fixes + +* handle `NoEstimateAvailable` text error body ([802487d](https://github.com/hirosystems/stacks.js/commit/802487d1a787f621692a28da5fabc02e53ffb2f9)) +* type definition for map abi ([#1608](https://github.com/hirosystems/stacks.js/issues/1608)) ([39a30f2](https://github.com/hirosystems/stacks.js/commit/39a30f2e04e9e474216bbf81f27a7546d0f0792b)) + + + ## [6.10.0](https://github.com/hirosystems/stacks.js/compare/v6.9.0...v6.10.0) (2023-11-28) diff --git a/lerna.json b/lerna.json index d1b178f1b..3dcca5a67 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.10.0", + "version": "6.11.0", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 2a26749cd..85605ac62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23608,13 +23608,13 @@ }, "packages/auth": { "name": "@stacks/auth", - "version": "6.10.0", + "version": "6.11.0", "license": "MIT", "dependencies": { "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.10.0", + "@stacks/encryption": "^6.11.0", "@stacks/network": "^6.10.0", - "@stacks/profile": "^6.10.0", + "@stacks/profile": "^6.11.0", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, @@ -23639,12 +23639,12 @@ }, "packages/bns": { "name": "@stacks/bns", - "version": "6.10.0", + "version": "6.11.0", "license": "MIT", "dependencies": { "@stacks/common": "^6.10.0", "@stacks/network": "^6.10.0", - "@stacks/transactions": "^6.10.0" + "@stacks/transactions": "^6.11.0" }, "devDependencies": { "process": "^0.11.10", @@ -23667,21 +23667,21 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "6.10.0", + "version": "6.11.0", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.10.0", + "@stacks/auth": "^6.11.0", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.10.0", + "@stacks/bns": "^6.11.0", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.10.0", + "@stacks/encryption": "^6.11.0", "@stacks/network": "^6.10.0", - "@stacks/stacking": "^6.10.0", - "@stacks/storage": "^6.10.0", - "@stacks/transactions": "^6.10.0", - "@stacks/wallet-sdk": "^6.10.0", + "@stacks/stacking": "^6.11.0", + "@stacks/storage": "^6.11.0", + "@stacks/transactions": "^6.11.0", + "@stacks/wallet-sdk": "^6.11.0", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", @@ -23771,7 +23771,7 @@ }, "packages/encryption": { "name": "@stacks/encryption", - "version": "6.10.0", + "version": "6.11.0", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -23786,7 +23786,7 @@ }, "devDependencies": { "@peculiar/webcrypto": "^1.1.6", - "@stacks/transactions": "^6.10.0", + "@stacks/transactions": "^6.11.0", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/sha.js": "^2.4.0", @@ -23850,12 +23850,12 @@ }, "packages/profile": { "name": "@stacks/profile", - "version": "6.10.0", + "version": "6.11.0", "license": "MIT", "dependencies": { "@stacks/common": "^6.10.0", "@stacks/network": "^6.10.0", - "@stacks/transactions": "^6.10.0", + "@stacks/transactions": "^6.11.0", "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.10.0", + "version": "6.11.0", "license": "MIT", "dependencies": { "@scure/base": "1.1.1", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.10.0", + "@stacks/encryption": "^6.11.0", "@stacks/network": "^6.10.0", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.10.0", + "@stacks/transactions": "^6.11.0", "bs58": "^5.0.0" }, "devDependencies": { @@ -24029,12 +24029,12 @@ }, "packages/storage": { "name": "@stacks/storage", - "version": "6.10.0", + "version": "6.11.0", "license": "MIT", "dependencies": { - "@stacks/auth": "^6.10.0", + "@stacks/auth": "^6.11.0", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.10.0", + "@stacks/encryption": "^6.11.0", "@stacks/network": "^6.10.0", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" @@ -24112,7 +24112,7 @@ }, "packages/transactions": { "name": "@stacks/transactions", - "version": "6.10.0", + "version": "6.11.0", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -24123,7 +24123,7 @@ "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.10.0", + "@stacks/encryption": "^6.11.0", "@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.10.0", + "version": "6.11.0", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.10.0", + "@stacks/auth": "^6.11.0", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.10.0", + "@stacks/encryption": "^6.11.0", "@stacks/network": "^6.10.0", - "@stacks/profile": "^6.10.0", - "@stacks/storage": "^6.10.0", - "@stacks/transactions": "^6.10.0", + "@stacks/profile": "^6.11.0", + "@stacks/storage": "^6.11.0", + "@stacks/transactions": "^6.11.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 5600394a0..367236b8f 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.11.0](https://github.com/hirosystems/stacks.js/compare/v6.10.0...v6.11.0) (2023-12-18) + +**Note:** Version bump only for package @stacks/auth + + + + + ## [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/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index cd9211b4d..f82516b27 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/auth", - "version": "6.10.0", + "version": "6.11.0", "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.10.0", + "@stacks/encryption": "^6.11.0", "@stacks/network": "^6.10.0", - "@stacks/profile": "^6.10.0", + "@stacks/profile": "^6.11.0", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, diff --git a/packages/bns/CHANGELOG.md b/packages/bns/CHANGELOG.md index 3d9637791..5ba1d5e7e 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.0](https://github.com/blockstack/stacks.js/compare/v6.10.0...v6.11.0) (2023-12-18) + +**Note:** Version bump only for package @stacks/bns + + + + + ## [6.10.0](https://github.com/blockstack/stacks.js/compare/v6.9.0...v6.10.0) (2023-11-28) **Note:** Version bump only for package @stacks/bns diff --git a/packages/bns/package.json b/packages/bns/package.json index edc1bc10e..60162d502 100755 --- a/packages/bns/package.json +++ b/packages/bns/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/bns", - "version": "6.10.0", + "version": "6.11.0", "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.10.0", "@stacks/network": "^6.10.0", - "@stacks/transactions": "^6.10.0" + "@stacks/transactions": "^6.11.0" }, "devDependencies": { "process": "^0.11.10", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 6f6d00676..b9be86775 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.0](https://github.com/hirosystems/stacks.js/compare/v6.10.0...v6.11.0) (2023-12-18) + + +### Features + +* add rate limit logic to gaia dump and restore via CLI ([#1607](https://github.com/hirosystems/stacks.js/issues/1607)) ([445a420](https://github.com/hirosystems/stacks.js/commit/445a420b1a6df4d692d54ba2b2b911a35a7ecbf3)) + + + ## [6.10.0](https://github.com/hirosystems/stacks.js/compare/v6.9.0...v6.10.0) (2023-11-28) diff --git a/packages/cli/package.json b/packages/cli/package.json index 4049cf271..991897272 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "6.10.0", + "version": "6.11.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.10.0", + "@stacks/auth": "^6.11.0", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.10.0", + "@stacks/bns": "^6.11.0", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.10.0", + "@stacks/encryption": "^6.11.0", "@stacks/network": "^6.10.0", - "@stacks/stacking": "^6.10.0", - "@stacks/storage": "^6.10.0", - "@stacks/transactions": "^6.10.0", - "@stacks/wallet-sdk": "^6.10.0", + "@stacks/stacking": "^6.11.0", + "@stacks/storage": "^6.11.0", + "@stacks/transactions": "^6.11.0", + "@stacks/wallet-sdk": "^6.11.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 19d44477b..cfba00147 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.0](https://github.com/hirosystems/stacks.js/compare/v6.10.0...v6.11.0) (2023-12-18) + +**Note:** Version bump only for package @stacks/encryption + + + + + ## [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/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 0d0af9830..93a9acd68 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/encryption", - "version": "6.10.0", + "version": "6.11.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.10.0", + "@stacks/transactions": "^6.11.0", "@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 6f6b6d799..def22f447 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.0](https://github.com/hirosystems/stacks.js/compare/v6.10.0...v6.11.0) (2023-12-18) + +**Note:** Version bump only for package @stacks/profile + + + + + ## [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/profile diff --git a/packages/profile/package.json b/packages/profile/package.json index 781ed3fc2..797c316d7 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/profile", - "version": "6.10.0", + "version": "6.11.0", "description": "Library for Stacks profiles", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -22,7 +22,7 @@ "dependencies": { "@stacks/common": "^6.10.0", "@stacks/network": "^6.10.0", - "@stacks/transactions": "^6.10.0", + "@stacks/transactions": "^6.11.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 611ced84f..f447d00b2 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.0](https://github.com/hirosystems/stacks.js/compare/v6.10.0...v6.11.0) (2023-12-18) + +**Note:** Version bump only for package @stacks/stacking + + + + + ## [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/stacking diff --git a/packages/stacking/package.json b/packages/stacking/package.json index 3bb310b2a..c5edcaa6d 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/stacking", - "version": "6.10.0", + "version": "6.11.0", "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.10.0", + "@stacks/encryption": "^6.11.0", "@stacks/network": "^6.10.0", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.10.0", + "@stacks/transactions": "^6.11.0", "bs58": "^5.0.0" }, "devDependencies": { diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index ed8e9d81e..65f69c619 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.0](https://github.com/hirosystems/stacks.js/compare/v6.10.0...v6.11.0) (2023-12-18) + +**Note:** Version bump only for package @stacks/storage + + + + + ## [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/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index a996c98d5..7f12975f5 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/storage", - "version": "6.10.0", + "version": "6.11.0", "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.10.0", + "@stacks/auth": "^6.11.0", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.10.0", + "@stacks/encryption": "^6.11.0", "@stacks/network": "^6.10.0", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md index 2a08a2734..34cba6524 100644 --- a/packages/transactions/CHANGELOG.md +++ b/packages/transactions/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.11.0](https://github.com/hirosystems/stacks.js/compare/v6.10.0...v6.11.0) (2023-12-18) + + +### Features + +* implement isClarityType ([6eb1319](https://github.com/hirosystems/stacks.js/commit/6eb13197ad6b0cc11717ab6d819709e4e4c736d9)) + + +### Bug Fixes + +* handle `NoEstimateAvailable` text error body ([802487d](https://github.com/hirosystems/stacks.js/commit/802487d1a787f621692a28da5fabc02e53ffb2f9)) +* type definition for map abi ([#1608](https://github.com/hirosystems/stacks.js/issues/1608)) ([39a30f2](https://github.com/hirosystems/stacks.js/commit/39a30f2e04e9e474216bbf81f27a7546d0f0792b)) + + + ## [6.10.0](https://github.com/hirosystems/stacks.js/compare/v6.9.0...v6.10.0) (2023-11-28) diff --git a/packages/transactions/package.json b/packages/transactions/package.json index 07807c43e..8f2ecdcf6 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/transactions", - "version": "6.10.0", + "version": "6.11.0", "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.10.0", + "@stacks/encryption": "^6.11.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 f88450dbb..0fc08109f 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.11.0](https://github.com/hirosystems/stacks.js/compare/v6.10.0...v6.11.0) (2023-12-18) + +**Note:** Version bump only for package @stacks/wallet-sdk + + + + + ## [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/wallet-sdk diff --git a/packages/wallet-sdk/package.json b/packages/wallet-sdk/package.json index 8e9a23995..9e4a64314 100644 --- a/packages/wallet-sdk/package.json +++ b/packages/wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/wallet-sdk", - "version": "6.10.0", + "version": "6.11.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.10.0", + "@stacks/auth": "^6.11.0", "@stacks/common": "^6.10.0", - "@stacks/encryption": "^6.10.0", + "@stacks/encryption": "^6.11.0", "@stacks/network": "^6.10.0", - "@stacks/profile": "^6.10.0", - "@stacks/storage": "^6.10.0", - "@stacks/transactions": "^6.10.0", + "@stacks/profile": "^6.11.0", + "@stacks/storage": "^6.11.0", + "@stacks/transactions": "^6.11.0", "buffer": "^6.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1",