mirror of
https://github.com/zhigang1992/connect.git
synced 2026-03-26 10:14:16 +08:00
chore(release): publish
- @blockstack/app@1.10.5 - @blockstack/connect@2.7.10 - @blockstack/keychain@0.6.1 - test-app@1.2.4 - @blockstack/ui-docs@0.1.10 - @blockstack/ui@2.7.3
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.10.5 (2020-06-30)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.4](https://github.com/blockstack/blockstack-app/compare/@blockstack/app@1.10.3...@blockstack/app@1.10.4) (2020-06-30)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/app
|
||||
|
||||
@@ -20,15 +20,15 @@
|
||||
"test:watch": "jest --watch",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"version": "1.10.4",
|
||||
"version": "1.10.5",
|
||||
"author": "Blockstack PBC",
|
||||
"dependencies": {
|
||||
"@blockstack/connect": "^2.7.9",
|
||||
"@blockstack/keychain": "^0.6.0",
|
||||
"@blockstack/connect": "^2.7.10",
|
||||
"@blockstack/keychain": "^0.6.1",
|
||||
"@blockstack/prettier-config": "^0.0.5",
|
||||
"@blockstack/stacks-transactions": "^0.4.6",
|
||||
"@blockstack/stats": "^0.7.0",
|
||||
"@blockstack/ui": "^2.7.2",
|
||||
"@blockstack/ui": "^2.7.3",
|
||||
"@rehooks/document-title": "^1.0.1",
|
||||
"@types/react-router-dom": "^5.1.3",
|
||||
"blockstack": "^19.3.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.7.10 (2020-06-30)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/connect
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.7.9](https://github.com/blockstack/ux/compare/@blockstack/connect@2.7.8...@blockstack/connect@2.7.9) (2020-06-30)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/connect
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blockstack/connect",
|
||||
"version": "2.7.9",
|
||||
"version": "2.7.10",
|
||||
"scripts": {
|
||||
"build": "yarn build:modules && yarn build:standalone",
|
||||
"build:modules": "tsdx build --format cjs,esm,umd",
|
||||
@@ -28,7 +28,7 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@blockstack/ui": "^2.7.2",
|
||||
"@blockstack/ui": "^2.7.3",
|
||||
"preact": "^10.4.0",
|
||||
"prettier": "^2.0.5",
|
||||
"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.6.1 (2020-06-30)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/keychain
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.6.0](https://github.com/blockstack/ux/compare/@blockstack/keychain@0.4.0...@blockstack/keychain@0.6.0) (2020-06-24)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blockstack/keychain",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "A package for managing Blockstack keychains",
|
||||
"main": "./dist/index.js",
|
||||
"umd:main": "./dist/keychain.umd.production.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.2.4 (2020-06-30)
|
||||
|
||||
**Note:** Version bump only for package test-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.2.3](https://github.com/blockstack/ux/compare/test-app@1.2.2...test-app@1.2.3) (2020-06-30)
|
||||
|
||||
**Note:** Version bump only for package test-app
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
"typecheck": "tsc --noEmit",
|
||||
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
|
||||
},
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"author": "Blockstack PBC",
|
||||
"dependencies": {
|
||||
"@blockstack/connect": "^2.7.9",
|
||||
"@blockstack/keychain": "^0.6.0",
|
||||
"@blockstack/connect": "^2.7.10",
|
||||
"@blockstack/keychain": "^0.6.1",
|
||||
"@blockstack/prettier-config": "^0.0.6",
|
||||
"@blockstack/ui": "^2.7.2",
|
||||
"@blockstack/ui": "^2.7.3",
|
||||
"@rehooks/document-title": "^1.0.1",
|
||||
"blockstack": "^21.0.0",
|
||||
"formik": "^2.1.4",
|
||||
|
||||
@@ -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.1.10 (2020-06-30)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/ui-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.9](https://github.com/blockstack/ux/compare/@blockstack/waffle-docs@0.1.8...@blockstack/waffle-docs@0.1.9) (2020-06-10)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/waffle-docs
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blockstack/ui-docs",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"dependencies": {
|
||||
"@blockstack/ui": "2.7.2-beta.2",
|
||||
"@mdx-js/loader": "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.7.3 (2020-06-30)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/ui
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.7.2](https://github.com/blockstackpbc/blockstack-ui/compare/@blockstack/ui@2.7.1...@blockstack/ui@2.7.2) (2020-06-30)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@blockstack/ui",
|
||||
"description": "Blockstack UI components built using React and styled-components with styled-system.",
|
||||
"version": "2.7.2",
|
||||
"version": "2.7.3",
|
||||
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.org/)",
|
||||
"bundlesize": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user