Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #1534

Merged
merged 1 commit into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.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.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 lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.5.5",
"version": "6.6.0",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
43 changes: 22 additions & 21 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/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.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





## [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
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.5.5",
"version": "6.6.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.5.5"
"@stacks/transactions": "^6.6.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.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





## [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
Expand Down
12 changes: 6 additions & 6 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.5",
"version": "6.6.0",
"description": "Stacks command line tool",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -22,14 +22,14 @@
"@scure/bip39": "1.1.0",
"@stacks/auth": "^6.5.5",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^6.5.5",
"@stacks/bns": "^6.6.0",
"@stacks/common": "^6.5.5",
"@stacks/encryption": "^6.5.5",
"@stacks/encryption": "^6.6.0",
"@stacks/network": "^6.5.5",
"@stacks/stacking": "^6.5.5",
"@stacks/stacking": "^6.6.0",
"@stacks/storage": "^6.5.5",
"@stacks/transactions": "^6.5.5",
"@stacks/wallet-sdk": "^6.5.5",
"@stacks/transactions": "^6.6.0",
"@stacks/wallet-sdk": "^6.6.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.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





## [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/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.5.5",
"version": "6.6.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.5.5",
"@stacks/transactions": "^6.6.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.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





## [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/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.5.5",
"version": "6.6.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.5.5",
"@stacks/transactions": "^6.6.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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.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.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/stacking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/stacking",
"version": "6.5.5",
"version": "6.6.0",
"description": "Library for Stacking.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -22,10 +22,10 @@
"dependencies": {
"@scure/base": "1.1.1",
"@stacks/common": "^6.5.5",
"@stacks/encryption": "^6.5.5",
"@stacks/encryption": "^6.6.0",
"@stacks/network": "^6.5.5",
"@stacks/stacks-blockchain-api-types": "^0.61.0",
"@stacks/transactions": "^6.5.5",
"@stacks/transactions": "^6.6.0",
"bs58": "^5.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/transactions/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.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/transactions





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


Expand Down
4 changes: 2 additions & 2 deletions packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/transactions",
"version": "6.5.5",
"version": "6.6.0",
"description": "Javascript library for constructing transactions on the Stacks blockchain.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand Down Expand Up @@ -33,7 +33,7 @@
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@stacks/encryption": "^6.5.5",
"@stacks/encryption": "^6.6.0",
"@types/common-tags": "^1.8.0",
"@types/elliptic": "^6.4.12",
"@types/lodash.clonedeep": "^4.5.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/wallet-sdk/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.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/wallet-sdk





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