Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
reedrosenbluth committed Mar 18, 2021
1 parent 2d14222 commit 38c9cb1
Show file tree
Hide file tree
Showing 15 changed files with 74 additions and 15 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* [#973](https://github.com/blockstack/blockstack.js/issues/973) stacking lib only allow p2pkh and p2sh btc addresses ([af00bd5](https://github.com/blockstack/blockstack.js/commit/af00bd5f315a4877f6af0fd71e6373d664afbe6a))
* export cvToValue function ([42c138b](https://github.com/blockstack/blockstack.js/commit/42c138b975ea08e75fea78db39b77166c08f193b))
* package.json to reduce vulnerabilities ([48a72fb](https://github.com/blockstack/blockstack.js/commit/48a72fba2eda7e5f0bc7dbd649f274f88d01bd1d))





## [1.3.2](https://github.com/blockstack/blockstack.js/compare/v1.3.1...v1.3.2) (2021-03-11)

**Note:** Version bump only for package stacks.js
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.2",
"version": "1.3.3",
"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.3](https://github.com/blockstack/blockstack.js/compare/v1.3.2...v1.3.3) (2021-03-18)

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





## [1.3.2](https://github.com/blockstack/blockstack.js/compare/v1.3.1...v1.3.2) (2021-03-11)

**Note:** Version bump only for package @stacks/cli
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.

8 changes: 4 additions & 4 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.2",
"version": "1.3.3",
"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.2",
"@stacks/storage": "^1.2.3",
"@stacks/transactions": "^1.3.0",
"@stacks/stacking": "^1.3.3",
"@stacks/storage": "^1.3.3",
"@stacks/transactions": "^1.3.3",
"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.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





# [1.3.0](https://github.com/blockstack/blockstack.js/compare/v1.2.4...v1.3.0) (2021-03-08)

**Note:** Version bump only for package @stacks/keychain
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.3.3",
"description": "A package for managing Stacks keychains",
"keywords": [
"Stacks",
Expand Down Expand Up @@ -78,8 +78,8 @@
"@blockstack/rpc-client": "^0.3.0-alpha.11",
"@stacks/common": "^1.2.2",
"@stacks/encryption": "^1.2.3",
"@stacks/storage": "^1.2.3",
"@stacks/transactions": "^1.3.0",
"@stacks/storage": "^1.3.3",
"@stacks/transactions": "^1.3.3",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/stacking/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.3](https://github.com/blockstack/blockstack.js/compare/v1.3.2...v1.3.3) (2021-03-18)


### Bug Fixes

* [#973](https://github.com/blockstack/blockstack.js/issues/973) stacking lib only allow p2pkh and p2sh btc addresses ([af00bd5](https://github.com/blockstack/blockstack.js/commit/af00bd5f315a4877f6af0fd71e6373d664afbe6a))





## [1.3.2](https://github.com/blockstack/blockstack.js/compare/v1.3.1...v1.3.2) (2021-03-11)

**Note:** Version bump only for package @stacks/stacking
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.2",
"version": "1.3.3",
"description": "Library for Stacking.",
"keywords": [
"Stacks",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@stacks/network": "^1.2.2",
"@stacks/transactions": "^1.3.0",
"@stacks/transactions": "^1.3.3",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"bitcoinjs-lib": "^5.2.0",
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.

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





## [1.2.3](https://github.com/blockstack/blockstack.js/compare/v1.2.2...v1.2.3) (2021-02-25)

**Note:** Version bump only for package @stacks/storage
2 changes: 1 addition & 1 deletion packages/storage/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/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/storage",
"version": "1.2.3",
"version": "1.3.3",
"description": "Stacks storage library",
"author": "yknl <[email protected]>",
"homepage": "https://blockstack.org",
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.3](https://github.com/blockstack/blockstack.js.gi/compare/v1.3.2...v1.3.3) (2021-03-18)


### Bug Fixes

* export cvToValue function ([42c138b](https://github.com/blockstack/blockstack.js.gi/commit/42c138b975ea08e75fea78db39b77166c08f193b))





# [1.3.0](https://github.com/blockstack/blockstack.js.gi/compare/v1.2.4...v1.3.0) (2021-03-08)


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.0",
"version": "1.3.3",
"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 38c9cb1

@vercel
Copy link

@vercel vercel bot commented on 38c9cb1 Mar 18, 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.