chore(release): publish

- @stacks/app@1.19.3
 - @stacks/connect-react@2.16.3
 - @stacks/connect-ui@2.16.3
 - @stacks/connect@4.2.3
 - @stacks/keychain@0.16.3
 - @stacks/rpc-client@0.7.3
 - test-app@1.10.3
This commit is contained in:
GitHub Action
2020-11-17 16:06:20 +00:00
parent 0b4fd955f9
commit 6fc401b264
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.19.3 (2020-11-17)
### Bug Fixes
* update actions to fix set-path err ([0b4fd95](https://github.com/blockstack/ux/commit/0b4fd955f920d5c549690945a18673ea5f0462ae))
## 1.19.2 (2020-11-13)
**Note:** Version bump only for package @stacks/app

View File

@@ -22,7 +22,7 @@
"test:ci": "jest --verbose=true --ci --reporters=default --reporters=jest-junit --collect-coverage",
"typecheck": "tsc --noEmit"
},
"version": "1.19.2",
"version": "1.19.3",
"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.2.2",
"@stacks/connect-ui": "^2.16.2",
"@stacks/keychain": "^0.16.2",
"@stacks/rpc-client": "^0.7.2",
"@stacks/connect": "^4.2.3",
"@stacks/connect-ui": "^2.16.3",
"@stacks/keychain": "^0.16.3",
"@stacks/rpc-client": "^0.7.3",
"@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.16.3 (2020-11-17)
### Bug Fixes
* update actions to fix set-path err ([0b4fd95](https://github.com/blockstack/ux/commit/0b4fd955f920d5c549690945a18673ea5f0462ae))
## 2.16.2 (2020-11-13)
**Note:** Version bump only for package @stacks/connect-react

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect-react",
"version": "2.16.2",
"version": "2.16.3",
"scripts": {
"build": "yarn build:modules",
"build:modules": "tsdx build --format cjs,esm,umd",
@@ -30,7 +30,7 @@
}
],
"dependencies": {
"@stacks/connect": "^4.2.2",
"@stacks/connect": "^4.2.3",
"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.16.3 (2020-11-17)
### Bug Fixes
* update actions to fix set-path err ([0b4fd95](https://github.com/blockstack/ux/commit/0b4fd955f920d5c549690945a18673ea5f0462ae))
## 2.16.2 (2020-11-13)
**Note:** Version bump only for package @stacks/connect-ui

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect-ui",
"version": "2.16.2",
"version": "2.16.3",
"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.2.3 (2020-11-17)
### Bug Fixes
* update actions to fix set-path err ([0b4fd95](https://github.com/blockstack/ux/commit/0b4fd955f920d5c549690945a18673ea5f0462ae))
## 4.2.2 (2020-11-13)
**Note:** Version bump only for package @stacks/connect

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect",
"version": "4.2.2",
"version": "4.2.3",
"scripts": {
"build": "yarn build:modules && yarn build:standalone",
"build:modules": "tsdx build --format cjs,esm,umd",
@@ -20,7 +20,7 @@
"unpkg": "dist/bundle.js",
"dependencies": {
"@blockstack/stacks-transactions": "0.7.0",
"@stacks/connect-ui": "^2.16.2",
"@stacks/connect-ui": "^2.16.3",
"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.16.3 (2020-11-17)
### Bug Fixes
* update actions to fix set-path err ([0b4fd95](https://github.com/blockstack/ux/commit/0b4fd955f920d5c549690945a18673ea5f0462ae))
## 0.16.2 (2020-11-13)
**Note:** Version bump only for package @stacks/keychain

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/keychain",
"version": "0.16.2",
"version": "0.16.3",
"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.7.3 (2020-11-17)
### Bug Fixes
* update actions to fix set-path err ([0b4fd95](https://github.com/blockstack/ux/commit/0b4fd955f920d5c549690945a18673ea5f0462ae))
## 0.7.2 (2020-11-13)
**Note:** Version bump only for package @stacks/rpc-client

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/rpc-client",
"version": "0.7.2",
"version": "0.7.3",
"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.10.3 (2020-11-17)
### Bug Fixes
* update actions to fix set-path err ([0b4fd95](https://github.com/blockstack/ux/commit/0b4fd955f920d5c549690945a18673ea5f0462ae))
## 1.10.2 (2020-11-13)
**Note:** Version bump only for package test-app

View File

@@ -20,16 +20,16 @@
"typecheck": "tsc --noEmit",
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
},
"version": "1.10.2",
"version": "1.10.3",
"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.2.2",
"@stacks/keychain": "^0.16.2",
"@stacks/rpc-client": "^0.7.2",
"@stacks/connect": "^4.2.3",
"@stacks/keychain": "^0.16.3",
"@stacks/rpc-client": "^0.7.3",
"blockstack": "21.0.0",
"dayjs": "^1.8.29",
"formik": "^2.1.4",