Skip to content

Commit

Permalink
v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
reedrosenbluth committed Mar 26, 2021
1 parent 1d5bb9a commit 5a54a78
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.5](https://github.com/blockstack/blockstack.js/compare/v1.3.4...v1.3.5) (2021-03-26)


### Bug Fixes

* use spending conditions key encoding to properly recover public key ([a0dbba8](https://github.com/blockstack/blockstack.js/commit/a0dbba8710a2e9e2b5690b8f380c7b9d1db41875))





## [1.3.4](https://github.com/blockstack/blockstack.js/compare/v1.3.3...v1.3.4) (2021-03-18)


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": "1.3.4",
"version": "1.3.5",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
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.

## [1.3.5](https://github.com/blockstack/blockstack.js/compare/v1.3.4...v1.3.5) (2021-03-26)

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





## [1.3.4](https://github.com/blockstack/blockstack.js/compare/v1.3.3...v1.3.4) (2021-03-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "1.3.4",
"version": "1.3.5",
"description": "Stacks command line tool",
"keywords": [
"stacks",
Expand Down Expand Up @@ -93,9 +93,9 @@
"@stacks/auth": "^1.2.3",
"@stacks/blockchain-api-client": "^0.34.1",
"@stacks/network": "^1.2.2",
"@stacks/stacking": "^1.3.4",
"@stacks/stacking": "^1.3.5",
"@stacks/storage": "^1.3.3",
"@stacks/transactions": "^1.3.3",
"@stacks/transactions": "^1.3.5",
"ajv": "^4.11.5",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
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.

## [1.3.5](https://github.com/blockstack/blockstack.js/compare/v1.3.4...v1.3.5) (2021-03-26)

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





## [1.3.3](https://github.com/blockstack/blockstack.js/compare/v1.3.2...v1.3.3) (2021-03-18)

**Note:** Version bump only for package @stacks/keychain
Expand Down
4 changes: 2 additions & 2 deletions packages/keychain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/keychain",
"version": "1.3.3",
"version": "1.3.5",
"description": "A package for managing Stacks keychains",
"keywords": [
"Stacks",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@stacks/common": "^1.2.2",
"@stacks/encryption": "^1.2.3",
"@stacks/storage": "^1.3.3",
"@stacks/transactions": "^1.3.3",
"@stacks/transactions": "^1.3.5",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.6",
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.

## [1.3.5](https://github.com/blockstack/blockstack.js/compare/v1.3.4...v1.3.5) (2021-03-26)

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





## [1.3.4](https://github.com/blockstack/blockstack.js/compare/v1.3.3...v1.3.4) (2021-03-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/stacking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/stacking",
"version": "1.3.4",
"version": "1.3.5",
"description": "Library for Stacking.",
"keywords": [
"Stacks",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@stacks/network": "^1.2.2",
"@stacks/transactions": "^1.3.3",
"@stacks/transactions": "^1.3.5",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"bitcoinjs-lib": "^5.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/transactions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.5](https://github.com/blockstack/blockstack.js.gi/compare/v1.3.4...v1.3.5) (2021-03-26)


### Bug Fixes

* use spending conditions key encoding to properly recover public key ([a0dbba8](https://github.com/blockstack/blockstack.js.gi/commit/a0dbba8710a2e9e2b5690b8f380c7b9d1db41875))





## [1.3.3](https://github.com/blockstack/blockstack.js.gi/compare/v1.3.2...v1.3.3) (2021-03-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/transactions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/transactions",
"version": "1.3.3",
"version": "1.3.5",
"description": "Javascript library for constructing transactions on the Stacks blockchain.",
"homepage": "https://blockstack.org",
"license": "GPL-3.0-or-later",
Expand Down

1 comment on commit 5a54a78

@vercel
Copy link

@vercel vercel bot commented on 5a54a78 Mar 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.