Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @stacks/app@1.20.13
 - @stacks/connect-react@2.17.12
 - @stacks/connect-ui@2.17.13
 - @stacks/connect@4.3.12
 - @stacks/keychain@0.17.12
 - @stacks/rpc-client@0.8.12
 - test-app@1.11.12
  • Loading branch information
blockstack-devops committed Jan 6, 2021
1 parent 772b374 commit 6355a3e
Show file tree
Hide file tree
Showing 14 changed files with 93 additions and 16 deletions.
11 changes: 11 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13 (2021-01-06)


### Bug Fixes

* use job conditionals instead of workflow conditional ([772b374](https://github.com/blockstack/ux/commit/772b3740def1b31fccf004630ef2d29d167210a4))





## 1.20.12 (2021-01-06)


Expand Down
10 changes: 5 additions & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"test:unit": "jest --testPathIgnorePatterns=./tests/integration/*",
"typecheck": "tsc --noEmit"
},
"version": "1.20.12",
"version": "1.20.13",
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/stacks-transactions": "0.7.0",
"@blockstack/stats": "^0.7.0",
"@blockstack/ui": "^2.12.13",
"@rehooks/document-title": "^1.0.1",
"@stacks/connect": "^4.3.11",
"@stacks/connect-ui": "^2.17.12",
"@stacks/keychain": "^0.17.11",
"@stacks/rpc-client": "^0.8.11",
"@stacks/connect": "^4.3.12",
"@stacks/connect-ui": "^2.17.13",
"@stacks/keychain": "^0.17.12",
"@stacks/rpc-client": "^0.8.12",
"@types/dompurify": "^2.0.4",
"@types/react-router-dom": "^5.1.3",
"bignumber.js": "^9.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/connect-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12 (2021-01-06)


### Bug Fixes

* use job conditionals instead of workflow conditional ([772b374](https://github.com/blockstack/ux/commit/772b3740def1b31fccf004630ef2d29d167210a4))





## 2.17.11 (2021-01-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/connect-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/connect-react",
"version": "2.17.11",
"version": "2.17.12",
"scripts": {
"build": "yarn build:modules",
"build:modules": "tsdx build --format cjs,esm,umd",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
],
"dependencies": {
"@stacks/connect": "^4.3.11",
"@stacks/connect": "^4.3.12",
"jsontokens": "^3.0.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/connect-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13 (2021-01-06)


### Bug Fixes

* use job conditionals instead of workflow conditional ([772b374](https://github.com/blockstack/ux/commit/772b3740def1b31fccf004630ef2d29d167210a4))





## 2.17.12 (2021-01-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/connect-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/connect-ui",
"version": "2.17.12",
"version": "2.17.13",
"description": "Stencil Component Starter",
"main": "dist/index.js",
"module": "dist/custom-elements/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12 (2021-01-06)


### Bug Fixes

* use job conditionals instead of workflow conditional ([772b374](https://github.com/blockstack/ux/commit/772b3740def1b31fccf004630ef2d29d167210a4))





## 4.3.11 (2021-01-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/connect",
"version": "4.3.11",
"version": "4.3.12",
"scripts": {
"build": "yarn build:modules && yarn build:standalone",
"build:modules": "tsdx build --format cjs,esm,umd",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@blockstack/stacks-transactions": "0.7.0",
"@stacks/auth": "^1.0.0-beta.19",
"@stacks/connect-ui": "^2.17.12",
"@stacks/connect-ui": "^2.17.13",
"jsontokens": "^3.0.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/keychain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12 (2021-01-06)


### Bug Fixes

* use job conditionals instead of workflow conditional ([772b374](https://github.com/blockstack/ux/commit/772b3740def1b31fccf004630ef2d29d167210a4))





## 0.17.11 (2021-01-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/keychain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/keychain",
"version": "0.17.11",
"version": "0.17.12",
"description": "A package for managing Blockstack keychains",
"main": "./dist/index.js",
"umd:main": "./dist/keychain.umd.production.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/rpc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12 (2021-01-06)


### Bug Fixes

* use job conditionals instead of workflow conditional ([772b374](https://github.com/blockstack/ux/commit/772b3740def1b31fccf004630ef2d29d167210a4))





## 0.8.11 (2021-01-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/rpc-client",
"version": "0.8.11",
"version": "0.8.12",
"license": "MIT",
"author": "Hank Stoever",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12 (2021-01-06)


### Bug Fixes

* use job conditionals instead of workflow conditional ([772b374](https://github.com/blockstack/ux/commit/772b3740def1b31fccf004630ef2d29d167210a4))





## 1.11.11 (2021-01-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"typecheck": "tsc --noEmit",
"watch": "cross-env NODE_ENV=development EXT_ENV=watch webpack -d"
},
"version": "1.11.11",
"version": "1.11.12",
"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.11",
"@stacks/keychain": "^0.17.11",
"@stacks/rpc-client": "^0.8.11",
"@stacks/connect": "^4.3.12",
"@stacks/keychain": "^0.17.12",
"@stacks/rpc-client": "^0.8.12",
"blockstack": "21.0.0",
"dayjs": "^1.8.29",
"formik": "^2.1.4",
Expand Down

0 comments on commit 6355a3e

Please sign in to comment.