chore(release): publish

- @stacks/app@1.20.16
 - @stacks/connect-react@2.17.15
 - @stacks/connect-ui@2.17.16
 - @stacks/connect@4.3.15
 - @stacks/keychain@0.17.15
 - @stacks/rpc-client@0.8.15
 - test-app@1.11.15
This commit is contained in:
Hiro DevOps
2021-01-09 15:15:19 +00:00
parent 6828563f3a
commit 7cae6c1be1
14 changed files with 72 additions and 16 deletions

View File

@@ -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.20.16 (2021-01-09)
**Note:** Version bump only for package @stacks/app
## 1.20.15 (2021-01-08)

View File

@@ -23,7 +23,7 @@
"test:unit": "jest --testPathIgnorePatterns=./tests/integration/*",
"typecheck": "tsc --noEmit"
},
"version": "1.20.15",
"version": "1.20.16",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/prettier-config": "^0.0.6",
@@ -31,10 +31,10 @@
"@blockstack/stats": "^0.7.0",
"@blockstack/ui": "^2.12.13",
"@rehooks/document-title": "^1.0.1",
"@stacks/connect": "^4.3.14",
"@stacks/connect-ui": "^2.17.15",
"@stacks/keychain": "^0.17.14",
"@stacks/rpc-client": "^0.8.14",
"@stacks/connect": "^4.3.15",
"@stacks/connect-ui": "^2.17.16",
"@stacks/keychain": "^0.17.15",
"@stacks/rpc-client": "^0.8.15",
"@types/dompurify": "^2.0.4",
"@types/react-router-dom": "^5.1.3",
"bignumber.js": "^9.0.0",

View File

@@ -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.17.15 (2021-01-09)
**Note:** Version bump only for package @stacks/connect-react
## 2.17.14 (2021-01-08)

View File

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

View File

@@ -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.17.16 (2021-01-09)
**Note:** Version bump only for package @stacks/connect-ui
## 2.17.15 (2021-01-08)

View File

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

View File

@@ -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.
## 4.3.15 (2021-01-09)
**Note:** Version bump only for package @stacks/connect
## 4.3.14 (2021-01-08)

View File

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

View File

@@ -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.17.15 (2021-01-09)
**Note:** Version bump only for package @stacks/keychain
## 0.17.14 (2021-01-08)

View File

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

View File

@@ -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.8.15 (2021-01-09)
**Note:** Version bump only for package @stacks/rpc-client
## 0.8.14 (2021-01-08)

View File

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

View File

@@ -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.11.15 (2021-01-09)
**Note:** Version bump only for package test-app
## 1.11.14 (2021-01-08)

View File

@@ -21,16 +21,16 @@
"typecheck": "tsc --noEmit",
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
},
"version": "1.11.14",
"version": "1.11.15",
"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.14",
"@stacks/keychain": "^0.17.14",
"@stacks/rpc-client": "^0.8.14",
"@stacks/connect": "^4.3.15",
"@stacks/keychain": "^0.17.15",
"@stacks/rpc-client": "^0.8.15",
"blockstack": "21.0.0",
"dayjs": "^1.8.29",
"formik": "^2.1.4",