chore(release): publish

- @stacks/app@1.20.8
 - @stacks/connect-react@2.17.7
 - @stacks/connect-ui@2.17.8
 - @stacks/connect@4.3.7
 - @stacks/keychain@0.17.7
 - @stacks/rpc-client@0.8.7
 - test-app@1.11.7
This commit is contained in:
GitHub Action
2020-12-29 03:42:11 +00:00
parent c56d3f7764
commit 1b168333d7
14 changed files with 93 additions and 16 deletions

View File

@@ -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.8 (2020-12-29)
### Bug Fixes
* build rpc pkg before deploying contracts ([c56d3f7](https://github.com/blockstack/ux/commit/c56d3f776494cd471aba77d35b7c5eba20ec245f))
## 1.20.7 (2020-12-29)

View File

@@ -22,7 +22,7 @@
"test:ci": "jest --verbose=true --ci --reporters=default --reporters=jest-junit --collect-coverage",
"typecheck": "tsc --noEmit"
},
"version": "1.20.7",
"version": "1.20.8",
"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.6",
"@stacks/connect-ui": "^2.17.7",
"@stacks/keychain": "^0.17.6",
"@stacks/rpc-client": "^0.8.6",
"@stacks/connect": "^4.3.7",
"@stacks/connect-ui": "^2.17.8",
"@stacks/keychain": "^0.17.7",
"@stacks/rpc-client": "^0.8.7",
"@types/dompurify": "^2.0.4",
"@types/react-router-dom": "^5.1.3",
"bignumber.js": "^9.0.0",

View File

@@ -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.7 (2020-12-29)
### Bug Fixes
* build rpc pkg before deploying contracts ([c56d3f7](https://github.com/blockstack/ux/commit/c56d3f776494cd471aba77d35b7c5eba20ec245f))
## 2.17.6 (2020-12-29)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect-react",
"version": "2.17.6",
"version": "2.17.7",
"scripts": {
"build": "yarn build:modules",
"build:modules": "tsdx build --format cjs,esm,umd",
@@ -30,7 +30,7 @@
}
],
"dependencies": {
"@stacks/connect": "^4.3.6",
"@stacks/connect": "^4.3.7",
"jsontokens": "^3.0.0"
},
"devDependencies": {

View File

@@ -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.8 (2020-12-29)
### Bug Fixes
* build rpc pkg before deploying contracts ([c56d3f7](https://github.com/blockstack/ux/commit/c56d3f776494cd471aba77d35b7c5eba20ec245f))
## 2.17.7 (2020-12-29)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect-ui",
"version": "2.17.7",
"version": "2.17.8",
"description": "Stencil Component Starter",
"main": "dist/index.js",
"module": "dist/custom-elements/index.js",

View File

@@ -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.7 (2020-12-29)
### Bug Fixes
* build rpc pkg before deploying contracts ([c56d3f7](https://github.com/blockstack/ux/commit/c56d3f776494cd471aba77d35b7c5eba20ec245f))
## 4.3.6 (2020-12-29)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect",
"version": "4.3.6",
"version": "4.3.7",
"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.7",
"@stacks/connect-ui": "^2.17.8",
"jsontokens": "^3.0.0"
},
"devDependencies": {

View File

@@ -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.7 (2020-12-29)
### Bug Fixes
* build rpc pkg before deploying contracts ([c56d3f7](https://github.com/blockstack/ux/commit/c56d3f776494cd471aba77d35b7c5eba20ec245f))
## 0.17.6 (2020-12-29)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/keychain",
"version": "0.17.6",
"version": "0.17.7",
"description": "A package for managing Blockstack keychains",
"main": "./dist/index.js",
"umd:main": "./dist/keychain.umd.production.js",

View File

@@ -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-12-29)
### Bug Fixes
* build rpc pkg before deploying contracts ([c56d3f7](https://github.com/blockstack/ux/commit/c56d3f776494cd471aba77d35b7c5eba20ec245f))
## 0.8.6 (2020-12-29)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/rpc-client",
"version": "0.8.6",
"version": "0.8.7",
"license": "MIT",
"author": "Hank Stoever",
"main": "dist/index.js",

View File

@@ -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.7 (2020-12-29)
### Bug Fixes
* build rpc pkg before deploying contracts ([c56d3f7](https://github.com/blockstack/ux/commit/c56d3f776494cd471aba77d35b7c5eba20ec245f))
## 1.11.6 (2020-12-29)

View File

@@ -21,16 +21,16 @@
"typecheck": "tsc --noEmit",
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
},
"version": "1.11.6",
"version": "1.11.7",
"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.6",
"@stacks/keychain": "^0.17.6",
"@stacks/rpc-client": "^0.8.6",
"@stacks/connect": "^4.3.7",
"@stacks/keychain": "^0.17.7",
"@stacks/rpc-client": "^0.8.7",
"blockstack": "21.0.0",
"dayjs": "^1.8.29",
"formik": "^2.1.4",