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] authored and janniks committed Aug 4, 2023
1 parent ec88d1d commit df36f25
Show file tree
Hide file tree
Showing 21 changed files with 145 additions and 63 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.7.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.7.0) (2023-07-24)


### Features

* **stacking:** add getSecondsUntilStackingDeadline helper method ([#1528](https://github.com/hirosystems/stacks.js/issues/1528)) ([3c819c2](https://github.com/hirosystems/stacks.js/commit/3c819c28ebda8b79aa7d0fcb3edf447f72324457))



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


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.6.0",
"version": "6.7.0",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
62 changes: 31 additions & 31 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.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





## [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
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": "6.5.5",
"version": "6.7.0",
"description": "Authentication for Stacks apps.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -21,9 +21,9 @@
},
"dependencies": {
"@stacks/common": "^6.5.5",
"@stacks/encryption": "^6.5.5",
"@stacks/encryption": "^6.7.0",
"@stacks/network": "^6.5.5",
"@stacks/profile": "^6.5.5",
"@stacks/profile": "^6.7.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.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





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

**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": "6.6.0",
"version": "6.7.0",
"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": "^6.5.5",
"@stacks/network": "^6.5.5",
"@stacks/transactions": "^6.6.0"
"@stacks/transactions": "^6.7.0"
},
"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.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





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

**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": "6.6.0",
"version": "6.7.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.5.5",
"@stacks/auth": "^6.7.0",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^6.6.0",
"@stacks/bns": "^6.7.0",
"@stacks/common": "^6.5.5",
"@stacks/encryption": "^6.6.0",
"@stacks/encryption": "^6.7.0",
"@stacks/network": "^6.5.5",
"@stacks/stacking": "^6.6.0",
"@stacks/storage": "^6.5.5",
"@stacks/transactions": "^6.6.0",
"@stacks/wallet-sdk": "^6.6.0",
"@stacks/stacking": "^6.7.0",
"@stacks/storage": "^6.7.0",
"@stacks/transactions": "^6.7.0",
"@stacks/wallet-sdk": "^6.7.0",
"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.

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





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

**Note:** Version bump only for package @stacks/encryption
Expand Down
4 changes: 2 additions & 2 deletions packages/encryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/encryption",
"version": "6.6.0",
"version": "6.7.0",
"description": "Encryption utilities for Stacks",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@peculiar/webcrypto": "^1.1.6",
"@stacks/transactions": "^6.6.0",
"@stacks/transactions": "^6.7.0",
"@types/bs58check": "^2.1.0",
"@types/elliptic": "^6.4.12",
"@types/sha.js": "^2.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/profile/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.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/profile





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

**Note:** Version bump only for package @stacks/profile
Expand Down
4 changes: 2 additions & 2 deletions packages/profile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/profile",
"version": "6.6.0",
"version": "6.7.0",
"description": "Library for Stacks profiles",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@stacks/common": "^6.5.5",
"@stacks/network": "^6.5.5",
"@stacks/transactions": "^6.6.0",
"@stacks/transactions": "^6.7.0",
"jsontokens": "^4.0.1",
"schema-inspector": "^2.0.2",
"zone-file": "^2.0.0-beta.3"
Expand Down
9 changes: 9 additions & 0 deletions packages/stacking/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.7.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.7.0) (2023-07-24)


### Features

* **stacking:** add getSecondsUntilStackingDeadline helper method ([#1528](https://github.com/hirosystems/stacks.js/issues/1528)) ([3c819c2](https://github.com/hirosystems/stacks.js/commit/3c819c28ebda8b79aa7d0fcb3edf447f72324457))



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


Expand Down
Loading

0 comments on commit df36f25

Please sign in to comment.