Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-animals-juggle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/deep-doors-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-candles-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vast-clouds-learn.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/connect-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 23.1.1

### Patch Changes

- 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)]:
- @stacks/[email protected]

## 23.1.0

### Minor Changes
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": "23.1.0",
"version": "23.1.1",
"license": "MIT",
"scripts": {
"build": "concurrently 'tsup src/index.ts' 'npm run types'",
Expand All @@ -9,7 +9,7 @@
"types": "tsc --project tsconfig.json --emitDeclarationOnly"
},
"dependencies": {
"@stacks/connect": "8.2.0"
"@stacks/connect": "8.2.1"
},
"devDependencies": {
"@types/react-dom": "^18.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/connect-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 8.1.1

### Patch Changes

- [#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.1.0

### Minor Changes
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": "8.1.0",
"version": "8.1.1",
"license": "MIT",
"scripts": {
"build": "stencil build --docs",
Expand Down
15 changes: 15 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 8.2.1

### Patch Changes

- [#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

- [#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

- [#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

- [#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

- Updated dependencies [[`18f6464`](https://github.com/hirosystems/connect/commit/18f6464d3f5bfdb4c8b01ee565c0705b6eb1cba5)]:
- @stacks/[email protected]

## 8.2.0

### Minor Changes
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": "8.2.0",
"version": "8.2.1",
"license": "MIT",
"workspaces": [
"packages/**"
Expand All @@ -22,7 +22,7 @@
"@reown/appkit": "1.7.17",
"@scure/base": "^1.2.4",
"@stacks/common": "^7.0.2",
"@stacks/connect-ui": "8.1.0",
"@stacks/connect-ui": "8.1.1",
"@stacks/network": "^7.0.2",
"@stacks/network-v6": "npm:@stacks/network@^6.16.0",
"@stacks/profile": "^7.0.5",
Expand Down