Skip to content

Commit 6060512

Browse files
github-actions[bot]janniks
authored andcommitted
chore: version packages
1 parent c3267a5 commit 6060512

25 files changed

+183
-71
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.1.0](https://github.com/hirosystems/stacks.js/compare/v7.0.6...v7.1.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* Allow CLI `call_contract_func` command to take Clarity arguments as command line arguments ([5d1ae3f](https://github.com/hirosystems/stacks.js/commit/5d1ae3f94b0e6c4acbe51594f91515c4cd188b8a))
12+
13+
14+
### Bug Fixes
15+
16+
* Fix `Cl.parse` and `Cl.stringify` to match `JSON.parse` and `JSON.stringify` in escaping characters and string handling ([c3267a5](https://github.com/hirosystems/stacks.js/commit/c3267a5c48853b8f6074ad7fff68982362947dc0))
17+
* Fix a regression from the v7.x.x update where the localnet/mocknet flag stopped being respected in the CLI ([53c6aaa](https://github.com/hirosystems/stacks.js/commit/53c6aaa8a237fcbdee96c814b1e3a00a10b2a433))
18+
19+
20+
621
## [7.0.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18)
722

823

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.6",
2+
"version": "7.1.0",
33
"registry": "https://registry.npmjs.org/",
44
"publishConfig": {
55
"access": "public"

package-lock.json

Lines changed: 37 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.1.0](https://github.com/hirosystems/stacks.js/compare/v7.0.6...v7.1.0) (2025-06-02)
7+
8+
**Note:** Version bump only for package @stacks/api
9+
10+
11+
12+
13+
614
## [7.0.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18)
715

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

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@stacks/api",
4-
"version": "7.0.6",
4+
"version": "7.1.0",
55
"description": "Javascript library for interacting with the Stacks Blockchain Node and API.",
66
"license": "MIT",
77
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -27,7 +27,7 @@
2727
"@stacks/common": "^7.0.2",
2828
"@stacks/network": "^7.0.2",
2929
"@stacks/stacks-blockchain-api-types": "^0.61.0",
30-
"@stacks/transactions": "^7.0.6"
30+
"@stacks/transactions": "^7.1.0"
3131
},
3232
"devDependencies": {
3333
"rimraf": "^3.0.2"

packages/auth/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.1.0](https://github.com/hirosystems/stacks.js/compare/v7.0.6...v7.1.0) (2025-06-02)
7+
8+
**Note:** Version bump only for package @stacks/auth
9+
10+
11+
12+
13+
614
## [7.0.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18)
715

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

packages/auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/auth",
3-
"version": "7.0.6",
3+
"version": "7.1.0",
44
"description": "Authentication for Stacks apps.",
55
"license": "MIT",
66
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -22,9 +22,9 @@
2222
"dependencies": {
2323
"@noble/secp256k1": "1.7.1",
2424
"@stacks/common": "^7.0.2",
25-
"@stacks/encryption": "^7.0.6",
25+
"@stacks/encryption": "^7.1.0",
2626
"@stacks/network": "^7.0.2",
27-
"@stacks/profile": "^7.0.6",
27+
"@stacks/profile": "^7.1.0",
2828
"cross-fetch": "^3.1.5",
2929
"jsontokens": "^4.0.1"
3030
},

packages/bns/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.1.0](https://github.com/blockstack/stacks.js/compare/v7.0.6...v7.1.0) (2025-06-02)
7+
8+
**Note:** Version bump only for package @stacks/bns
9+
10+
11+
12+
13+
614
## [7.0.6](https://github.com/blockstack/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18)
715

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

packages/bns/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/bns",
3-
"version": "7.0.6",
3+
"version": "7.1.0",
44
"description": "Library for working with the Stacks Blockchain Naming System BNS.",
55
"license": "MIT",
66
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@stacks/common": "^7.0.2",
2424
"@stacks/network": "^7.0.2",
25-
"@stacks/transactions": "^7.0.6"
25+
"@stacks/transactions": "^7.1.0"
2626
},
2727
"devDependencies": {
2828
"process": "^0.11.10",

packages/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.1.0](https://github.com/hirosystems/stacks.js/compare/v7.0.6...v7.1.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* Allow CLI `call_contract_func` command to take Clarity arguments as command line arguments ([5d1ae3f](https://github.com/hirosystems/stacks.js/commit/5d1ae3f94b0e6c4acbe51594f91515c4cd188b8a))
12+
13+
14+
### Bug Fixes
15+
16+
* Fix a regression from the v7.x.x update where the localnet/mocknet flag stopped being respected in the CLI ([53c6aaa](https://github.com/hirosystems/stacks.js/commit/53c6aaa8a237fcbdee96c814b1e3a00a10b2a433))
17+
18+
19+
620
## [7.0.6](https://github.com/hirosystems/stacks.js/compare/v7.0.5...v7.0.6) (2025-04-18)
721

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

0 commit comments

Comments
 (0)