chore(release): publish

- @blockstack/app@1.11.1
 - @blockstack/connect@2.8.1
 - @blockstack/keychain@0.7.3
 - test-app@1.3.1
 - @blockstack/ui-docs@1.0.1
 - @blockstack/ui@2.8.3
This commit is contained in:
GitHub Action
2020-07-09 17:57:38 +00:00
parent 2342e88a04
commit 8eebf65db0
12 changed files with 62 additions and 14 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.11.1 (2020-07-09)
**Note:** Version bump only for package @blockstack/app
# 1.11.0 (2020-07-07)

View File

@@ -21,15 +21,15 @@
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit"
},
"version": "1.11.0",
"version": "1.11.1",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.8.0",
"@blockstack/keychain": "^0.7.0",
"@blockstack/connect": "^2.8.1",
"@blockstack/keychain": "^0.7.3",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/stacks-transactions": "^0.4.6",
"@blockstack/stats": "^0.7.0",
"@blockstack/ui": "^2.8.2",
"@blockstack/ui": "^2.8.3",
"@rehooks/document-title": "^1.0.1",
"@types/react-router-dom": "^5.1.3",
"blockstack": "^19.3.0",

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.
## 2.8.1 (2020-07-09)
**Note:** Version bump only for package @blockstack/connect
# 2.8.0 (2020-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/connect",
"version": "2.8.0",
"version": "2.8.1",
"scripts": {
"build": "yarn build:modules && yarn build:standalone",
"build:modules": "tsdx build --format cjs,esm,umd",
@@ -31,7 +31,7 @@
}
],
"dependencies": {
"@blockstack/ui": "^2.8.2",
"@blockstack/ui": "^2.8.3",
"preact": "^10.4.0",
"prettier": "^2.0.5",
"styled-components": "^5.1.0",

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.
## 0.7.3 (2020-07-09)
**Note:** Version bump only for package @blockstack/keychain
# 0.7.0 (2020-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/keychain",
"version": "0.7.2",
"version": "0.7.3",
"description": "A package for managing Blockstack keychains",
"main": "./dist/index.js",
"umd:main": "./dist/keychain.umd.production.js",

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.3.1 (2020-07-09)
**Note:** Version bump only for package test-app
# 1.3.0 (2020-07-07)

View File

@@ -20,13 +20,13 @@
"typecheck": "tsc --noEmit",
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
},
"version": "1.3.0",
"version": "1.3.1",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.8.0",
"@blockstack/keychain": "^0.7.2",
"@blockstack/connect": "^2.8.1",
"@blockstack/keychain": "^0.7.3",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/ui": "^2.8.2",
"@blockstack/ui": "^2.8.3",
"@rehooks/document-title": "^1.0.1",
"blockstack": "^21.0.0",
"formik": "^2.1.4",

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.0.1 (2020-07-09)
**Note:** Version bump only for package @blockstack/ui-docs
# 0.2.0 (2020-07-07)

View File

@@ -1,8 +1,8 @@
{
"name": "@blockstack/ui-docs",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"@blockstack/ui": "^2.8.2",
"@blockstack/ui": "^2.8.3",
"@mdx-js/loader": "1.6.6",
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^1.6.6",

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.
## 2.8.3 (2020-07-09)
**Note:** Version bump only for package @blockstack/ui
# 2.8.0 (2020-07-07)

View File

@@ -1,7 +1,7 @@
{
"name": "@blockstack/ui",
"description": "Blockstack UI components built using React and styled-components with styled-system.",
"version": "2.8.2",
"version": "2.8.3",
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.org/)",
"bundlesize": [
{