Skip to content

Commit

Permalink
Merge pull request #82 from reservoirprotocol/changeset-release/main
Browse files Browse the repository at this point in the history
Release the: Young Dodo!
  • Loading branch information
pedromcunha authored May 14, 2024
2 parents 597371e + be79e92 commit 4ee73f4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/plenty-poems-jump.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/relay-ethers-wallet-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @reservoir0x/relay-ethers-wallet-adapter

## 6.0.1

### Patch Changes

- 597371e: Swaps action and getSwapQuote method
- Updated dependencies [597371e]
- @reservoir0x/relay-sdk@0.5.1

## 6.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-ethers-wallet-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reservoir0x/relay-ethers-wallet-adapter",
"version": "6.0.0",
"version": "6.0.1",
"description": "An adapter used to convert an ethersjs signer to an Adapted Wallet for use in the @reservoir0x/relay-sdk",
"type": "module",
"source": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reservoir0x/relay-sdk

## 0.5.1

### Patch Changes

- 597371e: Swaps action and getSwapQuote method

## 0.5.0

### Minor 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": "@reservoir0x/relay-sdk",
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"main": "./_cjs/src/index.js",
"module": "./_esm/src/index.js",
Expand Down

0 comments on commit 4ee73f4

Please sign in to comment.