From ec92891ff4b3c58ad22b3bcf0e77d7cee5ae15ee Mon Sep 17 00:00:00 2001 From: Rana Khoury Date: Tue, 21 May 2024 17:38:24 +0100 Subject: [PATCH] changelog update --- CHANGELOG.md | 9 +++++++++ package-lock.json | 22 ++++++---------------- package.json | 4 ++-- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0d4ef..ecb3724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 057e3ad..c867885 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "dependencies": { "@etherspot/eip1271-verification-util": "0.1.2", "@etherspot/prime-sdk": "^1.8.1", + "@types/react": "^18.3.2", "buffer": "^6.0.3", "ethers": "^5.6.9", "lodash": "^4.17.21" @@ -27,7 +28,6 @@ "@testing-library/react": "^14.3.1", "@types/jest": "^29.2.5", "@types/lodash.uniq": "^4.5.7", - "@types/react": "^18.0.27", "babel-jest": "^29.3.1", "babel-loader": "^8.2.5", "dotenv": "^16.0.3", @@ -5173,17 +5173,14 @@ "node_modules/@types/prop-types": { "version": "15.7.12", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", - "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", - "dev": true + "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/react": { - "version": "18.0.27", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.27.tgz", - "integrity": "sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA==", - "dev": true, + "version": "18.3.2", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz", + "integrity": "sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==", "dependencies": { "@types/prop-types": "*", - "@types/scheduler": "*", "csstype": "^3.0.2" } }, @@ -5196,12 +5193,6 @@ "@types/react": "*" } }, - "node_modules/@types/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw==", - "dev": true - }, "node_modules/@types/stack-utils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", @@ -7026,8 +7017,7 @@ "node_modules/csstype": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", - "dev": true + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/data-urls": { "version": "3.0.2", diff --git a/package.json b/package.json index 9bfaeea..dd006a5 100644 --- a/package.json +++ b/package.json @@ -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", @@ -61,4 +61,4 @@ "peerDependencies": { "react": ">=16.13.0" } -} +} \ No newline at end of file