Skip to content

Commit

Permalink
chore: version packages (#1762)
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 Nov 14, 2024
1 parent 748e1e3 commit 4b6e45f
Show file tree
Hide file tree
Showing 29 changed files with 238 additions and 119 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14)


### Bug Fixes

* Default contract deploys to Clarity version 3 ([#1756](https://github.com/hirosystems/stacks.js/issues/1756)) ([748e1e3](https://github.com/hirosystems/stacks.js/commit/748e1e311ef660981b5d8d7134908d94fe37701e))
* update tsdoc comments to expose internal methods ([#1761](https://github.com/hirosystems/stacks.js/issues/1761)) ([2f2b12b](https://github.com/hirosystems/stacks.js/commit/2f2b12b23be95e10210af72fc3cea32fb27f024f))



## [7.0.1](https://github.com/hirosystems/stacks.js/compare/v7.0.0...v7.0.1) (2024-11-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.1",
"version": "7.0.2",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
120 changes: 61 additions & 59 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14)

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





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

### ⚠ BREAKING CHANGES
Expand Down
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": "7.0.0",
"version": "7.0.2",
"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": "^7.0.0",
"@stacks/network": "^7.0.0",
"@stacks/common": "^7.0.2",
"@stacks/network": "^7.0.2",
"@stacks/stacks-blockchain-api-types": "^0.61.0",
"@stacks/transactions": "^7.0.0"
"@stacks/transactions": "^7.0.2"
},
"devDependencies": {
"rimraf": "^3.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.2](https://github.com/hirosystems/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14)

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





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

### ⚠ BREAKING CHANGES
Expand Down
10 changes: 5 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/auth",
"version": "7.0.0",
"version": "7.0.2",
"description": "Authentication for Stacks apps.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -21,10 +21,10 @@
},
"dependencies": {
"@noble/secp256k1": "1.7.1",
"@stacks/common": "^7.0.0",
"@stacks/encryption": "^7.0.0",
"@stacks/network": "^7.0.0",
"@stacks/profile": "^7.0.0",
"@stacks/common": "^7.0.2",
"@stacks/encryption": "^7.0.2",
"@stacks/network": "^7.0.2",
"@stacks/profile": "^7.0.2",
"cross-fetch": "^3.1.5",
"jsontokens": "^4.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/bns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.2](https://github.com/blockstack/stacks.js/compare/v7.0.1...v7.0.2) (2024-11-14)

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





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


Expand Down
Loading

0 comments on commit 4b6e45f

Please sign in to comment.