chore(release): publish

- @blockstack/app@1.10.3
 - @blockstack/connect@2.7.8
 - test-app@1.2.2
This commit is contained in:
GitHub Action
2020-06-30 13:50:09 +00:00
parent ac0d2e9afc
commit df77edec74
6 changed files with 32 additions and 5 deletions

View File

@@ -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.10.3](https://github.com/blockstack/blockstack-app/compare/@blockstack/app@1.10.2...@blockstack/app@1.10.3) (2020-06-30)
**Note:** Version bump only for package @blockstack/app
## [1.10.2](https://github.com/blockstack/blockstack-app/compare/@blockstack/app@1.10.1...@blockstack/app@1.10.2) (2020-06-29)
**Note:** Version bump only for package @blockstack/app

View File

@@ -20,10 +20,10 @@
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit"
},
"version": "1.10.2",
"version": "1.10.3",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.7.7",
"@blockstack/connect": "^2.7.8",
"@blockstack/keychain": "^0.6.0",
"@blockstack/prettier-config": "^0.0.5",
"@blockstack/stacks-transactions": "^0.4.6",

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.
## [2.7.8](https://github.com/blockstack/ux/compare/@blockstack/connect@2.7.7...@blockstack/connect@2.7.8) (2020-06-30)
### Bug Fixes
* replace Connect README with link to documentation; resolve [#423](https://github.com/blockstack/ux/issues/423) ([ac0d2e9](https://github.com/blockstack/ux/commit/ac0d2e9afc1c9853948a04f6504b80d64f75ddbe))
## [2.7.7](https://github.com/blockstack/ux/compare/@blockstack/connect@2.7.6...@blockstack/connect@2.7.7) (2020-06-24)

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/connect",
"version": "2.7.7",
"version": "2.7.8",
"scripts": {
"build": "yarn build:modules && yarn build:standalone",
"build:modules": "tsdx build --format cjs,esm,umd",

View File

@@ -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.2.2](https://github.com/blockstack/ux/compare/test-app@1.2.1...test-app@1.2.2) (2020-06-30)
**Note:** Version bump only for package test-app
## [1.2.1](https://github.com/blockstack/ux/compare/test-app@1.2.0...test-app@1.2.1) (2020-06-24)

View File

@@ -19,10 +19,10 @@
"typecheck": "tsc --noEmit",
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
},
"version": "1.2.1",
"version": "1.2.2",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.7.7",
"@blockstack/connect": "^2.7.8",
"@blockstack/keychain": "^0.6.0",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/ui": "^2.7.1",