Skip to content

Commit

Permalink
chore: version packages (#1545)
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 Sep 18, 2023
1 parent 260f2d5 commit 90d15c9
Show file tree
Hide file tree
Showing 25 changed files with 205 additions and 104 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.

## [6.8.0](https://github.com/hirosystems/stacks.js/compare/v6.7.0...v6.8.0) (2023-09-04)


### Features

* add multisig support to contract deploys ([#1539](https://github.com/hirosystems/stacks.js/issues/1539)) ([260f2d5](https://github.com/hirosystems/stacks.js/commit/260f2d58577c92ef37d0f1d276e1e0fc0fd267b3))



## [6.7.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.7.0) (2023-07-24)


Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"version": "6.7.0",
"version": "6.8.0",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
},
"changelogPreset": "conventionalcommits",
"packages": ["packages/*"]
"packages": [
"packages/*"
]
}
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.8.0](https://github.com/hirosystems/stacks.js/compare/v6.7.0...v6.8.0) (2023-09-04)

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





## [6.7.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.7.0) (2023-07-24)

**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.7.0",
"version": "6.8.0",
"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.5",
"@stacks/encryption": "^6.7.0",
"@stacks/network": "^6.5.5",
"@stacks/profile": "^6.7.0",
"@stacks/common": "^6.8.0",
"@stacks/encryption": "^6.8.0",
"@stacks/network": "^6.8.0",
"@stacks/profile": "^6.8.0",
"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.8.0](https://github.com/blockstack/stacks.js/compare/v6.7.0...v6.8.0) (2023-09-04)

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





## [6.7.0](https://github.com/blockstack/stacks.js/compare/v6.5.5...v6.7.0) (2023-07-24)

**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.7.0",
"version": "6.8.0",
"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.5",
"@stacks/network": "^6.5.5",
"@stacks/transactions": "^6.7.0"
"@stacks/common": "^6.8.0",
"@stacks/network": "^6.8.0",
"@stacks/transactions": "^6.8.0"
},
"devDependencies": {
"process": "^0.11.10",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/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.8.0](https://github.com/hirosystems/stacks.js/compare/v6.7.0...v6.8.0) (2023-09-04)


### Features

* add multisig support to contract deploys ([#1539](https://github.com/hirosystems/stacks.js/issues/1539)) ([260f2d5](https://github.com/hirosystems/stacks.js/commit/260f2d58577c92ef37d0f1d276e1e0fc0fd267b3))



## [6.7.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.7.0) (2023-07-24)

**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.7.0",
"version": "6.8.0",
"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.7.0",
"@stacks/auth": "^6.8.0",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^6.7.0",
"@stacks/common": "^6.5.5",
"@stacks/encryption": "^6.7.0",
"@stacks/network": "^6.5.5",
"@stacks/stacking": "^6.7.0",
"@stacks/storage": "^6.7.0",
"@stacks/transactions": "^6.7.0",
"@stacks/wallet-sdk": "^6.7.0",
"@stacks/bns": "^6.8.0",
"@stacks/common": "^6.8.0",
"@stacks/encryption": "^6.8.0",
"@stacks/network": "^6.8.0",
"@stacks/stacking": "^6.8.0",
"@stacks/storage": "^6.8.0",
"@stacks/transactions": "^6.8.0",
"@stacks/wallet-sdk": "^6.8.0",
"ajv": "^6.12.6",
"bip32": "^2.0.6",
"bip39": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/common/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.8.0](https://github.com/hirosystems/stacks.js/compare/v6.7.0...v6.8.0) (2023-09-04)

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





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


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.5",
"version": "6.8.0",
"description": "Common Stacks utilities",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand Down
Loading

0 comments on commit 90d15c9

Please sign in to comment.