Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2024
1 parent 8ce84a3 commit 40ab5b9
Show file tree
Hide file tree
Showing 29 changed files with 365 additions and 119 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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

* Convert `version` of PoXAddress from array to number.

* feat: cleanup common files

* refactor: update to correct import path

### Features

* Stacks.js v7.0.0 ([#1520](https://github.com/hirosystems/stacks.js/issues/1520)) ([8ce84a3](https://github.com/hirosystems/stacks.js/commit/8ce84a38822d9c1d26e8e2cc63f0c627d9c9e165)), closes [#1623](https://github.com/hirosystems/stacks.js/issues/1623)



## [6.17.0](https://github.com/hirosystems/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17)


Expand Down
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.

19 changes: 19 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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

* Convert `version` of PoXAddress from array to number.

* feat: cleanup common files

* refactor: update to correct import path

### Features

* Stacks.js v7.0.0 ([#1520](https://github.com/hirosystems/stacks.js/issues/1520)) ([8ce84a3](https://github.com/hirosystems/stacks.js/commit/8ce84a38822d9c1d26e8e2cc63f0c627d9c9e165)), closes [#1623](https://github.com/hirosystems/stacks.js/issues/1623)
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
17 changes: 17 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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

* Convert `version` of PoXAddress from array to number.

* feat: cleanup common files

* refactor: update to correct import path

### Features

* Stacks.js v7.0.0 ([#1520](https://github.com/hirosystems/stacks.js/issues/1520)) ([8ce84a3](https://github.com/hirosystems/stacks.js/commit/8ce84a38822d9c1d26e8e2cc63f0c627d9c9e165)), closes [#1623](https://github.com/hirosystems/stacks.js/issues/1623)



## [6.17.0](https://github.com/hirosystems/stacks.js/compare/v6.16.1...v6.17.0) (2024-10-17)

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

0 comments on commit 40ab5b9

Please sign in to comment.