Skip to content

Commit 2bc29f2

Browse files
github-actions[bot]janniks
authored andcommitted
chore: version packages
1 parent 18a6919 commit 2bc29f2

File tree

7 files changed

+35
-7
lines changed

7 files changed

+35
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.1.2](https://github.com/hirosystems/stacks.js/compare/v7.1.1...v7.1.2) (2025-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* Make Gaia hub profile fetching and uploading in `makeAuthResponse` optional ([5ca31e7](https://github.com/hirosystems/stacks.js/commit/5ca31e7ef971729962c3ba30b146d5d6069ad4d5))
12+
13+
14+
615
## [7.1.1](https://github.com/hirosystems/stacks.js/compare/v7.1.0...v7.1.1) (2025-06-02)
716

817

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.1.1",
2+
"version": "7.1.2",
33
"registry": "https://registry.npmjs.org/",
44
"publishConfig": {
55
"access": "public"

package-lock.json

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.1.2](https://github.com/hirosystems/stacks.js/compare/v7.1.1...v7.1.2) (2025-06-18)
7+
8+
**Note:** Version bump only for package @stacks/cli
9+
10+
11+
12+
13+
614
## [7.1.1](https://github.com/hirosystems/stacks.js/compare/v7.1.0...v7.1.1) (2025-06-02)
715

816

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/cli",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"description": "Stacks command line tool",
55
"license": "MIT",
66
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -31,7 +31,7 @@
3131
"@stacks/stacking": "^7.1.0",
3232
"@stacks/storage": "^7.1.0",
3333
"@stacks/transactions": "^7.1.0",
34-
"@stacks/wallet-sdk": "^7.1.0",
34+
"@stacks/wallet-sdk": "^7.1.2",
3535
"ajv": "^6.12.6",
3636
"bip32": "^2.0.6",
3737
"bip39": "^3.0.2",

packages/wallet-sdk/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.1.2](https://github.com/hirosystems/stacks.js/compare/v7.1.1...v7.1.2) (2025-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* Make Gaia hub profile fetching and uploading in `makeAuthResponse` optional ([5ca31e7](https://github.com/hirosystems/stacks.js/commit/5ca31e7ef971729962c3ba30b146d5d6069ad4d5))
12+
13+
14+
615
## [7.1.0](https://github.com/hirosystems/stacks.js/compare/v7.0.6...v7.1.0) (2025-06-02)
716

817
**Note:** Version bump only for package @stacks/wallet-sdk

packages/wallet-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/wallet-sdk",
3-
"version": "7.1.0",
3+
"version": "7.1.2",
44
"description": "A library for generating Stacks blockchain wallets",
55
"license": "MIT",
66
"author": "Hiro Systems PBC (https://hiro.so)",

0 commit comments

Comments
 (0)