chore(release): publish

- @blockstack/app@1.3.0
This commit is contained in:
GitHub Action
2020-03-10 22:18:15 +00:00
parent 710f1fca0a
commit 9cc52c2bf9
2 changed files with 13 additions and 2 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.3.0](https://github.com/blockstack/blockstack-app/compare/@blockstack/app@1.2.0...@blockstack/app@1.3.0) (2020-03-10)
### Features
* use stats package for metrics ([710f1fc](https://github.com/blockstack/blockstack-app/commit/710f1fca0a3fc8ad4aaed75ec828ddb815b1483b))
# [1.2.0](https://github.com/blockstack/blockstack-app/compare/@blockstack/app@1.1.2...@blockstack/app@1.2.0) (2020-03-10)

View File

@@ -20,14 +20,14 @@
"typecheck": "tsc --noEmit",
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
},
"version": "1.2.0",
"version": "1.3.0",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.1.0",
"@blockstack/keychain": "^0.3.1",
"@blockstack/prettier-config": "^0.0.5",
"@blockstack/ui": "^1.0.1",
"@blockstack/stats": "^0.5.4",
"@blockstack/ui": "^1.0.1",
"@rehooks/document-title": "^1.0.1",
"@types/react-router-dom": "^5.1.3",
"blockstack": "^19.3.0",