From 46ee0871f554cc7aab554c27e8827e91f39a00d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Jul 2023 18:18:29 +0000 Subject: [PATCH] chore: version packages --- CHANGELOG.md | 9 +++++++ lerna.json | 2 +- package-lock.json | 43 +++++++++++++++--------------- packages/bns/CHANGELOG.md | 8 ++++++ packages/bns/package.json | 4 +-- packages/cli/CHANGELOG.md | 8 ++++++ packages/cli/package.json | 12 ++++----- packages/encryption/CHANGELOG.md | 8 ++++++ packages/encryption/package.json | 4 +-- packages/profile/CHANGELOG.md | 8 ++++++ packages/profile/package.json | 4 +-- packages/stacking/CHANGELOG.md | 9 +++++++ packages/stacking/package.json | 6 ++--- packages/transactions/CHANGELOG.md | 8 ++++++ packages/transactions/package.json | 4 +-- packages/wallet-sdk/CHANGELOG.md | 8 ++++++ packages/wallet-sdk/package.json | 8 +++--- 17 files changed, 110 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db502d030..0a1f68edd 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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24) + + +### Features + +* **stacking:** add getSecondsUntilStackingDeadline helper method ([#1528](https://github.com/hirosystems/stacks.js/issues/1528)) ([3c819c2](https://github.com/hirosystems/stacks.js/commit/3c819c28ebda8b79aa7d0fcb3edf447f72324457)) + + + ## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14) diff --git a/lerna.json b/lerna.json index 86c66d1a0..6404da5ec 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.5.5", + "version": "6.6.0", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 0aaa9ddef..868f379a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "packages": { "": { "name": "root", + "license": "MIT", "workspaces": [ "packages/**" ], @@ -25188,12 +25189,12 @@ }, "packages/bns": { "name": "@stacks/bns", - "version": "6.5.5", + "version": "6.6.0", "license": "MIT", "dependencies": { "@stacks/common": "^6.5.5", "@stacks/network": "^6.5.5", - "@stacks/transactions": "^6.5.5" + "@stacks/transactions": "^6.6.0" }, "devDependencies": { "process": "^0.11.10", @@ -25202,21 +25203,21 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "6.5.5", + "version": "6.6.0", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", "@stacks/auth": "^6.5.5", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.5.5", + "@stacks/bns": "^6.6.0", "@stacks/common": "^6.5.5", - "@stacks/encryption": "^6.5.5", + "@stacks/encryption": "^6.6.0", "@stacks/network": "^6.5.5", - "@stacks/stacking": "^6.5.5", + "@stacks/stacking": "^6.6.0", "@stacks/storage": "^6.5.5", - "@stacks/transactions": "^6.5.5", - "@stacks/wallet-sdk": "^6.5.5", + "@stacks/transactions": "^6.6.0", + "@stacks/wallet-sdk": "^6.6.0", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", @@ -25405,7 +25406,7 @@ }, "packages/encryption": { "name": "@stacks/encryption", - "version": "6.5.5", + "version": "6.6.0", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -25420,7 +25421,7 @@ }, "devDependencies": { "@peculiar/webcrypto": "^1.1.6", - "@stacks/transactions": "^6.5.5", + "@stacks/transactions": "^6.6.0", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/sha.js": "^2.4.0", @@ -25485,12 +25486,12 @@ }, "packages/profile": { "name": "@stacks/profile", - "version": "6.5.5", + "version": "6.6.0", "license": "MIT", "dependencies": { "@stacks/common": "^6.5.5", "@stacks/network": "^6.5.5", - "@stacks/transactions": "^6.5.5", + "@stacks/transactions": "^6.6.0", "jsontokens": "^4.0.1", "schema-inspector": "^2.0.2", "zone-file": "^2.0.0-beta.3" @@ -25503,15 +25504,15 @@ }, "packages/stacking": { "name": "@stacks/stacking", - "version": "6.5.5", + "version": "6.6.0", "license": "MIT", "dependencies": { "@scure/base": "1.1.1", "@stacks/common": "^6.5.5", - "@stacks/encryption": "^6.5.5", + "@stacks/encryption": "^6.6.0", "@stacks/network": "^6.5.5", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.5.5", + "@stacks/transactions": "^6.6.0", "bs58": "^5.0.0" }, "devDependencies": { @@ -25641,7 +25642,7 @@ }, "packages/transactions": { "name": "@stacks/transactions", - "version": "6.5.5", + "version": "6.6.0", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -25652,7 +25653,7 @@ "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.5.5", + "@stacks/encryption": "^6.6.0", "@types/common-tags": "^1.8.0", "@types/elliptic": "^6.4.12", "@types/lodash.clonedeep": "^4.5.6", @@ -25664,18 +25665,18 @@ }, "packages/wallet-sdk": { "name": "@stacks/wallet-sdk", - "version": "6.5.5", + "version": "6.6.0", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", "@stacks/auth": "^6.5.5", "@stacks/common": "^6.5.5", - "@stacks/encryption": "^6.5.5", + "@stacks/encryption": "^6.6.0", "@stacks/network": "^6.5.5", - "@stacks/profile": "^6.5.5", + "@stacks/profile": "^6.6.0", "@stacks/storage": "^6.5.5", - "@stacks/transactions": "^6.5.5", + "@stacks/transactions": "^6.6.0", "buffer": "^6.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1", diff --git a/packages/bns/CHANGELOG.md b/packages/bns/CHANGELOG.md index 427c42d33..45c4ab443 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.6.0](https://github.com/blockstack/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24) + +**Note:** Version bump only for package @stacks/bns + + + + + ## [6.5.5](https://github.com/blockstack/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14) **Note:** Version bump only for package @stacks/bns diff --git a/packages/bns/package.json b/packages/bns/package.json index adfa2c9bf..9b4743801 100755 --- a/packages/bns/package.json +++ b/packages/bns/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/bns", - "version": "6.5.5", + "version": "6.6.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.5.5", "@stacks/network": "^6.5.5", - "@stacks/transactions": "^6.5.5" + "@stacks/transactions": "^6.6.0" }, "devDependencies": { "process": "^0.11.10", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 39a1a6be5..20f5b0bd0 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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24) + +**Note:** Version bump only for package @stacks/cli + + + + + ## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14) **Note:** Version bump only for package @stacks/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 64c778067..252fe0cb3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "6.5.5", + "version": "6.6.0", "description": "Stacks command line tool", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -22,14 +22,14 @@ "@scure/bip39": "1.1.0", "@stacks/auth": "^6.5.5", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.5.5", + "@stacks/bns": "^6.6.0", "@stacks/common": "^6.5.5", - "@stacks/encryption": "^6.5.5", + "@stacks/encryption": "^6.6.0", "@stacks/network": "^6.5.5", - "@stacks/stacking": "^6.5.5", + "@stacks/stacking": "^6.6.0", "@stacks/storage": "^6.5.5", - "@stacks/transactions": "^6.5.5", - "@stacks/wallet-sdk": "^6.5.5", + "@stacks/transactions": "^6.6.0", + "@stacks/wallet-sdk": "^6.6.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 afb9ffb8b..03af9329c 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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24) + +**Note:** Version bump only for package @stacks/encryption + + + + + ## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14) **Note:** Version bump only for package @stacks/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index ad9b5a703..fab64f770 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/encryption", - "version": "6.5.5", + "version": "6.6.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.5.5", + "@stacks/transactions": "^6.6.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 6a41b91c4..8c0fea3e4 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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24) + +**Note:** Version bump only for package @stacks/profile + + + + + ## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14) **Note:** Version bump only for package @stacks/profile diff --git a/packages/profile/package.json b/packages/profile/package.json index 1c2b929be..ca3096922 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/profile", - "version": "6.5.5", + "version": "6.6.0", "description": "Library for Stacks profiles", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -22,7 +22,7 @@ "dependencies": { "@stacks/common": "^6.5.5", "@stacks/network": "^6.5.5", - "@stacks/transactions": "^6.5.5", + "@stacks/transactions": "^6.6.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 82bed9d2c..a64127ae2 100644 --- a/packages/stacking/CHANGELOG.md +++ b/packages/stacking/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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24) + + +### Features + +* **stacking:** add getSecondsUntilStackingDeadline helper method ([#1528](https://github.com/hirosystems/stacks.js/issues/1528)) ([3c819c2](https://github.com/hirosystems/stacks.js/commit/3c819c28ebda8b79aa7d0fcb3edf447f72324457)) + + + ## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14) diff --git a/packages/stacking/package.json b/packages/stacking/package.json index 5911c6479..a093dcf1a 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/stacking", - "version": "6.5.5", + "version": "6.6.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.5.5", - "@stacks/encryption": "^6.5.5", + "@stacks/encryption": "^6.6.0", "@stacks/network": "^6.5.5", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.5.5", + "@stacks/transactions": "^6.6.0", "bs58": "^5.0.0" }, "devDependencies": { diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md index 589301aed..1587a7234 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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24) + +**Note:** Version bump only for package @stacks/transactions + + + + + ## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14) diff --git a/packages/transactions/package.json b/packages/transactions/package.json index 0fb683286..9f8ed9094 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/transactions", - "version": "6.5.5", + "version": "6.6.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.5.5", + "@stacks/encryption": "^6.6.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 7ea41c15f..1774df422 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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24) + +**Note:** Version bump only for package @stacks/wallet-sdk + + + + + ## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14) **Note:** Version bump only for package @stacks/wallet-sdk diff --git a/packages/wallet-sdk/package.json b/packages/wallet-sdk/package.json index a4ee7905c..2695a1905 100644 --- a/packages/wallet-sdk/package.json +++ b/packages/wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/wallet-sdk", - "version": "6.5.5", + "version": "6.6.0", "description": "A library for generating Stacks blockchain wallets", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -32,11 +32,11 @@ "@scure/bip39": "1.1.0", "@stacks/auth": "^6.5.5", "@stacks/common": "^6.5.5", - "@stacks/encryption": "^6.5.5", + "@stacks/encryption": "^6.6.0", "@stacks/network": "^6.5.5", - "@stacks/profile": "^6.5.5", + "@stacks/profile": "^6.6.0", "@stacks/storage": "^6.5.5", - "@stacks/transactions": "^6.5.5", + "@stacks/transactions": "^6.6.0", "buffer": "^6.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1",