chore(release): publish

- @blockstack/app@1.13.4
 - @blockstack/connect@2.10.4
 - @blockstack/keychain@0.10.4
 - @blockstack/rpc-client@0.3.0-alpha.10
 - test-app@1.5.4
 - @blockstack/ui-docs@1.2.4
 - @blockstack/ui@2.12.4
This commit is contained in:
GitHub Action
2020-07-28 16:13:36 +00:00
parent 2b6fe2b813
commit e22fea9a69
14 changed files with 72 additions and 16 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.13.4 (2020-07-28)
**Note:** Version bump only for package @blockstack/app
## 1.13.3 (2020-07-28)

View File

@@ -21,16 +21,16 @@
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit"
},
"version": "1.13.3",
"version": "1.13.4",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.10.3",
"@blockstack/connect": "^2.10.4",
"@blockstack/keychain": "^0.7.5",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/rpc-client": "^0.3.0-alpha.9",
"@blockstack/rpc-client": "^0.3.0-alpha.10",
"@blockstack/stacks-transactions": "0.5.1",
"@blockstack/stats": "^0.7.0",
"@blockstack/ui": "^2.12.3",
"@blockstack/ui": "^2.12.4",
"@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.10.4 (2020-07-28)
**Note:** Version bump only for package @blockstack/connect
## 2.10.3 (2020-07-28)

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/connect",
"version": "2.10.3",
"version": "2.10.4",
"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.3",
"@blockstack/ui": "^2.12.4",
"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.10.4 (2020-07-28)
**Note:** Version bump only for package @blockstack/keychain
## 0.10.3 (2020-07-28)

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/keychain",
"version": "0.10.3",
"version": "0.10.4",
"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.9",
"@blockstack/rpc-client": "^0.3.0-alpha.10",
"@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.10 (2020-07-28)
**Note:** Version bump only for package @blockstack/rpc-client
# 0.3.0-alpha.9 (2020-07-28)

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/rpc-client",
"version": "0.3.0-alpha.9",
"version": "0.3.0-alpha.10",
"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.5.4 (2020-07-28)
**Note:** Version bump only for package test-app
## 1.5.3 (2020-07-28)

View File

@@ -20,15 +20,15 @@
"typecheck": "tsc --noEmit",
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
},
"version": "1.5.3",
"version": "1.5.4",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/clarity": "0.1.16",
"@blockstack/connect": "^2.10.3",
"@blockstack/connect": "^2.10.4",
"@blockstack/keychain": "^0.7.5",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/rpc-client": "^0.3.0-alpha.9",
"@blockstack/ui": "^2.12.3",
"@blockstack/rpc-client": "^0.3.0-alpha.10",
"@blockstack/ui": "^2.12.4",
"@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.4 (2020-07-28)
**Note:** Version bump only for package @blockstack/ui-docs
## 1.2.3 (2020-07-28)

View File

@@ -1,8 +1,8 @@
{
"name": "@blockstack/ui-docs",
"version": "1.2.3",
"version": "1.2.4",
"dependencies": {
"@blockstack/ui": "^2.12.3",
"@blockstack/ui": "^2.12.4",
"@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.4 (2020-07-28)
**Note:** Version bump only for package @blockstack/ui
## 2.12.3 (2020-07-28)

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