chore: version packages

This commit is contained in:
github-actions[bot]
2021-08-11 18:33:35 +00:00
committed by Fara Woolf
parent 3ec7fee3b1
commit 294c5aede9
5 changed files with 18 additions and 9 deletions

View File

@@ -1,6 +0,0 @@
---
'@stacks/connect': patch
'@stacks/connect-ui': patch
---
This updates the wallet name in all places to Hiro Wallet.

View File

@@ -1,5 +1,11 @@
# Change Log
## 5.1.6
### Patch Changes
- [#155](https://github.com/blockstack/connect/pull/155) [`3ec7fee`](https://github.com/blockstack/connect/commit/3ec7fee3b14aec048e4534bc2fbe804b7933454d) Thanks [@fbwoolf](https://github.com/fbwoolf)! - This updates the wallet name in all places to Hiro Wallet.
## 5.1.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect-ui",
"version": "5.1.5",
"version": "5.1.6",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"types": "dist/types/components.d.ts",

View File

@@ -1,5 +1,14 @@
# Change Log
## 6.0.1
### Patch Changes
- [#155](https://github.com/blockstack/connect/pull/155) [`3ec7fee`](https://github.com/blockstack/connect/commit/3ec7fee3b14aec048e4534bc2fbe804b7933454d) Thanks [@fbwoolf](https://github.com/fbwoolf)! - This updates the wallet name in all places to Hiro Wallet.
- Updated dependencies [[`3ec7fee`](https://github.com/blockstack/connect/commit/3ec7fee3b14aec048e4534bc2fbe804b7933454d)]:
- @stacks/connect-ui@5.1.6
## 6.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/connect",
"version": "6.0.0",
"version": "6.0.1",
"scripts": {
"build": "rimraf dist && concurrently 'yarn build:modules' 'yarn build:standalone'",
"build:modules": "concurrently 'tsdx build --tsconfig tsconfig.json' 'yarn types'",
@@ -24,7 +24,7 @@
"dependencies": {
"@rollup/plugin-replace": "^2.4.1",
"@stacks/auth": "^1.2.3",
"@stacks/connect-ui": "^5.1.3",
"@stacks/connect-ui": "^5.1.6",
"@stacks/network": "^1.2.2",
"@stacks/transactions": "^1.3.0",
"bn.js": "^5.2.0",