mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-28 17:35:40 +08:00
chore(release): publish
- @blockstack/app@1.9.0 - @blockstack/connect@2.7.1 - @blockstack/keychain@0.4.0 - test-app@1.1.9 - @blockstack/waffle-docs@0.1.7 - @blockstack/ui@1.6.0
This commit is contained in:
@@ -3,6 +3,22 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.9.0](https://github.com/blockstack/blockstack-app/compare/@blockstack/app@1.8.0...@blockstack/app@1.9.0) (2020-05-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **app:** routing bug when trying to create new key, fixes [#381](https://github.com/blockstack/blockstack-app/issues/381) ([66f78aa](https://github.com/blockstack/blockstack-app/commit/66f78aaf64c3dd38555173ba68ca49ef9445bb53))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use window.location for ios redirect ([9d83fc9](https://github.com/blockstack/blockstack-app/commit/9d83fc916e029d437f6a2e8af9b19b734f4aa3ac))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.8.0](https://github.com/blockstack/blockstack-app/compare/@blockstack/app@1.7.0...@blockstack/app@1.8.0) (2020-05-06)
|
||||
|
||||
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
"typecheck": "tsc --noEmit",
|
||||
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
|
||||
},
|
||||
"version": "1.8.1",
|
||||
"version": "1.9.0",
|
||||
"author": "Blockstack PBC",
|
||||
"dependencies": {
|
||||
"@blockstack/connect": "^2.7.0",
|
||||
"@blockstack/keychain": "^0.3.6",
|
||||
"@blockstack/connect": "^2.7.1",
|
||||
"@blockstack/keychain": "^0.4.0",
|
||||
"@blockstack/prettier-config": "^0.0.5",
|
||||
"@blockstack/stats": "^0.7.0",
|
||||
"@blockstack/ui": "^1.4.1",
|
||||
"@blockstack/ui": "^1.6.0",
|
||||
"@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.1](https://github.com/blockstack/ux/compare/@blockstack/connect@2.6.0...@blockstack/connect@2.7.1) (2020-05-15)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/connect
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [2.6.0](https://github.com/blockstack/ux/compare/@blockstack/connect@2.4.0...@blockstack/connect@2.6.0) (2020-05-06)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blockstack/connect",
|
||||
"version": "2.7.0",
|
||||
"version": "2.7.1",
|
||||
"scripts": {
|
||||
"build": "yarn build:modules && yarn build:standalone",
|
||||
"build:modules": "tsdx build --format cjs,esm,umd",
|
||||
@@ -28,7 +28,7 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@blockstack/ui": "^1.4.1",
|
||||
"@blockstack/ui": "^1.6.0",
|
||||
"preact": "^10.4.0",
|
||||
"prettier": "^2.0.5",
|
||||
"styled-components": "^5.1.0",
|
||||
|
||||
@@ -3,6 +3,22 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.4.0](https://github.com/blockstack/ux/compare/@blockstack/keychain@0.3.5...@blockstack/keychain@0.4.0) (2020-05-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add trailing slash to apps storage url, [#356](https://github.com/blockstack/ux/issues/356) ([024c903](https://github.com/blockstack/ux/commit/024c903724e17678dea205d95fcae01aa946e29e))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* publish public key, [#357](https://github.com/blockstack/ux/issues/357) ([7c0a1bb](https://github.com/blockstack/ux/commit/7c0a1bb0a6966b29a34a62301dace01325ecacb8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.5](https://github.com/blockstack/ux/compare/@blockstack/keychain@0.3.3...@blockstack/keychain@0.3.5) (2020-05-06)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/keychain
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blockstack/keychain",
|
||||
"version": "0.3.6",
|
||||
"version": "0.4.0",
|
||||
"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.1.9](https://github.com/blockstack/ux/compare/test-app@1.1.7...test-app@1.1.9) (2020-05-15)
|
||||
|
||||
**Note:** Version bump only for package test-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.1.7](https://github.com/blockstack/ux/compare/test-app@1.1.6...test-app@1.1.7) (2020-05-06)
|
||||
|
||||
**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.1.8",
|
||||
"version": "1.1.9",
|
||||
"author": "Blockstack PBC",
|
||||
"dependencies": {
|
||||
"@blockstack/connect": "^2.7.0",
|
||||
"@blockstack/keychain": "^0.3.6",
|
||||
"@blockstack/connect": "^2.7.1",
|
||||
"@blockstack/keychain": "^0.4.0",
|
||||
"@blockstack/prettier-config": "^0.0.6",
|
||||
"@blockstack/ui": "^1.4.1",
|
||||
"@blockstack/ui": "^1.6.0",
|
||||
"@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.7](https://github.com/blockstack/ux/compare/@blockstack/waffle-docs@0.1.5...@blockstack/waffle-docs@0.1.7) (2020-05-15)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/waffle-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.5](https://github.com/blockstack/ux/compare/@blockstack/waffle-docs@0.1.4...@blockstack/waffle-docs@0.1.5) (2020-05-06)
|
||||
|
||||
**Note:** Version bump only for package @blockstack/waffle-docs
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "@blockstack/waffle-docs",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"dependencies": {
|
||||
"@blockstack/ui": "^1.4.1",
|
||||
"@blockstack/ui": "^1.6.0",
|
||||
"@mdx-js/loader": "1.5.7",
|
||||
"@mdx-js/mdx": "^1.5.7",
|
||||
"@mdx-js/react": "^1.5.7",
|
||||
|
||||
@@ -3,6 +3,29 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.6.0](https://github.com/blockstackpbc/blockstack-ui/compare/@blockstack/ui@1.4.0...@blockstack/ui@1.6.0) (2020-05-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **ui:** fix types for codeblock, rename folder ([195ae9b](https://github.com/blockstackpbc/blockstack-ui/commit/195ae9b9c1f594162cfe008fa4cb61dcb5e19b11))
|
||||
* **ui:** remove unset from svg elements ([576475c](https://github.com/blockstackpbc/blockstack-ui/commit/576475c64d993db63b6d574c4fd9438c40b4e0db))
|
||||
* add popper/core ([19ae807](https://github.com/blockstackpbc/blockstack-ui/commit/19ae807f6db86d66b7809b5a5ca8d137766ef8d0))
|
||||
* clarity highlighting-- addresses, funcn call detection, operators ([fd845ae](https://github.com/blockstackpbc/blockstack-ui/commit/fd845ae39256ed6deed1cb2ccdefeb4fb675df88))
|
||||
* error thrown using jsx'd style name ([42da3f1](https://github.com/blockstackpbc/blockstack-ui/commit/42da3f1c0c3dc0c8c2a77c9fecdcab9c3ca0c3a2))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **ui:** add hook -- use-timeout.ts ([37a1014](https://github.com/blockstackpbc/blockstack-ui/commit/37a10146af90a66e3c77fb3788d11a0574893841))
|
||||
* **ui:** add icons -- checkmark-circle, close, exclamation-mark-circle ([3b9273d](https://github.com/blockstackpbc/blockstack-ui/commit/3b9273d2f1d790fae7061bdf8af1bd5d0724b33e))
|
||||
* **ui:** add toast, useToast ([8fa7266](https://github.com/blockstackpbc/blockstack-ui/commit/8fa72667fc9e15b6f38ce429cecbaad26a8569e2))
|
||||
* **ui:** add transition components ([475f2c6](https://github.com/blockstackpbc/blockstack-ui/commit/475f2c61acc4dbacf03839bd9ba74efb6797d86f))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.4.0](https://github.com/blockstackpbc/blockstack-ui/compare/@blockstack/ui@1.1.1...@blockstack/ui@1.4.0) (2020-05-06)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@blockstack/ui",
|
||||
"description": "Blockstack UI components built using React and styled-components with styled-system.",
|
||||
"version": "1.5.0",
|
||||
"version": "1.6.0",
|
||||
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.org/)",
|
||||
"bundlesize": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user