Skip to content

Commit

Permalink
Version Packages (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 5, 2024
1 parent f5633db commit d4ba8cb
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-fishes-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-months-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-phones-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-rabbits-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-mangos-appear.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @across-protocol/app-sdk

## 0.0.4

### Patch Changes

- 614d48c: add `updateDeposit` to allow updating message, recipient and output amount
- 614d48c: add `simulateUpdateDeposit` for updating deposit
- 94fc23d: Waiting for fill transaction reverts to using eth_getLogs if eth_newFilter or eth_getFilterChanges throws an error
- 0f96e3f: Allow async message update callbacks for `getQuote`
- f5633db: Simplify build using tsc for a more tree-shakable, unbundled output.

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@across-protocol/app-sdk",
"version": "0.0.3",
"version": "0.0.4",
"main": "./dist/index.js",
"type": "module",
"description": "The official SDK for integrating Across bridge into your dapp.",
Expand Down

0 comments on commit d4ba8cb

Please sign in to comment.