chore(release): publish

- @blockstack/app@1.15.1
 - @blockstack/connect@2.12.1
 - @blockstack/keychain@0.12.1
 - @blockstack/rpc-client@0.3.0-alpha.15
 - test-app@1.6.1
 - @blockstack/ui-docs@1.2.7
 - @blockstack/ui@2.12.7
This commit is contained in:
GitHub Action
2020-08-21 13:52:56 +00:00
parent beab356aed
commit 93f9cd7a46
14 changed files with 74 additions and 18 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.15.1 (2020-08-21)
**Note:** Version bump only for package @blockstack/app
# [1.15.0](https://github.com/blockstack/ux/compare/@blockstack/app@1.14.0...@blockstack/app@1.15.0) (2020-08-21)

View File

@@ -21,16 +21,16 @@
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit"
},
"version": "1.15.0",
"version": "1.15.1",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.12.0",
"@blockstack/keychain": "^0.12.0",
"@blockstack/connect": "^2.12.1",
"@blockstack/keychain": "^0.12.1",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/rpc-client": "^0.3.0-alpha.14",
"@blockstack/rpc-client": "^0.3.0-alpha.15",
"@blockstack/stacks-transactions": "0.5.1",
"@blockstack/stats": "^0.7.0",
"@blockstack/ui": "^2.12.6",
"@blockstack/ui": "^2.12.7",
"@rehooks/document-title": "^1.0.1",
"@types/react-router-dom": "^5.1.3",
"bignumber.js": "^9.0.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.12.1 (2020-08-21)
**Note:** Version bump only for package @blockstack/connect
# [2.12.0](https://github.com/blockstack/ux/compare/@blockstack/connect@2.11.0...@blockstack/connect@2.12.0) (2020-08-21)

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/connect",
"version": "2.12.0",
"version": "2.12.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.12.6",
"@blockstack/ui": "^2.12.7",
"jsontokens": "^3.0.0",
"preact": "^10.4.0",
"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.12.1 (2020-08-21)
**Note:** Version bump only for package @blockstack/keychain
# [0.12.0](https://github.com/blockstack/ux/compare/@blockstack/keychain@0.10.5...@blockstack/keychain@0.12.0) (2020-08-21)

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/keychain",
"version": "0.12.0",
"version": "0.12.1",
"description": "A package for managing Blockstack keychains",
"main": "./dist/index.js",
"umd:main": "./dist/keychain.umd.production.js",
@@ -56,7 +56,7 @@
"typescript": "^3.7.3"
},
"dependencies": {
"@blockstack/rpc-client": "^0.3.0-alpha.14",
"@blockstack/rpc-client": "^0.3.0-alpha.15",
"@blockstack/stacks-transactions": "0.5.1",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.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.
# 0.3.0-alpha.15 (2020-08-21)
**Note:** Version bump only for package @blockstack/rpc-client
# [0.3.0-alpha.14](https://github.com/blockstack/ux/compare/@blockstack/rpc-client@0.3.0-alpha.11...@blockstack/rpc-client@0.3.0-alpha.14) (2020-08-21)

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/rpc-client",
"version": "0.3.0-alpha.14",
"version": "0.3.0-alpha.15",
"license": "MIT",
"author": "Hank Stoever",
"main": "dist/index.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.6.1 (2020-08-21)
**Note:** Version bump only for package test-app
# [1.6.0](https://github.com/blockstack/ux/compare/test-app@1.5.6...test-app@1.6.0) (2020-08-21)

View File

@@ -20,15 +20,15 @@
"typecheck": "tsc --noEmit",
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
},
"version": "1.6.0",
"version": "1.6.1",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/clarity": "0.1.16",
"@blockstack/connect": "^2.12.0",
"@blockstack/keychain": "^0.12.0",
"@blockstack/connect": "^2.12.1",
"@blockstack/keychain": "^0.12.1",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/rpc-client": "^0.3.0-alpha.14",
"@blockstack/ui": "^2.12.6",
"@blockstack/rpc-client": "^0.3.0-alpha.15",
"@blockstack/ui": "^2.12.7",
"@rehooks/document-title": "^1.0.1",
"blockstack": "21.0.0",
"dayjs": "^1.8.29",

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.7 (2020-08-21)
**Note:** Version bump only for package @blockstack/ui-docs
## [1.2.6](https://github.com/blockstack/ux/compare/@blockstack/ui-docs@1.2.5...@blockstack/ui-docs@1.2.6) (2020-08-21)
**Note:** Version bump only for package @blockstack/ui-docs

View File

@@ -1,8 +1,8 @@
{
"name": "@blockstack/ui-docs",
"version": "1.2.6",
"version": "1.2.7",
"dependencies": {
"@blockstack/ui": "^2.12.6",
"@blockstack/ui": "^2.12.7",
"@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.12.7 (2020-08-21)
**Note:** Version bump only for package @blockstack/ui
## [2.12.6](https://github.com/blockstack/ux/tree/master/packages/ui/compare/@blockstack/ui@2.12.5...@blockstack/ui@2.12.6) (2020-08-21)

View File

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