mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-24 05:05:50 +08:00
chore(release): publish
- @blockstack/app@1.11.5 - @blockstack/connect@2.8.5 - @blockstack/keychain@0.8.7 - @blockstack/rpc-client@0.3.0-alpha.2 - test-app@1.3.5 - @blockstack/ui-docs@1.0.5 - @blockstack/ui@2.10.9
This commit is contained in:
@@ -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.5 (2020-07-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* workflow syntax for test-app deployment ([976fe54](https://github.com/blockstack/ux/commit/976fe54ee4e0e28833bad515ceccc5fd7f98df3a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 1.11.4 (2020-07-22)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/app
|
||||
|
||||
@@ -21,16 +21,16 @@
|
||||
"test:watch": "jest --watch",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"version": "1.11.4",
|
||||
"version": "1.11.5",
|
||||
"author": "Blockstack PBC",
|
||||
"dependencies": {
|
||||
"@blockstack/connect": "^2.8.4",
|
||||
"@blockstack/connect": "^2.8.5",
|
||||
"@blockstack/keychain": "^0.7.5",
|
||||
"@blockstack/prettier-config": "^0.0.6",
|
||||
"@blockstack/rpc-client": "^0.3.0-alpha.1",
|
||||
"@blockstack/rpc-client": "^0.3.0-alpha.2",
|
||||
"@blockstack/stacks-transactions": "0.5.1",
|
||||
"@blockstack/stats": "^0.7.0",
|
||||
"@blockstack/ui": "^2.10.8",
|
||||
"@blockstack/ui": "^2.10.9",
|
||||
"@rehooks/document-title": "^1.0.1",
|
||||
"@types/react-router-dom": "^5.1.3",
|
||||
"bignumber.js": "^9.0.0",
|
||||
|
||||
@@ -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.5 (2020-07-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* workflow syntax for test-app deployment ([976fe54](https://github.com/blockstack/ux/commit/976fe54ee4e0e28833bad515ceccc5fd7f98df3a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.8.4 (2020-07-22)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/connect
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blockstack/connect",
|
||||
"version": "2.8.4",
|
||||
"version": "2.8.5",
|
||||
"scripts": {
|
||||
"build": "yarn build:modules && yarn build:standalone",
|
||||
"build:modules": "tsdx build --format cjs,esm,umd",
|
||||
@@ -31,7 +31,7 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@blockstack/ui": "^2.10.8",
|
||||
"@blockstack/ui": "^2.10.9",
|
||||
"jsontokens": "^3.0.0",
|
||||
"preact": "^10.4.0",
|
||||
"styled-components": "^5.1.0",
|
||||
|
||||
@@ -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.8.7 (2020-07-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* workflow syntax for test-app deployment ([976fe54](https://github.com/blockstack/ux/commit/976fe54ee4e0e28833bad515ceccc5fd7f98df3a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 0.8.6 (2020-07-22)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/keychain
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blockstack/keychain",
|
||||
"version": "0.8.6",
|
||||
"version": "0.8.7",
|
||||
"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.1",
|
||||
"@blockstack/rpc-client": "^0.3.0-alpha.2",
|
||||
"@blockstack/stacks-transactions": "0.5.1",
|
||||
"bip39": "^3.0.2",
|
||||
"bitcoinjs-lib": "^5.1.6",
|
||||
|
||||
@@ -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.2 (2020-07-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* workflow syntax for test-app deployment ([976fe54](https://github.com/blockstack/ux/commit/976fe54ee4e0e28833bad515ceccc5fd7f98df3a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.3.0-alpha.1 (2020-07-22)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/rpc-client
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blockstack/rpc-client",
|
||||
"version": "0.3.0-alpha.1",
|
||||
"version": "0.3.0-alpha.2",
|
||||
"license": "MIT",
|
||||
"author": "Hank Stoever",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -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.5 (2020-07-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* workflow syntax for test-app deployment ([976fe54](https://github.com/blockstack/ux/commit/976fe54ee4e0e28833bad515ceccc5fd7f98df3a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 1.3.4 (2020-07-22)
|
||||
|
||||
**Note:** Version bump only for package test-app
|
||||
|
||||
@@ -20,15 +20,15 @@
|
||||
"typecheck": "tsc --noEmit",
|
||||
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
|
||||
},
|
||||
"version": "1.3.4",
|
||||
"version": "1.3.5",
|
||||
"author": "Blockstack PBC",
|
||||
"dependencies": {
|
||||
"@blockstack/clarity": "0.1.16",
|
||||
"@blockstack/connect": "^2.8.4",
|
||||
"@blockstack/connect": "^2.8.5",
|
||||
"@blockstack/keychain": "^0.7.5",
|
||||
"@blockstack/prettier-config": "^0.0.6",
|
||||
"@blockstack/rpc-client": "^0.3.0-alpha.1",
|
||||
"@blockstack/ui": "^2.10.8",
|
||||
"@blockstack/rpc-client": "^0.3.0-alpha.2",
|
||||
"@blockstack/ui": "^2.10.9",
|
||||
"@rehooks/document-title": "^1.0.1",
|
||||
"blockstack": "21.0.0",
|
||||
"dayjs": "^1.8.29",
|
||||
|
||||
@@ -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.0.5 (2020-07-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* workflow syntax for test-app deployment ([976fe54](https://github.com/blockstack/ux/commit/976fe54ee4e0e28833bad515ceccc5fd7f98df3a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 1.0.4 (2020-07-22)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/ui-docs
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "@blockstack/ui-docs",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"dependencies": {
|
||||
"@blockstack/ui": "^2.10.8",
|
||||
"@blockstack/ui": "^2.10.9",
|
||||
"@mdx-js/loader": "1.6.6",
|
||||
"@mdx-js/mdx": "^1.6.6",
|
||||
"@mdx-js/react": "^1.6.6",
|
||||
|
||||
@@ -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.10.9 (2020-07-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* workflow syntax for test-app deployment ([976fe54](https://github.com/blockstack/ux/tree/master/packages/ui/commit/976fe54ee4e0e28833bad515ceccc5fd7f98df3a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.10.8 (2020-07-22)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/ui
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@blockstack/ui",
|
||||
"description": "Blockstack UI components built using React and styled-components with styled-system.",
|
||||
"version": "2.10.8",
|
||||
"version": "2.10.9",
|
||||
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.org/)",
|
||||
"bundlesize": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user