Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reedrosenbluth committed Dec 20, 2021
1 parent 08012b2 commit fe831cf
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 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.

## [3.1.1](https://github.com/blockstack/blockstack.js/compare/v3.1.0...v3.1.1) (2021-12-20)


### Bug Fixes

* key exposed in api call, closes [#1152](https://github.com/blockstack/blockstack.js/issues/1152) ([08012b2](https://github.com/blockstack/blockstack.js/commit/08012b2728f8aad0b18f751456532dceaf1108de))





# [3.1.0](https://github.com/blockstack/blockstack.js/compare/v3.0.0...v3.1.0) (2021-12-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": "3.1.0",
"version": "3.1.1",
"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.

## [3.1.1](https://github.com/blockstack/blockstack.js/compare/v3.1.0...v3.1.1) (2021-12-20)

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





# [3.1.0](https://github.com/blockstack/blockstack.js/compare/v3.0.0...v3.1.0) (2021-12-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "3.1.0",
"version": "3.1.1",
"description": "Stacks command line tool",
"keywords": [
"stacks",
Expand Down Expand Up @@ -95,7 +95,7 @@
"@stacks/stacking": "^3.1.0",
"@stacks/storage": "^3.1.0",
"@stacks/transactions": "^3.1.0",
"@stacks/wallet-sdk": "^3.1.0",
"@stacks/wallet-sdk": "^3.1.1",
"ajv": "^4.11.5",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/wallet-sdk/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.

## [3.1.1](https://github.com/blockstack/stacks.js/compare/v3.1.0...v3.1.1) (2021-12-20)


### Bug Fixes

* key exposed in api call, closes [#1152](https://github.com/blockstack/stacks.js/issues/1152) ([08012b2](https://github.com/blockstack/stacks.js/commit/08012b2728f8aad0b18f751456532dceaf1108de))





# [3.1.0](https://github.com/blockstack/stacks.js/compare/v3.0.0...v3.1.0) (2021-12-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-sdk/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/wallet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/wallet-sdk",
"version": "3.1.0",
"version": "3.1.1",
"description": "A library for generating Stacks blockchain wallets",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
Expand Down

1 comment on commit fe831cf

@vercel
Copy link

@vercel vercel bot commented on fe831cf Dec 20, 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.