Skip to content

Commit fc6db51

Browse files
chore: version packages
1 parent 1d7d280 commit fc6db51

25 files changed

+174
-71
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03)
7+
8+
9+
### Bug Fixes
10+
11+
* Add byte length override for transfer fee estimates ([#1763](https://github.com/hirosystems/stacks.js/issues/1763)) ([a789994](https://github.com/hirosystems/stacks.js/commit/a7899940c0cf8698b1fc9a406b2923d3bf8231f4))
12+
* use correct types for postConditions ([#1784](https://github.com/hirosystems/stacks.js/issues/1784)) ([1d7d280](https://github.com/hirosystems/stacks.js/commit/1d7d2808d039d759fd9bcdc2b6e03e15cf65af43))
13+
14+
15+
616
## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15)
717

818

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.3",
2+
"version": "7.0.4",
33
"registry": "https://registry.npmjs.org/",
44
"publishConfig": {
55
"access": "public"

package-lock.json

+37-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/CHANGELOG.md

+8
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.0.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03)
7+
8+
**Note:** Version bump only for package @stacks/api
9+
10+
11+
12+
13+
614
## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15)
715

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

packages/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@stacks/api",
4-
"version": "7.0.3",
4+
"version": "7.0.4",
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.3"
30+
"@stacks/transactions": "^7.0.4"
3131
},
3232
"devDependencies": {
3333
"rimraf": "^3.0.2"

packages/auth/CHANGELOG.md

+8
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.0.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03)
7+
8+
**Note:** Version bump only for package @stacks/auth
9+
10+
11+
12+
13+
614
## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15)
715

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

packages/auth/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/auth",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
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.3",
25+
"@stacks/encryption": "^7.0.4",
2626
"@stacks/network": "^7.0.2",
27-
"@stacks/profile": "^7.0.3",
27+
"@stacks/profile": "^7.0.4",
2828
"cross-fetch": "^3.1.5",
2929
"jsontokens": "^4.0.1"
3030
},

packages/bns/CHANGELOG.md

+8
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.0.4](https://github.com/blockstack/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03)
7+
8+
**Note:** Version bump only for package @stacks/bns
9+
10+
11+
12+
13+
614
## [7.0.3](https://github.com/blockstack/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15)
715

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

packages/bns/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/bns",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
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.3"
25+
"@stacks/transactions": "^7.0.4"
2626
},
2727
"devDependencies": {
2828
"process": "^0.11.10",

packages/cli/CHANGELOG.md

+8
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.0.4](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.4) (2025-02-03)
7+
8+
**Note:** Version bump only for package @stacks/cli
9+
10+
11+
12+
13+
614
## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15)
715

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

packages/cli/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/cli",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "Stacks command line tool",
55
"license": "MIT",
66
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -22,16 +22,16 @@
2222
"dependencies": {
2323
"@scure/bip32": "1.1.3",
2424
"@scure/bip39": "1.1.0",
25-
"@stacks/auth": "^7.0.3",
25+
"@stacks/auth": "^7.0.4",
2626
"@stacks/blockchain-api-client": "4.0.1",
27-
"@stacks/bns": "^7.0.3",
27+
"@stacks/bns": "^7.0.4",
2828
"@stacks/common": "^7.0.2",
29-
"@stacks/encryption": "^7.0.3",
29+
"@stacks/encryption": "^7.0.4",
3030
"@stacks/network": "^7.0.2",
31-
"@stacks/stacking": "^7.0.3",
32-
"@stacks/storage": "^7.0.3",
33-
"@stacks/transactions": "^7.0.3",
34-
"@stacks/wallet-sdk": "^7.0.3",
31+
"@stacks/stacking": "^7.0.4",
32+
"@stacks/storage": "^7.0.4",
33+
"@stacks/transactions": "^7.0.4",
34+
"@stacks/wallet-sdk": "^7.0.4",
3535
"ajv": "^6.12.6",
3636
"bip32": "^2.0.6",
3737
"bip39": "^3.0.2",

0 commit comments

Comments
 (0)