Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [7.0.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18)


### Bug Fixes

* Increase maximum code body length for contract deploys ([#1793](https://github.com/hirosystems/stacks.js/issues/1793)) ([02e05ca](https://github.com/hirosystems/stacks.js/commit/02e05caeead9c8a3da5cf4c1cddbfbe0c692fc3c))



## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10)


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": "7.0.5",
"version": "7.0.6",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
72 changes: 37 additions & 35 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/api/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.

## [7.0.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18)

**Note:** Version bump only for package @stacks/api





## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10)

**Note:** Version bump only for package @stacks/api
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@stacks/api",
"version": "7.0.5",
"version": "7.0.6",
"description": "Javascript library for interacting with the Stacks Blockchain Node and API.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -27,7 +27,7 @@
"@stacks/common": "^7.0.2",
"@stacks/network": "^7.0.2",
"@stacks/stacks-blockchain-api-types": "^0.61.0",
"@stacks/transactions": "^7.0.5"
"@stacks/transactions": "^7.0.6"
},
"devDependencies": {
"rimraf": "^3.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/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.

## [7.0.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18)

**Note:** Version bump only for package @stacks/auth





## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10)

**Note:** Version bump only for package @stacks/auth
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/auth",
"version": "7.0.5",
"version": "7.0.6",
"description": "Authentication for Stacks apps.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"@noble/secp256k1": "1.7.1",
"@stacks/common": "^7.0.2",
"@stacks/encryption": "^7.0.5",
"@stacks/encryption": "^7.0.6",
"@stacks/network": "^7.0.2",
"@stacks/profile": "^7.0.5",
"@stacks/profile": "^7.0.6",
"cross-fetch": "^3.1.5",
"jsontokens": "^4.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/bns/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.

## [7.0.6](https://github.com/blockstack/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18)

**Note:** Version bump only for package @stacks/bns





## [7.0.5](https://github.com/blockstack/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10)

**Note:** Version bump only for package @stacks/bns
Expand Down
4 changes: 2 additions & 2 deletions packages/bns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/bns",
"version": "7.0.5",
"version": "7.0.6",
"description": "Library for working with the Stacks Blockchain Naming System BNS.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@stacks/common": "^7.0.2",
"@stacks/network": "^7.0.2",
"@stacks/transactions": "^7.0.5"
"@stacks/transactions": "^7.0.6"
},
"devDependencies": {
"process": "^0.11.10",
Expand Down
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.

## [7.0.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18)

**Note:** Version bump only for package @stacks/cli





## [7.0.5](https://github.com/hirosystems/stacks.js/compare/v7.0.4...v7.0.5) (2025-03-10)

**Note:** Version bump only for package @stacks/cli
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "7.0.5",
"version": "7.0.6",
"description": "Stacks command line tool",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -22,16 +22,16 @@
"dependencies": {
"@scure/bip32": "1.1.3",
"@scure/bip39": "1.1.0",
"@stacks/auth": "^7.0.5",
"@stacks/auth": "^7.0.6",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^7.0.5",
"@stacks/bns": "^7.0.6",
"@stacks/common": "^7.0.2",
"@stacks/encryption": "^7.0.5",
"@stacks/encryption": "^7.0.6",
"@stacks/network": "^7.0.2",
"@stacks/stacking": "^7.0.5",
"@stacks/storage": "^7.0.5",
"@stacks/transactions": "^7.0.5",
"@stacks/wallet-sdk": "^7.0.5",
"@stacks/stacking": "^7.0.6",
"@stacks/storage": "^7.0.6",
"@stacks/transactions": "^7.0.6",
"@stacks/wallet-sdk": "^7.0.6",
"ajv": "^6.12.6",
"bip32": "^2.0.6",
"bip39": "^3.0.2",
Expand Down
Loading