chore(release): publish

- @blockstack/app@1.13.5
 - @blockstack/connect@2.10.5
 - @blockstack/keychain@0.10.5
 - @blockstack/rpc-client@0.3.0-alpha.11
 - test-app@1.5.5
 - @blockstack/ui-docs@1.2.5
 - @blockstack/ui@2.12.5
This commit is contained in:
GitHub Action
2020-07-30 13:58:24 +00:00
parent aecc700168
commit de29dd13b4
14 changed files with 93 additions and 16 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.13.5 (2020-07-30)
### Bug Fixes
* reset text-align within connect modal, fixes [#458](https://github.com/blockstack/ux/issues/458) ([aecc700](https://github.com/blockstack/ux/commit/aecc70016809c3750d5cde730db4aeaffd52bb98))
## 1.13.4 (2020-07-28)
**Note:** Version bump only for package @blockstack/app

View File

@@ -21,16 +21,16 @@
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit"
},
"version": "1.13.4",
"version": "1.13.5",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.10.4",
"@blockstack/connect": "^2.10.5",
"@blockstack/keychain": "^0.7.5",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/rpc-client": "^0.3.0-alpha.10",
"@blockstack/rpc-client": "^0.3.0-alpha.11",
"@blockstack/stacks-transactions": "0.5.1",
"@blockstack/stats": "^0.7.0",
"@blockstack/ui": "^2.12.4",
"@blockstack/ui": "^2.12.5",
"@rehooks/document-title": "^1.0.1",
"@types/react-router-dom": "^5.1.3",
"bignumber.js": "^9.0.0",