chore: version packages

This commit is contained in:
github-actions[bot]
2023-07-14 08:27:46 +00:00
committed by janniks
parent e239c42a88
commit 957790b7f4
25 changed files with 210 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.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
## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)
**Note:** Version bump only for package @stacks/cli

View File

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