chore(release): publish

- @blockstack/app@1.11.0
 - @blockstack/connect@2.8.0
 - @blockstack/keychain@0.7.0
 - test-app@1.3.0
 - @blockstack/ui-docs@0.2.0
 - @blockstack/ui@2.8.0
This commit is contained in:
GitHub Action
2020-07-07 13:35:55 +00:00
parent 9e903d7141
commit 0038c26bfd
12 changed files with 79 additions and 13 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.11.0 (2020-07-07)
### Features
* add codesandbox ci ([9e903d7](https://github.com/blockstack/blockstack-app/commit/9e903d7141c21503339159255cd06fb6701b1e3b))
## 1.10.5 (2020-06-30)
**Note:** Version bump only for package @blockstack/app

View File

@@ -20,15 +20,15 @@
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit"
},
"version": "1.10.5",
"version": "1.11.0",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.7.10",
"@blockstack/keychain": "^0.6.1",
"@blockstack/connect": "^2.8.0",
"@blockstack/keychain": "^0.7.0",
"@blockstack/prettier-config": "^0.0.5",
"@blockstack/stacks-transactions": "^0.4.6",
"@blockstack/stats": "^0.7.0",
"@blockstack/ui": "^2.7.3",
"@blockstack/ui": "^2.8.0",
"@rehooks/document-title": "^1.0.1",
"@types/react-router-dom": "^5.1.3",
"blockstack": "^19.3.0",

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.8.0 (2020-07-07)
### Features
* add codesandbox ci ([9e903d7](https://github.com/blockstack/ux/commit/9e903d7141c21503339159255cd06fb6701b1e3b))
## 2.7.10 (2020-06-30)
**Note:** Version bump only for package @blockstack/connect

View File

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

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.
# 0.7.0 (2020-07-07)
### Features
* add codesandbox ci ([9e903d7](https://github.com/blockstack/ux/commit/9e903d7141c21503339159255cd06fb6701b1e3b))
## 0.6.1 (2020-06-30)
**Note:** Version bump only for package @blockstack/keychain

View File

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

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 (2020-07-07)
### Features
* add codesandbox ci ([9e903d7](https://github.com/blockstack/ux/commit/9e903d7141c21503339159255cd06fb6701b1e3b))
## 1.2.4 (2020-06-30)
**Note:** Version bump only for package test-app

View File

@@ -19,13 +19,13 @@
"typecheck": "tsc --noEmit",
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
},
"version": "1.2.4",
"version": "1.3.0",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.7.10",
"@blockstack/keychain": "^0.6.1",
"@blockstack/connect": "^2.8.0",
"@blockstack/keychain": "^0.7.0",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/ui": "^2.7.3",
"@blockstack/ui": "^2.8.0",
"@rehooks/document-title": "^1.0.1",
"blockstack": "^21.0.0",
"formik": "^2.1.4",

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.
# 0.2.0 (2020-07-07)
### Features
* add codesandbox ci ([9e903d7](https://github.com/blockstack/ux/commit/9e903d7141c21503339159255cd06fb6701b1e3b))
## 0.1.10 (2020-06-30)
**Note:** Version bump only for package @blockstack/ui-docs

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/ui-docs",
"version": "0.1.10",
"version": "0.2.0",
"dependencies": {
"@blockstack/ui": "2.7.2-beta.2",
"@mdx-js/loader": "1.6.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.8.0 (2020-07-07)
### Features
* add codesandbox ci ([9e903d7](https://github.com/blockstackpbc/blockstack-ui/commit/9e903d7141c21503339159255cd06fb6701b1e3b))
## 2.7.3 (2020-06-30)
**Note:** Version bump only for package @blockstack/ui

View File

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