chore(release): publish

- @blockstack/app@1.15.6
 - @blockstack/connect@2.12.6
 - @blockstack/keychain@0.12.6
 - @blockstack/rpc-client@0.3.0-alpha.20
 - test-app@1.6.6
 - @blockstack/ui-docs@1.2.12
 - @blockstack/ui@2.12.12
This commit is contained in:
GitHub Action
2020-10-05 08:12:00 +00:00
parent 4c26fcea34
commit 528a38057a
14 changed files with 95 additions and 18 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.15.6 (2020-10-05)
### Bug Fixes
* remaining broken sidecar urls, fixes [#615](https://github.com/blockstack/ux/issues/615) ([4c26fce](https://github.com/blockstack/ux/commit/4c26fcea34c1603e4ea63d1be7b576b9ccb45a42))
## 1.15.5 (2020-09-29)

View File

@@ -21,16 +21,16 @@
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit"
},
"version": "1.15.5",
"version": "1.15.6",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.12.5",
"@blockstack/keychain": "^0.12.5",
"@blockstack/connect": "^2.12.6",
"@blockstack/keychain": "^0.12.6",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/rpc-client": "^0.3.0-alpha.19",
"@blockstack/rpc-client": "^0.3.0-alpha.20",
"@blockstack/stacks-transactions": "0.5.1",
"@blockstack/stats": "^0.7.0",
"@blockstack/ui": "^2.12.11",
"@blockstack/ui": "^2.12.12",
"@rehooks/document-title": "^1.0.1",
"@types/dompurify": "^2.0.4",
"@types/react-router-dom": "^5.1.3",

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.12.6 (2020-10-05)
### Bug Fixes
* remaining broken sidecar urls, fixes [#615](https://github.com/blockstack/ux/issues/615) ([4c26fce](https://github.com/blockstack/ux/commit/4c26fcea34c1603e4ea63d1be7b576b9ccb45a42))
## 2.12.5 (2020-09-29)

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/connect",
"version": "2.12.5",
"version": "2.12.6",
"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.11",
"@blockstack/ui": "^2.12.12",
"jsontokens": "^3.0.0",
"preact": "^10.4.0",
"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.12.6 (2020-10-05)
### Bug Fixes
* remaining broken sidecar urls, fixes [#615](https://github.com/blockstack/ux/issues/615) ([4c26fce](https://github.com/blockstack/ux/commit/4c26fcea34c1603e4ea63d1be7b576b9ccb45a42))
## 0.12.5 (2020-09-29)

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/keychain",
"version": "0.12.5",
"version": "0.12.6",
"description": "A package for managing Blockstack keychains",
"main": "./dist/index.js",
"umd:main": "./dist/keychain.umd.production.js",
@@ -55,7 +55,7 @@
"typescript": "^3.7.3"
},
"dependencies": {
"@blockstack/rpc-client": "^0.3.0-alpha.19",
"@blockstack/rpc-client": "^0.3.0-alpha.20",
"@blockstack/stacks-transactions": "0.5.1",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.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.
# 0.3.0-alpha.20 (2020-10-05)
### Bug Fixes
* remaining broken sidecar urls, fixes [#615](https://github.com/blockstack/ux/issues/615) ([4c26fce](https://github.com/blockstack/ux/commit/4c26fcea34c1603e4ea63d1be7b576b9ccb45a42))
# 0.3.0-alpha.19 (2020-09-29)

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/rpc-client",
"version": "0.3.0-alpha.19",
"version": "0.3.0-alpha.20",
"license": "MIT",
"author": "Hank Stoever",
"main": "dist/index.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.6.6 (2020-10-05)
### Bug Fixes
* remaining broken sidecar urls, fixes [#615](https://github.com/blockstack/ux/issues/615) ([4c26fce](https://github.com/blockstack/ux/commit/4c26fcea34c1603e4ea63d1be7b576b9ccb45a42))
## 1.6.5 (2020-09-29)

View File

@@ -20,15 +20,15 @@
"typecheck": "tsc --noEmit",
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
},
"version": "1.6.5",
"version": "1.6.6",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/clarity": "0.1.16",
"@blockstack/connect": "^2.12.5",
"@blockstack/keychain": "^0.12.5",
"@blockstack/connect": "^2.12.6",
"@blockstack/keychain": "^0.12.6",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/rpc-client": "^0.3.0-alpha.19",
"@blockstack/ui": "^2.12.11",
"@blockstack/rpc-client": "^0.3.0-alpha.20",
"@blockstack/ui": "^2.12.12",
"@rehooks/document-title": "^1.0.1",
"blockstack": "21.0.0",
"dayjs": "^1.8.29",

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.2.12 (2020-10-05)
### Bug Fixes
* remaining broken sidecar urls, fixes [#615](https://github.com/blockstack/ux/issues/615) ([4c26fce](https://github.com/blockstack/ux/commit/4c26fcea34c1603e4ea63d1be7b576b9ccb45a42))
## 1.2.11 (2020-09-29)

View File

@@ -1,8 +1,8 @@
{
"name": "@blockstack/ui-docs",
"version": "1.2.11",
"version": "1.2.12",
"dependencies": {
"@blockstack/ui": "^2.12.11",
"@blockstack/ui": "^2.12.12",
"@mdx-js/loader": "1.6.6",
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^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.12.12 (2020-10-05)
### Bug Fixes
* remaining broken sidecar urls, fixes [#615](https://github.com/blockstack/ux/tree/master/packages/ui/issues/615) ([4c26fce](https://github.com/blockstack/ux/tree/master/packages/ui/commit/4c26fcea34c1603e4ea63d1be7b576b9ccb45a42))
## 2.12.11 (2020-09-29)

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.11",
"version": "2.12.12",
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.org/)",
"bundlesize": [
{