mirror of
https://github.com/zhigang1992/connect.git
synced 2026-01-12 22:46:28 +08:00
chore: version packages
This commit is contained in:
committed by
Fara Woolf
parent
3ec7fee3b1
commit
294c5aede9
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@stacks/connect': patch
|
||||
'@stacks/connect-ui': patch
|
||||
---
|
||||
|
||||
This updates the wallet name in all places to Hiro Wallet.
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user