Skip to content

Commit

Permalink
chore: version packages (#1754)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
blockstack-devops and github-actions[bot] authored Oct 25, 2024
1 parent 8ce84a3 commit 50399dc
Show file tree
Hide file tree
Showing 29 changed files with 941 additions and 3,186 deletions.
1,152 changes: 475 additions & 677 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.17.0",
"version": "7.0.0",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand All @@ -8,4 +8,4 @@
"packages": [
"packages/*"
]
}
}
119 changes: 61 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.0](https://github.com/hirosystems/stacks.js/compare/v6.17.0...v7.0.0) (2024-10-25)

### ⚠ BREAKING CHANGES

See full list of changes at [MIGRATION.md](https://github.com/hirosystems/stacks.js/blob/main/.github/MIGRATION.md)
8 changes: 4 additions & 4 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": "6.9.0",
"version": "7.0.0",
"description": "Javascript library for interacting with the Stacks Blockchain Node and API.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -24,10 +24,10 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@stacks/common": "^6.10.0",
"@stacks/network": "^6.11.3",
"@stacks/common": "^7.0.0",
"@stacks/network": "^7.0.0",
"@stacks/stacks-blockchain-api-types": "^0.61.0",
"@stacks/transactions": "^6.9.0"
"@stacks/transactions": "^7.0.0"
},
"devDependencies": {
"rimraf": "^3.0.2"
Expand Down
Loading

0 comments on commit 50399dc

Please sign in to comment.