chore: version packages

This commit is contained in:
github-actions[bot]
2023-04-28 11:31:01 +00:00
committed by janniks
parent 4da745ae96
commit c9e420e521
25 changed files with 204 additions and 103 deletions

View File

@@ -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.5.2](https://github.com/hirosystems/stacks.js/compare/v6.5.1...v6.5.2) (2023-04-28)
**Note:** Version bump only for package @stacks/cli
## [6.5.1](https://github.com/hirosystems/stacks.js/compare/v6.5.0...v6.5.1) (2023-04-19)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "6.5.1",
"version": "6.5.2",
"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.5.1",
"@stacks/auth": "^6.5.2",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^6.5.1",
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.5.1",
"@stacks/network": "^6.5.1",
"@stacks/stacking": "^6.5.1",
"@stacks/storage": "^6.5.1",
"@stacks/transactions": "^6.5.1",
"@stacks/wallet-sdk": "^6.5.1",
"@stacks/bns": "^6.5.2",
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/stacking": "^6.5.2",
"@stacks/storage": "^6.5.2",
"@stacks/transactions": "^6.5.2",
"@stacks/wallet-sdk": "^6.5.2",
"ajv": "^6.12.6",
"bip32": "^2.0.6",
"bip39": "^3.0.2",