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 Jun 16, 2022
1 parent 0b87ef5 commit 744dd82
Show file tree
Hide file tree
Showing 26 changed files with 162 additions and 58 deletions.
8 changes: 8 additions & 0 deletions 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.

## 4.3.1 (2022-06-16)

**Note:** Version bump only for package root





# [4.3.0](https://github.com/hirosystems/stacks.js/compare/v4.2.2...v4.3.0) (2022-06-16)


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": "4.3.0",
"version": "4.3.1",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
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.

## 4.3.1 (2022-06-16)

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





# [4.3.0](https://github.com/hirosystems/stacks.js/compare/v4.2.2...v4.3.0) (2022-06-16)

**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": "4.3.0",
"version": "4.3.1",
"description": "Authentication for Stacks apps.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -21,10 +21,10 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@stacks/common": "^4.3.0",
"@stacks/encryption": "^4.3.0",
"@stacks/network": "^4.3.0",
"@stacks/profile": "^4.3.0",
"@stacks/common": "^4.3.1",
"@stacks/encryption": "^4.3.1",
"@stacks/network": "^4.3.1",
"@stacks/profile": "^4.3.1",
"cross-fetch": "^3.1.5",
"jsontokens": "^3.1.1",
"query-string": "^6.13.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.

## 4.3.1 (2022-06-16)

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





# [4.3.0](https://github.com/blockstack/stacks.js/compare/v4.2.2...v4.3.0) (2022-06-16)

