chore: version packages

This commit is contained in:
github-actions[bot]
2021-05-14 20:22:16 +00:00
committed by Thomas Osmonson
parent dcb1ef431c
commit 7976cef0bc
5 changed files with 17 additions and 9 deletions

View File

@@ -1,5 +1,12 @@
# Change Log
## 7.0.0
### Patch Changes
- Updated dependencies [[`dcb1ef4`](https://github.com/blockstack/connect/commit/dcb1ef431c2bfad68bc8c1d2ea897e5184428b5b)]:
- @stacks/connect@5.2.0
## 6.0.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect-react",
"version": "6.0.0",
"version": "7.0.0",
"scripts": {
"build": "concurrently 'yarn build:modules' 'yarn types'",
"build:modules": "tsdx build --format cjs,esm,umd",
@@ -30,7 +30,7 @@
],
"dependencies": {
"@stacks/auth": "^1.2.3",
"@stacks/connect": "^5.1.0",
"@stacks/connect": "^5.2.0",
"esbuild": "^0.9.3",
"jsontokens": "^3.0.0",
"rollup-plugin-esbuild": "^3.0.2"
@@ -59,7 +59,7 @@
"main": "dist/index.js",
"module": "dist/connect-react.esm.js",
"peerDependencies": {
"@stacks/connect": "^5.1.0",
"@stacks/connect": "^5.2.0",
"react": "^16.x || 17.x",
"react-dom": "^16.x || 17.x"
}

View File

@@ -1,5 +1,11 @@
# Change Log
## 5.2.0
### Minor Changes
- [#119](https://github.com/blockstack/connect/pull/119) [`dcb1ef4`](https://github.com/blockstack/connect/commit/dcb1ef431c2bfad68bc8c1d2ea897e5184428b5b) Thanks [@aulneau](https://github.com/aulneau)! - This fixes the import used for the defineCustomElement stencil method.
## 5.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect",
"version": "5.1.0",
"version": "5.2.0",
"scripts": {
"build": "rimraf dist && concurrently 'yarn build:modules' 'yarn build:standalone'",
"build:modules": "concurrently 'tsdx build --tsconfig tsconfig.json' 'yarn types'",