Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rana Khoury authored and Rana Khoury committed May 21, 2024
1 parent 3b8b9d1 commit ec92891
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.12.0] - 2024-03-28

### Added Changes
- Added Etherspot Prime SDK `getSupportedAssets` to hook `useEtherspotAssets`
- Added Etherspot Prime SDK `getQuotes` to hook `useEtherspotSwaps`
- Added Etherspot Prime SDK `getTransactionStatus` to hook `useEtherspotHistory`
- Default bridging provider for all above new functions is `Connext`
- Updated `@etherspot/prime-sdk` to version `1.8.1`

## [0.11.0] - 2024-03-28

### Added Changes
Expand Down
22 changes: 6 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@testing-library/react": "^14.3.1",
"@types/jest": "^29.2.5",
"@types/lodash.uniq": "^4.5.7",
"@types/react": "^18.0.27",
"@types/react": "^18.3.2",
"babel-jest": "^29.3.1",
"babel-loader": "^8.2.5",
"dotenv": "^16.0.3",
Expand All @@ -61,4 +61,4 @@
"peerDependencies": {
"react": ">=16.13.0"
}
}
}

0 comments on commit ec92891

Please sign in to comment.