mirror of
https://github.com/zhigang1992/connect.git
synced 2026-03-26 10:14:16 +08:00
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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user