Skip to content

Commit 50399dc

Browse files
chore: version packages (#1754)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8ce84a3 commit 50399dc

29 files changed

+941
-3186
lines changed

CHANGELOG.md

Lines changed: 475 additions & 677 deletions
Large diffs are not rendered by default.

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.17.0",
2+
"version": "7.0.0",
33
"registry": "https://registry.npmjs.org/",
44
"publishConfig": {
55
"access": "public"
@@ -8,4 +8,4 @@
88
"packages": [
99
"packages/*"
1010
]
11-
}
11+
}

package-lock.json

Lines changed: 61 additions & 58 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [7.0.0](https://github.com/hirosystems/stacks.js/compare/v6.17.0...v7.0.0) (2024-10-25)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
See full list of changes at [MIGRATION.md](https://github.com/hirosystems/stacks.js/blob/main/.github/MIGRATION.md)

packages/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@stacks/api",
4-
"version": "6.9.0",
4+
"version": "7.0.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)",
@@ -24,10 +24,10 @@
2424
"typecheck:watch": "npm run typecheck -- --watch"
2525
},
2626
"dependencies": {
27-
"@stacks/common": "^6.10.0",
28-
"@stacks/network": "^6.11.3",
27+
"@stacks/common": "^7.0.0",
28+
"@stacks/network": "^7.0.0",
2929
"@stacks/stacks-blockchain-api-types": "^0.61.0",
30-
"@stacks/transactions": "^6.9.0"
30+
"@stacks/transactions": "^7.0.0"
3131
},
3232
"devDependencies": {
3333
"rimraf": "^3.0.2"

0 commit comments

Comments
 (0)