Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and janniks committed Apr 11, 2024
1 parent 9db023e commit f39637c
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.13.1",
"version": "6.13.2",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand All @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/stacking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/stacking/package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down

0 comments on commit f39637c

Please sign in to comment.