chore(release): publish

- @stacks/app@1.18.0
 - @stacks/connect-react@2.15.0
 - @stacks/connect-ui@2.15.0
 - @stacks/connect@4.1.0
 - @stacks/keychain@0.15.0
 - @stacks/rpc-client@0.6.0
 - test-app@1.9.0
This commit is contained in:
GitHub Action
2020-11-04 15:52:54 +00:00
parent 598827d919
commit 5c1be368b8
14 changed files with 92 additions and 15 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.18.0 (2020-11-04)
### Features
* further simplify app instructions ([598827d](https://github.com/blockstack/ux/commit/598827d919fb62f9cc5308ebee5eac6acec4e982))
## 1.17.1 (2020-11-03)

View File

@@ -22,7 +22,7 @@
"test:ci": "jest --verbose=true --ci --reporters=default --reporters=jest-junit --collect-coverage",
"typecheck": "tsc --noEmit"
},
"version": "1.17.1",
"version": "1.18.0",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/prettier-config": "^0.0.6",
@@ -30,9 +30,9 @@
"@blockstack/stats": "^0.7.0",
"@blockstack/ui": "^2.12.13",
"@rehooks/document-title": "^1.0.1",
"@stacks/connect": "^4.0.1",
"@stacks/keychain": "^0.14.1",
"@stacks/rpc-client": "^0.5.1",
"@stacks/connect": "^4.1.0",
"@stacks/keychain": "^0.15.0",
"@stacks/rpc-client": "^0.6.0",
"@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.15.0 (2020-11-04)
### Features
* further simplify app instructions ([598827d](https://github.com/blockstack/ux/commit/598827d919fb62f9cc5308ebee5eac6acec4e982))
## 2.14.1 (2020-11-03)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect-react",
"version": "2.14.1",
"version": "2.15.0",
"scripts": {
"build": "yarn build:modules",
"build:modules": "tsdx build --format cjs,esm,umd",
@@ -30,7 +30,7 @@
}
],
"dependencies": {
"@stacks/connect": "^4.0.1",
"@stacks/connect": "^4.1.0",
"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.15.0 (2020-11-04)
### Features
* further simplify app instructions ([598827d](https://github.com/blockstack/ux/commit/598827d919fb62f9cc5308ebee5eac6acec4e982))
## 2.14.1 (2020-11-03)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect-ui",
"version": "2.14.1",
"version": "2.15.0",
"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.1.0 (2020-11-04)
### Features
* further simplify app instructions ([598827d](https://github.com/blockstack/ux/commit/598827d919fb62f9cc5308ebee5eac6acec4e982))
## 4.0.1 (2020-11-03)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect",
"version": "4.0.1",
"version": "4.1.0",
"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.14.1",
"@stacks/connect-ui": "^2.15.0",
"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.15.0 (2020-11-04)
### Features
* further simplify app instructions ([598827d](https://github.com/blockstack/ux/commit/598827d919fb62f9cc5308ebee5eac6acec4e982))
## 0.14.1 (2020-11-03)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/keychain",
"version": "0.14.1",
"version": "0.15.0",
"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.6.0 (2020-11-04)
### Features
* further simplify app instructions ([598827d](https://github.com/blockstack/ux/commit/598827d919fb62f9cc5308ebee5eac6acec4e982))
## 0.5.1 (2020-11-03)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/rpc-client",
"version": "0.5.1",
"version": "0.6.0",
"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.9.0 (2020-11-04)
### Features
* further simplify app instructions ([598827d](https://github.com/blockstack/ux/commit/598827d919fb62f9cc5308ebee5eac6acec4e982))
## 1.8.1 (2020-11-03)

View File

@@ -20,16 +20,16 @@
"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/clarity": "0.1.16",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/ui": "^2.12.13",
"@rehooks/document-title": "^1.0.1",
"@stacks/connect": "^4.0.1",
"@stacks/keychain": "^0.14.1",
"@stacks/rpc-client": "^0.5.1",
"@stacks/connect": "^4.1.0",
"@stacks/keychain": "^0.15.0",
"@stacks/rpc-client": "^0.6.0",
"blockstack": "21.0.0",
"dayjs": "^1.8.29",
"formik": "^2.1.4",