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 Jul 14, 2023
1 parent e239c42 commit 7e4644a
Show file tree
Hide file tree
Showing 25 changed files with 210 additions and 103 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)


### Bug Fixes

* add missing none type for delegation without until_burn_ht ([b9cf9ef](https://github.com/hirosystems/stacks.js/commit/b9cf9efb1f89967bd2866e89f2d54e130b76a65e))
* remove post-conditions from stx transfer ([679a93a](https://github.com/hirosystems/stacks.js/commit/679a93afd75253d21bec070c85b843c34aeb516b))
* throw error if the number type used in the bigint constructor is not a safe integer value ([d6a6fcc](https://github.com/hirosystems/stacks.js/commit/d6a6fcc30e4306d90da091e2538a281968dc9ac4))
* update AccountExtendedBalances interface ([89dc787](https://github.com/hirosystems/stacks.js/commit/89dc78791b5d1db00799917e858a76addc49f963))
* update pc types to allow strict type checking ([#1494](https://github.com/hirosystems/stacks.js/issues/1494)) ([b916ef0](https://github.com/hirosystems/stacks.js/commit/b916ef06e8498f3b14403f850fc8a39881311ea7))



## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)


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": "6.5.4",
"version": "6.5.5",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
102 changes: 51 additions & 51 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/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.

## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)

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





## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)

**Note:** Version bump only for package @stacks/auth
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": "6.5.4",
"version": "6.5.5",
"description": "Authentication for Stacks apps.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -20,10 +20,10 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@stacks/network": "^6.5.4",
"@stacks/profile": "^6.5.4",
"@stacks/common": "^6.5.5",
"@stacks/encryption": "^6.5.5",
"@stacks/network": "^6.5.5",
"@stacks/profile": "^6.5.5",
"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.

## [6.5.5](https://github.com/blockstack/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)

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





## [6.5.4](https://github.com/blockstack/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)

**Note:** Version bump only for package @stacks/bns
Expand Down
8 changes: 4 additions & 4 deletions packages/bns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/bns",
"version": "6.5.4",
"version": "6.5.5",
"description": "Library for working with the Stacks Blockchain Naming System BNS.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -20,9 +20,9 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@stacks/common": "^6.5.2",
"@stacks/network": "^6.5.4",
"@stacks/transactions": "^6.5.4"
"@stacks/common": "^6.5.5",
"@stacks/network": "^6.5.5",
"@stacks/transactions": "^6.5.5"
},
"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.

## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)

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





## [6.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)

**Note:** Version bump only for package @stacks/cli
Expand Down
20 changes: 10 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "6.5.4",
"version": "6.5.5",
"description": "Stacks command line tool",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -20,16 +20,16 @@
"dependencies": {
"@scure/bip32": "1.1.3",
"@scure/bip39": "1.1.0",
"@stacks/auth": "^6.5.4",
"@stacks/auth": "^6.5.5",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^6.5.4",
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@stacks/network": "^6.5.4",
"@stacks/stacking": "^6.5.4",
"@stacks/storage": "^6.5.4",
"@stacks/transactions": "^6.5.4",
"@stacks/wallet-sdk": "^6.5.4",
"@stacks/bns": "^6.5.5",
"@stacks/common": "^6.5.5",
"@stacks/encryption": "^6.5.5",
"@stacks/network": "^6.5.5",
"@stacks/stacking": "^6.5.5",
"@stacks/storage": "^6.5.5",
"@stacks/transactions": "^6.5.5",
"@stacks/wallet-sdk": "^6.5.5",
"ajv": "^6.12.6",
"bip32": "^2.0.6",
"bip39": "^3.0.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/common/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.

## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)


### Bug Fixes

* throw error if the number type used in the bigint constructor is not a safe integer value ([d6a6fcc](https://github.com/hirosystems/stacks.js/commit/d6a6fcc30e4306d90da091e2538a281968dc9ac4))



## [6.5.2](https://github.com/hirosystems/stacks.js/compare/v6.5.1...v6.5.2) (2023-04-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/common",
"version": "6.5.2",
"version": "6.5.5",
"description": "Common Stacks utilities",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand Down
Loading

0 comments on commit 7e4644a

Please sign in to comment.