Skip to content

Commit 47d48ec

Browse files
chore: version packages (#463)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 745f1f0 commit 47d48ec

File tree

10 files changed

+33
-26
lines changed

10 files changed

+33
-26
lines changed

.changeset/afraid-animals-juggle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/deep-doors-juggle.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/eighty-candles-sniff.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/vast-clouds-learn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/connect-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 23.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`745f1f0`](https://github.com/hirosystems/connect/commit/745f1f0cf5d462ca195d8ca20dc1897dbba483a2), [`18f6464`](https://github.com/hirosystems/connect/commit/18f6464d3f5bfdb4c8b01ee565c0705b6eb1cba5), [`18f6464`](https://github.com/hirosystems/connect/commit/18f6464d3f5bfdb4c8b01ee565c0705b6eb1cba5), [`18f6464`](https://github.com/hirosystems/connect/commit/18f6464d3f5bfdb4c8b01ee565c0705b6eb1cba5)]:
8+
- @stacks/connect@8.2.1
9+
310
## 23.1.0
411

512
### Minor Changes

packages/connect-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/connect-react",
3-
"version": "23.1.0",
3+
"version": "23.1.1",
44
"license": "MIT",
55
"scripts": {
66
"build": "concurrently 'tsup src/index.ts' 'npm run types'",
@@ -9,7 +9,7 @@
99
"types": "tsc --project tsconfig.json --emitDeclarationOnly"
1010
},
1111
"dependencies": {
12-
"@stacks/connect": "8.2.0"
12+
"@stacks/connect": "8.2.1"
1313
},
1414
"devDependencies": {
1515
"@types/react-dom": "^18.3.1",

packages/connect-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 8.1.1
4+
5+
### Patch Changes
6+
7+
- [#462](https://github.com/hirosystems/connect/pull/462) [`18f6464`](https://github.com/hirosystems/connect/commit/18f6464d3f5bfdb4c8b01ee565c0705b6eb1cba5) Thanks [@janniks](https://github.com/janniks)! - Fix provider filtering order
8+
39
## 8.1.0
410

511
### Minor Changes

packages/connect-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/connect-ui",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"license": "MIT",
55
"scripts": {
66
"build": "stencil build --docs",

packages/connect/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 8.2.1
4+
5+
### Patch Changes
6+
7+
- [#465](https://github.com/hirosystems/connect/pull/465) [`745f1f0`](https://github.com/hirosystems/connect/commit/745f1f0cf5d462ca195d8ca20dc1897dbba483a2) Thanks [@tomiir](https://github.com/tomiir)! - Add support for testnet with WalletConnect wallets
8+
9+
- [#462](https://github.com/hirosystems/connect/pull/462) [`18f6464`](https://github.com/hirosystems/connect/commit/18f6464d3f5bfdb4c8b01ee565c0705b6eb1cba5) Thanks [@janniks](https://github.com/janniks)! - Fix provider filtering order
10+
11+
- [#462](https://github.com/hirosystems/connect/pull/462) [`18f6464`](https://github.com/hirosystems/connect/commit/18f6464d3f5bfdb4c8b01ee565c0705b6eb1cba5) Thanks [@janniks](https://github.com/janniks)! - Add preferred `walletConnect` option to ConnectRequestOptions. Deprecate `walletConnectProjectId` in favor of nested config object
12+
13+
- [#462](https://github.com/hirosystems/connect/pull/462) [`18f6464`](https://github.com/hirosystems/connect/commit/18f6464d3f5bfdb4c8b01ee565c0705b6eb1cba5) Thanks [@janniks](https://github.com/janniks)! - Fix error handling of empty provider responses
14+
15+
- Updated dependencies [[`18f6464`](https://github.com/hirosystems/connect/commit/18f6464d3f5bfdb4c8b01ee565c0705b6eb1cba5)]:
16+
- @stacks/connect-ui@8.1.1
17+
318
## 8.2.0
419

520
### Minor Changes

packages/connect/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/connect",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"license": "MIT",
55
"workspaces": [
66
"packages/**"
@@ -22,7 +22,7 @@
2222
"@reown/appkit": "1.7.17",
2323
"@scure/base": "^1.2.4",
2424
"@stacks/common": "^7.0.2",
25-
"@stacks/connect-ui": "8.1.0",
25+
"@stacks/connect-ui": "8.1.1",
2626
"@stacks/network": "^7.0.2",
2727
"@stacks/network-v6": "npm:@stacks/network@^6.16.0",
2828
"@stacks/profile": "^7.0.5",

0 commit comments

Comments
 (0)