chore(release): publish

- @stacks/app@1.17.1
 - @stacks/connect-react@2.14.1
 - @stacks/connect-ui@2.14.1
 - @stacks/connect@4.0.1
 - @stacks/keychain@0.14.1
 - @stacks/rpc-client@0.5.1
 - test-app@1.8.1
This commit is contained in:
GitHub Action
2020-11-03 17:08:07 +00:00
parent 5367055e9c
commit c24680d6d4
14 changed files with 92 additions and 15 deletions

View File

@@ -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.17.1 (2020-11-03)
### Bug Fixes
* proper glob for lerna packages ([5367055](https://github.com/blockstack/ux/commit/5367055e9c6622dd0a93f97275ab652a9af56bf9))
# 1.17.0 (2020-11-02)

View File

@@ -22,7 +22,7 @@
"test:ci": "jest --verbose=true --ci --reporters=default --reporters=jest-junit --collect-coverage",
"typecheck": "tsc --noEmit"
},
"version": "1.17.0",
"version": "1.17.1",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/prettier-config": "^0.0.6",
@@ -30,9 +30,9 @@
"@blockstack/stats": "^0.7.0",
"@blockstack/ui": "^2.12.13",
"@rehooks/document-title": "^1.0.1",
"@stacks/connect": "^4.0.0",
"@stacks/keychain": "^0.14.0",
"@stacks/rpc-client": "^0.5.0",
"@stacks/connect": "^4.0.1",
"@stacks/keychain": "^0.14.1",
"@stacks/rpc-client": "^0.5.1",
"@types/dompurify": "^2.0.4",
"@types/react-router-dom": "^5.1.3",
"bignumber.js": "^9.0.0",