Skip to content

Commit

Permalink
Merge pull request #401 from reservoirprotocol/changeset-release/main
Browse files Browse the repository at this point in the history
test: improve error handling test coverage
  • Loading branch information
pedromcunha authored Dec 16, 2024
2 parents 2652757 + 76ca5e7 commit 60805e3
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-bears-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-olives-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-radios-travel.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reservoir0x/relay-kit-hooks

## 1.4.12

### Patch Changes

- 1a593b5: feat: optimize usePrice hook to skip invalid canonical routes

## 1.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reservoir0x/relay-kit-hooks",
"version": "1.4.11",
"version": "1.4.12",
"type": "module",
"main": "./_cjs/src/index.js",
"module": "./_esm/src/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reservoir0x/relay-kit-ui

## 2.3.1

### Patch Changes

- d5b3c66: Optimize usePrice hook by moving baseChainId validation to SwapWidgetRenderer and removing checkExternalLiquiditySupport prop. This improves performance by skipping invalid canonical routes based on baseChainId relationships.
- cb7ded3: Spacing for DepositAddressModal
- Updated dependencies [1a593b5]
- @reservoir0x/relay-kit-hooks@1.4.12

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reservoir0x/relay-kit-ui",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"main": "./_cjs/src/index.js",
"module": "./_esm/src/index.js",
Expand Down

0 comments on commit 60805e3

Please sign in to comment.