chore(release): publish

- @blockstack/app@1.11.3
 - @blockstack/connect@2.8.3
 - @blockstack/keychain@0.7.5
 - test-app@1.3.3
 - @blockstack/ui-docs@1.0.3
 - @blockstack/ui@2.9.5
This commit is contained in:
GitHub Action
2020-07-14 11:02:49 +00:00
parent 2428f69ddc
commit d02e6e530b
12 changed files with 80 additions and 14 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.11.3 (2020-07-14)
### Bug Fixes
* textStyles not being typed ([2428f69](https://github.com/blockstack/blockstack-app/commit/2428f69ddc39f20c566f2686a65959b59f52e9aa))
## 1.11.2 (2020-07-09)
**Note:** Version bump only for package @blockstack/app

View File

@@ -21,15 +21,15 @@
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit"
},
"version": "1.11.2",
"version": "1.11.3",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.8.2",
"@blockstack/keychain": "^0.7.4",
"@blockstack/connect": "^2.8.3",
"@blockstack/keychain": "^0.7.5",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/stacks-transactions": "^0.4.6",
"@blockstack/stats": "^0.7.0",
"@blockstack/ui": "^2.8.4",
"@blockstack/ui": "^2.9.5",
"@rehooks/document-title": "^1.0.1",
"@types/react-router-dom": "^5.1.3",
"blockstack": "^19.3.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.8.3 (2020-07-14)
### Bug Fixes
* textStyles not being typed ([2428f69](https://github.com/blockstack/ux/commit/2428f69ddc39f20c566f2686a65959b59f52e9aa))
## 2.8.2 (2020-07-09)
**Note:** Version bump only for package @blockstack/connect

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/connect",
"version": "2.8.2",
"version": "2.8.3",
"scripts": {
"build": "yarn build:modules && yarn build:standalone",
"build:modules": "tsdx build --format cjs,esm,umd",
@@ -31,7 +31,7 @@
}
],
"dependencies": {
"@blockstack/ui": "^2.8.4",
"@blockstack/ui": "^2.9.5",
"preact": "^10.4.0",
"prettier": "^2.0.5",
"styled-components": "^5.1.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.
## 0.7.5 (2020-07-14)
### Bug Fixes
* textStyles not being typed ([2428f69](https://github.com/blockstack/ux/commit/2428f69ddc39f20c566f2686a65959b59f52e9aa))
## 0.7.4 (2020-07-09)
**Note:** Version bump only for package @blockstack/keychain

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/keychain",
"version": "0.7.4",
"version": "0.7.5",
"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.
## 1.3.3 (2020-07-14)
### Bug Fixes
* textStyles not being typed ([2428f69](https://github.com/blockstack/ux/commit/2428f69ddc39f20c566f2686a65959b59f52e9aa))
## 1.3.2 (2020-07-09)
**Note:** Version bump only for package test-app

View File

@@ -20,13 +20,13 @@
"typecheck": "tsc --noEmit",
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
},
"version": "1.3.2",
"version": "1.3.3",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.8.2",
"@blockstack/keychain": "^0.7.4",
"@blockstack/connect": "^2.8.3",
"@blockstack/keychain": "^0.7.5",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/ui": "^2.8.4",
"@blockstack/ui": "^2.9.5",
"@rehooks/document-title": "^1.0.1",
"blockstack": "^21.0.0",
"formik": "^2.1.4",

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.0.3 (2020-07-14)
### Bug Fixes
* textStyles not being typed ([2428f69](https://github.com/blockstack/ux/commit/2428f69ddc39f20c566f2686a65959b59f52e9aa))
## 1.0.2 (2020-07-09)
**Note:** Version bump only for package @blockstack/ui-docs

View File

@@ -1,8 +1,8 @@
{
"name": "@blockstack/ui-docs",
"version": "1.0.2",
"version": "1.0.3",
"dependencies": {
"@blockstack/ui": "^2.8.4",
"@blockstack/ui": "^2.9.5",
"@mdx-js/loader": "1.6.6",
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^1.6.6",

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.9.5 (2020-07-14)
### Bug Fixes
* textStyles not being typed ([2428f69](https://github.com/blockstack/ux/tree/master/packages/ui/commit/2428f69ddc39f20c566f2686a65959b59f52e9aa))
## 2.8.4 (2020-07-09)
**Note:** Version bump only for package @blockstack/ui

View File

@@ -1,7 +1,7 @@
{
"name": "@blockstack/ui",
"description": "Blockstack UI components built using React and styled-components with styled-system.",
"version": "2.9.4",
"version": "2.9.5",
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.org/)",
"bundlesize": [
{