mirror of
https://github.com/zhigang1992/connect.git
synced 2026-03-26 10:14:16 +08:00
chore(release): publish
- @stacks/app@1.20.1 - @stacks/connect-react@2.17.1 - @stacks/connect-ui@2.17.1 - @stacks/connect@4.3.1 - @stacks/keychain@0.17.1 - @stacks/rpc-client@0.8.1 - test-app@1.11.1
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.20.1 (2020-12-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* export auth from connect ([d201aab](https://github.com/blockstack/ux/commit/d201aab14f2ced0b5f666be571035b7cbf76c602))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 1.20.0 (2020-11-25)
|
||||
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"test:ci": "jest --verbose=true --ci --reporters=default --reporters=jest-junit --collect-coverage",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"version": "1.20.0",
|
||||
"version": "1.20.1",
|
||||
"author": "Blockstack PBC",
|
||||
"dependencies": {
|
||||
"@blockstack/prettier-config": "^0.0.6",
|
||||
@@ -30,10 +30,10 @@
|
||||
"@blockstack/stats": "^0.7.0",
|
||||
"@blockstack/ui": "^2.12.13",
|
||||
"@rehooks/document-title": "^1.0.1",
|
||||
"@stacks/connect": "^4.3.0",
|
||||
"@stacks/connect-ui": "^2.17.0",
|
||||
"@stacks/keychain": "^0.17.0",
|
||||
"@stacks/rpc-client": "^0.8.0",
|
||||
"@stacks/connect": "^4.3.1",
|
||||
"@stacks/connect-ui": "^2.17.1",
|
||||
"@stacks/keychain": "^0.17.1",
|
||||
"@stacks/rpc-client": "^0.8.1",
|
||||
"@types/dompurify": "^2.0.4",
|
||||
"@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.17.1 (2020-12-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* export auth from connect ([d201aab](https://github.com/blockstack/ux/commit/d201aab14f2ced0b5f666be571035b7cbf76c602))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 2.17.0 (2020-11-25)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/connect-react",
|
||||
"version": "2.17.0",
|
||||
"version": "2.17.1",
|
||||
"scripts": {
|
||||
"build": "yarn build:modules",
|
||||
"build:modules": "tsdx build --format cjs,esm,umd",
|
||||
@@ -30,7 +30,7 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@stacks/connect": "^4.3.0",
|
||||
"@stacks/connect": "^4.3.1",
|
||||
"jsontokens": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -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.17.1 (2020-12-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* export auth from connect ([d201aab](https://github.com/blockstack/ux/commit/d201aab14f2ced0b5f666be571035b7cbf76c602))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 2.17.0 (2020-11-25)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/connect-ui",
|
||||
"version": "2.17.0",
|
||||
"version": "2.17.1",
|
||||
"description": "Stencil Component Starter",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/custom-elements/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.
|
||||
|
||||
## 4.3.1 (2020-12-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* export auth from connect ([d201aab](https://github.com/blockstack/ux/commit/d201aab14f2ced0b5f666be571035b7cbf76c602))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 4.3.0 (2020-11-25)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/connect",
|
||||
"version": "4.3.0",
|
||||
"version": "4.3.1",
|
||||
"scripts": {
|
||||
"build": "yarn build:modules && yarn build:standalone",
|
||||
"build:modules": "tsdx build --format cjs,esm,umd",
|
||||
@@ -21,7 +21,7 @@
|
||||
"dependencies": {
|
||||
"@blockstack/stacks-transactions": "0.7.0",
|
||||
"@stacks/auth": "^1.0.0-beta.19",
|
||||
"@stacks/connect-ui": "^2.17.0",
|
||||
"@stacks/connect-ui": "^2.17.1",
|
||||
"jsontokens": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -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.17.1 (2020-12-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* export auth from connect ([d201aab](https://github.com/blockstack/ux/commit/d201aab14f2ced0b5f666be571035b7cbf76c602))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.17.0 (2020-11-25)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/keychain",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"description": "A package for managing Blockstack keychains",
|
||||
"main": "./dist/index.js",
|
||||
"umd:main": "./dist/keychain.umd.production.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.
|
||||
|
||||
## 0.8.1 (2020-12-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* export auth from connect ([d201aab](https://github.com/blockstack/ux/commit/d201aab14f2ced0b5f666be571035b7cbf76c602))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.8.0 (2020-11-25)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/rpc-client",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"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.11.1 (2020-12-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* export auth from connect ([d201aab](https://github.com/blockstack/ux/commit/d201aab14f2ced0b5f666be571035b7cbf76c602))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 1.11.0 (2020-11-25)
|
||||
|
||||
|
||||
|
||||
@@ -20,16 +20,16 @@
|
||||
"typecheck": "tsc --noEmit",
|
||||
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
|
||||
},
|
||||
"version": "1.11.0",
|
||||
"version": "1.11.1",
|
||||
"author": "Blockstack PBC",
|
||||
"dependencies": {
|
||||
"@blockstack/clarity": "0.1.16",
|
||||
"@blockstack/prettier-config": "^0.0.6",
|
||||
"@blockstack/ui": "^2.12.13",
|
||||
"@rehooks/document-title": "^1.0.1",
|
||||
"@stacks/connect": "^4.3.0",
|
||||
"@stacks/keychain": "^0.17.0",
|
||||
"@stacks/rpc-client": "^0.8.0",
|
||||
"@stacks/connect": "^4.3.1",
|
||||
"@stacks/keychain": "^0.17.1",
|
||||
"@stacks/rpc-client": "^0.8.1",
|
||||
"blockstack": "21.0.0",
|
||||
"dayjs": "^1.8.29",
|
||||
"formik": "^2.1.4",
|
||||
|
||||
Reference in New Issue
Block a user