Skip to content

Commit 6434e22

Browse files
author
changests[bot]
committed
Publish Packages
1 parent 49cc8c8 commit 6434e22

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/open-steaks-teach.md

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

.changeset/smooth-gifts-shop.md

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

ts-sdk/tx-sender/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @orca-so/tx-sender
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#963](https://github.com/orca-so/whirlpools/pull/963) [`49cc8c8`](https://github.com/orca-so/whirlpools/commit/49cc8c86c99428ea0feb1fbf2d8bff0c396637ba) Thanks [@calintje](https://github.com/calintje)! - Fix RPC Proxy thenable interference in setRpc function.
8+
39
## 1.0.1
410

511
### Patch Changes

ts-sdk/tx-sender/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orca-so/tx-sender",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Send transactions to the Solana blockchain with auto priority fees.",
55
"type": "module",
66
"main": "./dist/index.cjs",

ts-sdk/whirlpool/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @orca-so/whirlpools
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#963](https://github.com/orca-so/whirlpools/pull/963) [`49cc8c8`](https://github.com/orca-so/whirlpools/commit/49cc8c86c99428ea0feb1fbf2d8bff0c396637ba) Thanks [@calintje](https://github.com/calintje)! - Add tx-sender to peerDeps
8+
9+
- Updated dependencies [[`49cc8c8`](https://github.com/orca-so/whirlpools/commit/49cc8c86c99428ea0feb1fbf2d8bff0c396637ba)]:
10+
- @orca-so/tx-sender@1.0.2
11+
312
## 2.1.0
413

514
### Minor Changes

ts-sdk/whirlpool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orca-so/whirlpools",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Orca's high-level typescript sdk to interact with Orca's on-chain Whirlpool program.",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)