From b3f754a4f50bef50eb44bdb990f2c1bee712f3ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Apr 2024 13:49:12 +0000 Subject: [PATCH] chore: version packages --- CHANGELOG.md | 10 ++++++++++ lerna.json | 2 +- package-lock.json | 6 +++--- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 4 ++-- packages/stacking/CHANGELOG.md | 10 ++++++++++ packages/stacking/package.json | 2 +- 7 files changed, 35 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e83d8047..1dcad8590 100644 --- a/CHANGELOG.md +++ b/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.13.2](https://github.com/hirosystems/stacks.js/compare/v6.13.1...v6.13.2) (2024-04-11) + + +### Bug Fixes + +* add missing signer topic ([#1671](https://github.com/hirosystems/stacks.js/issues/1671)) ([9db023e](https://github.com/hirosystems/stacks.js/commit/9db023e324f8de351c8e3f0078d52dea84f84610)) +* add signer opts to agg increase ([#1669](https://github.com/hirosystems/stacks.js/issues/1669)) ([61d9d98](https://github.com/hirosystems/stacks.js/commit/61d9d980a752d8d76c48ad758c212fb024e1b4bc)) + + + ## [6.13.1](https://github.com/hirosystems/stacks.js/compare/v6.13.0...v6.13.1) (2024-04-04) diff --git a/lerna.json b/lerna.json index 8069f09f9..91b6f3802 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.13.1", + "version": "6.13.2", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 943464ece..dd5559d1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24039,7 +24039,7 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "6.13.1", + "version": "6.13.2", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", @@ -24050,7 +24050,7 @@ "@stacks/common": "^6.13.0", "@stacks/encryption": "^6.13.1", "@stacks/network": "^6.13.0", - "@stacks/stacking": "^6.13.1", + "@stacks/stacking": "^6.13.2", "@stacks/storage": "^6.13.1", "@stacks/transactions": "^6.13.1", "@stacks/wallet-sdk": "^6.13.1", @@ -24254,7 +24254,7 @@ }, "packages/stacking": { "name": "@stacks/stacking", - "version": "6.13.1", + "version": "6.13.2", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b563ee647..beafea6b7 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.13.2](https://github.com/hirosystems/stacks.js/compare/v6.13.1...v6.13.2) (2024-04-11) + +**Note:** Version bump only for package @stacks/cli + + + + + ## [6.13.1](https://github.com/hirosystems/stacks.js/compare/v6.13.0...v6.13.1) (2024-04-04) **Note:** Version bump only for package @stacks/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 2d5d0739b..4f7ac3ac5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "6.13.1", + "version": "6.13.2", "description": "Stacks command line tool", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -26,7 +26,7 @@ "@stacks/common": "^6.13.0", "@stacks/encryption": "^6.13.1", "@stacks/network": "^6.13.0", - "@stacks/stacking": "^6.13.1", + "@stacks/stacking": "^6.13.2", "@stacks/storage": "^6.13.1", "@stacks/transactions": "^6.13.1", "@stacks/wallet-sdk": "^6.13.1", diff --git a/packages/stacking/CHANGELOG.md b/packages/stacking/CHANGELOG.md index 63ad56b3c..e7a92d0a4 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.13.2](https://github.com/hirosystems/stacks.js/compare/v6.13.1...v6.13.2) (2024-04-11) + + +### Bug Fixes + +* add missing signer topic ([#1671](https://github.com/hirosystems/stacks.js/issues/1671)) ([9db023e](https://github.com/hirosystems/stacks.js/commit/9db023e324f8de351c8e3f0078d52dea84f84610)) +* add signer opts to agg increase ([#1669](https://github.com/hirosystems/stacks.js/issues/1669)) ([61d9d98](https://github.com/hirosystems/stacks.js/commit/61d9d980a752d8d76c48ad758c212fb024e1b4bc)) + + + ## [6.13.1](https://github.com/hirosystems/stacks.js/compare/v6.13.0...v6.13.1) (2024-04-04) diff --git a/packages/stacking/package.json b/packages/stacking/package.json index ade7b5090..fe4541487 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/stacking", - "version": "6.13.1", + "version": "6.13.2", "description": "Library for Stacking.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)",