Skip to content

Commit d4ba8cb

Browse files
Version Packages (#50)
1 parent f5633db commit d4ba8cb

7 files changed

+11
-26
lines changed

.changeset/little-fishes-sip.md

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

.changeset/modern-months-buy.md

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

.changeset/nice-phones-divide.md

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

.changeset/silly-rabbits-grin.md

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

.changeset/strange-mangos-appear.md

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

packages/sdk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @across-protocol/app-sdk
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- 614d48c: add `updateDeposit` to allow updating message, recipient and output amount
8+
- 614d48c: add `simulateUpdateDeposit` for updating deposit
9+
- 94fc23d: Waiting for fill transaction reverts to using eth_getLogs if eth_newFilter or eth_getFilterChanges throws an error
10+
- 0f96e3f: Allow async message update callbacks for `getQuote`
11+
- f5633db: Simplify build using tsc for a more tree-shakable, unbundled output.
12+
313
## 0.0.3
414

515
### Patch Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/app-sdk",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"main": "./dist/index.js",
55
"type": "module",
66
"description": "The official SDK for integrating Across bridge into your dapp.",

0 commit comments

Comments
 (0)