Skip to content

Commit

Permalink
chore: version packages (#1765)
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 18, 2024
1 parent a789994 commit 2cf886b
Show file tree
Hide file tree
Showing 25 changed files with 169 additions and 71 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15)


### Bug Fixes

* 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))



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


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.2",
"version": "7.0.3",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
70 changes: 35 additions & 35 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.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15)

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





## [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
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "7.0.3",
"description": "Javascript library for interacting with the Stacks Blockchain Node and API.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -27,7 +27,7 @@
"@stacks/common": "^7.0.2",
"@stacks/network": "^7.0.2",
"@stacks/stacks-blockchain-api-types": "^0.61.0",
"@stacks/transactions": "^7.0.2"
"@stacks/transactions": "^7.0.3"
},
"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.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15)

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





## [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
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "7.0.3",
"description": "Authentication for Stacks apps.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"@noble/secp256k1": "1.7.1",
"@stacks/common": "^7.0.2",
"@stacks/encryption": "^7.0.2",
"@stacks/encryption": "^7.0.3",
"@stacks/network": "^7.0.2",
"@stacks/profile": "^7.0.2",
"@stacks/profile": "^7.0.3",
"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.3](https://github.com/blockstack/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15)

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





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/bns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/bns",
"version": "7.0.2",
"version": "7.0.3",
"description": "Library for working with the Stacks Blockchain Naming System BNS.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@stacks/common": "^7.0.2",
"@stacks/network": "^7.0.2",
"@stacks/transactions": "^7.0.2"
"@stacks/transactions": "^7.0.3"
},
"devDependencies": {
"process": "^0.11.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15)

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





## [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/cli
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "7.0.2",
"version": "7.0.3",
"description": "Stacks command line tool",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -22,16 +22,16 @@
"dependencies": {
"@scure/bip32": "1.1.3",
"@scure/bip39": "1.1.0",
"@stacks/auth": "^7.0.2",
"@stacks/auth": "^7.0.3",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^7.0.2",
"@stacks/bns": "^7.0.3",
"@stacks/common": "^7.0.2",
"@stacks/encryption": "^7.0.2",
"@stacks/encryption": "^7.0.3",
"@stacks/network": "^7.0.2",
"@stacks/stacking": "^7.0.2",
"@stacks/storage": "^7.0.2",
"@stacks/transactions": "^7.0.2",
"@stacks/wallet-sdk": "^7.0.2",
"@stacks/stacking": "^7.0.3",
"@stacks/storage": "^7.0.3",
"@stacks/transactions": "^7.0.3",
"@stacks/wallet-sdk": "^7.0.3",
"ajv": "^6.12.6",
"bip32": "^2.0.6",
"bip39": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/encryption/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.3](https://github.com/hirosystems/stacks.js/compare/v7.0.2...v7.0.3) (2024-11-15)

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





## [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/encryption
Expand Down
Loading

0 comments on commit 2cf886b

Please sign in to comment.