**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": "4.3.0",
"version": "4.3.1",
"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": "^4.3.0",
"@stacks/network": "^4.3.0",
"@stacks/transactions": "^4.3.0"
"@stacks/common": "^4.3.1",
"@stacks/network": "^4.3.1",
"@stacks/transactions": "^4.3.1"
},
"devDependencies": {
"@types/jest": "^26.0.22",
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.

## 4.3.1 (2022-06-16)

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





# [4.3.0](https://github.com/hirosystems/stacks.js/compare/v4.2.2...v4.3.0) (2022-06-16)

**Note:** Version bump only for package @stacks/cli
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "4.3.0",
"version": "4.3.1",
"description": "Stacks command line tool",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -18,15 +18,15 @@
"test:watch": "jest --watch --coverage=false"
},
"dependencies": {
"@stacks/auth": "^4.3.0",
"@stacks/auth": "^4.3.1",
"@stacks/blockchain-api-client": "^4.0.1",
"@stacks/bns": "^4.3.0",
"@stacks/common": "^4.3.0",
"@stacks/network": "^4.3.0",
"@stacks/stacking": "^4.3.0",
"@stacks/storage": "^4.3.0",
"@stacks/transactions": "^4.3.0",
"@stacks/wallet-sdk": "^4.3.0",
"@stacks/bns": "^4.3.1",
"@stacks/common": "^4.3.1",
"@stacks/network": "^4.3.1",
"@stacks/stacking": "^4.3.1",
"@stacks/storage": "^4.3.1",
"@stacks/transactions": "^4.3.1",
"@stacks/wallet-sdk": "^4.3.1",
"ajv": "6.12.3",
"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.

## 4.3.1 (2022-06-16)

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





# [4.3.0](https://github.com/hirosystems/stacks.js/compare/v4.2.2...v4.3.0) (2022-06-16)

**Note:** Version bump only for package @stacks/common
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": "4.3.0",
"version": "4.3.1",
"description": "Common Stacks utilities",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
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.

## 4.3.1 (2022-06-16)

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





# [4.3.0](https://github.com/hirosystems/stacks.js/compare/v4.2.2...v4.3.0) (2022-06-16)

**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": "4.3.0",
"version": "4.3.1",
"description": "Encryption utilities for Stacks",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -23,7 +23,7 @@
"@noble/hashes": "^1.0.0",
"@noble/secp256k1": "^1.5.5",
"@scure/bip39": "^1.0.0",
"@stacks/common": "^4.3.0",
"@stacks/common": "^4.3.1",
"@types/node": "^14.14.43",
"bs58": "^5.0.0",
"ripemd160-min": "^0.0.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/keychain/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.

## 4.3.1 (2022-06-16)

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





# [4.3.0](https://github.com/hirosystems/stacks.js/compare/v4.2.2...v4.3.0) (2022-06-16)

**Note:** Version bump only for package @stacks/keychain
Expand Down
16 changes: 8 additions & 8 deletions packages/keychain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/keychain",
"version": "4.3.0",
"version": "4.3.1",
"description": "A package for managing Stacks keychains",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -26,13 +26,13 @@
},
"dependencies": {
"@blockstack/rpc-client": "^0.3.0-alpha.11",
"@stacks/auth": "^4.3.0",
"@stacks/common": "^4.3.0",
"@stacks/encryption": "^4.3.0",
"@stacks/network": "^4.3.0",
"@stacks/profile": "^4.3.0",
"@stacks/storage": "^4.3.0",
"@stacks/transactions": "^4.3.0",
"@stacks/auth": "^4.3.1",
"@stacks/common": "^4.3.1",
"@stacks/encryption": "^4.3.1",
"@stacks/network": "^4.3.1",
"@stacks/profile": "^4.3.1",
"@stacks/storage": "^4.3.1",
"@stacks/transactions": "^4.3.1",
"@types/node": "^14.14.43",
"@types/triplesec": "^3.0.0",
"bip32": "^2.0.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/network/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.

## 4.3.1 (2022-06-16)

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





# [4.3.0](https://github.com/hirosystems/stacks.js/compare/v4.2.2...v4.3.0) (2022-06-16)

**Note:** Version bump only for package @stacks/network
Expand Down
4 changes: 2 additions & 2 deletions packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/network",
"version": "4.3.0",
"version": "4.3.1",
"description": "Library for Stacks network operations",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -20,7 +20,7 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@stacks/common": "^4.3.0",
"@stacks/common": "^4.3.1",
"cross-fetch": "^3.1.5"
},
"devDependencies": {
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.

## 4.3.1 (2022-06-16)

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





# [4.3.0](https://github.com/hirosystems/stacks.js/compare/v4.2.2...v4.3.0) (2022-06-16)

**Note:** Version bump only for package @stacks/profile
Expand Down
8 changes: 4 additions & 4 deletions packages/profile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/profile",
"version": "4.3.0",
"version": "4.3.1",
"description": "Library for Stacks profiles",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -21,9 +21,9 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@stacks/common": "^4.3.0",
"@stacks/network": "^4.3.0",
"@stacks/transactions": "^4.3.0",
"@stacks/common": "^4.3.1",
"@stacks/network": "^4.3.1",
"@stacks/transactions": "^4.3.1",
"jsontokens": "^3.1.1",
"schema-inspector": "2.0.1",
"zone-file": "^2.0.0-beta.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/stacking/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.

## 4.3.1 (2022-06-16)

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





# [4.3.0](https://github.com/hirosystems/stacks.js/compare/v4.2.2...v4.3.0) (2022-06-16)

**Note:** Version bump only for package @stacks/stacking
Expand Down
10 changes: 5 additions & 5 deletions packages/stacking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/stacking",
"version": "4.3.0",
"version": "4.3.1",
"description": "Library for Stacking.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -20,11 +20,11 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@stacks/common": "^4.3.0",
"@stacks/encryption": "^4.3.0",
"@stacks/network": "^4.3.0",
"@stacks/common": "^4.3.1",
"@stacks/encryption": "^4.3.1",
"@stacks/network": "^4.3.1",
"@stacks/stacks-blockchain-api-types": "^0.61.0",
"@stacks/transactions": "^4.3.0",
"@stacks/transactions": "^4.3.1",
"bs58": "^5.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/storage/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.

## 4.3.1 (2022-06-16)

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





# [4.3.0](https://github.com/hirosystems/stacks.js/compare/v4.2.2...v4.3.0) (2022-06-16)

**Note:** Version bump only for package @stacks/storage
Expand Down
10 changes: 5 additions & 5 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/storage",
"version": "4.3.0",
"version": "4.3.1",
"description": "Stacks storage library",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -21,10 +21,10 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@stacks/auth": "^4.3.0",
"@stacks/common": "^4.3.0",
"@stacks/encryption": "^4.3.0",
"@stacks/network": "^4.3.0",
"@stacks/auth": "^4.3.1",
"@stacks/common": "^4.3.1",
"@stacks/encryption": "^4.3.1",
"@stacks/network": "^4.3.1",
"jsontokens": "^3.1.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 744dd82

Please sign in to comment.