Skip to content

Commit

Permalink
Merge branch 'main' into permits
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jan 24, 2025
2 parents 44fedba + 9b23304 commit 1728a7a
Show file tree
Hide file tree
Showing 46 changed files with 1,910 additions and 1,636 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.14.1](https://github.com/lifinance/widget/compare/v3.14.0...v3.14.1) (2025-01-23)


### Bug Fixes

* address confirmation bottom sheet height ([59d034b](https://github.com/lifinance/widget/commit/59d034b89b25d58345105de731fe3af2746e3119))

## [3.14.0](https://github.com/lifinance/widget/compare/v3.13.2...v3.14.0) (2025-01-22)


### Features

* add configurable route labels/badges ([#338](https://github.com/lifinance/widget/issues/338)) ([f6fe53e](https://github.com/lifinance/widget/commit/f6fe53e5b1b90003c87651bb82f637b85ce0da37))
* add more UTXO wallets ([d787698](https://github.com/lifinance/widget/commit/d7876980c839a9f591078a613d28de956e9c0805))
* add smart contract account info message for destination wallets ([#340](https://github.com/lifinance/widget/issues/340)) ([ba57082](https://github.com/lifinance/widget/commit/ba57082582a9ddfae9ccec7847ade5e1041491ee))


### Bug Fixes

* improve step titles in custom steps ([825856c](https://github.com/lifinance/widget/commit/825856c74d2ba8f32eeb6d4fcde771613776e534))
* improve token amount formatting ([#339](https://github.com/lifinance/widget/issues/339)) ([a6a3d10](https://github.com/lifinance/widget/commit/a6a3d1094d3403fac5b14797ba652d00a415f5a8))

### [3.13.2](https://github.com/lifinance/widget/compare/v3.13.1...v3.13.2) (2024-12-27)


Expand Down
14 changes: 7 additions & 7 deletions examples/deposit-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"dependencies": {
"@lifi/sdk": "^3.5.2",
"@lifi/widget": "workspace:^",
"@mui/material": "^6.4.0",
"@tanstack/react-query": "^5.64.1",
"@mui/material": "^6.4.1",
"@tanstack/react-query": "^5.64.2",
"events": "^3.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.22.8",
"wagmi": "^2.14.7"
"viem": "^2.22.11",
"wagmi": "^2.14.8"
},
"devDependencies": {
"@types/events": "^3.0.3",
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-node-polyfills": "^0.22.0"
"vite": "^6.0.11",
"vite-plugin-node-polyfills": "^0.23.0"
}
}
10 changes: 5 additions & 5 deletions examples/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"@dynamic-labs/wagmi-connector": "^3.9.9",
"@lifi/wallet-management": "workspace:^",
"@lifi/widget": "workspace:^",
"@mui/material": "^6.4.0",
"@mui/material": "^6.4.1",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.98.0",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-query": "^5.64.2",
"mitt": "^3.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.22.8",
"wagmi": "^2.14.7"
"viem": "^2.22.11",
"wagmi": "^2.14.8"
},
"devDependencies": {
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"globals": "^15.14.0",
"typescript": "^5.7.3",
"vite": "^6.0.7"
"vite": "^6.0.11"
}
}
4 changes: 2 additions & 2 deletions examples/nextjs-page-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"dependencies": {
"@lifi/widget": "^3.13.2",
"next": "^15.1.4",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@lifi/sdk": "^3.5.2",
"@lifi/widget": "^3.13.2",
"@mui/material-nextjs": "^6.3.1",
"next": "^15.1.4",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@lifi/widget": "^3.13.2",
"nuxt": "3.15.2",
"veaury": "^2.6.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-node-polyfills": "^0.23.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/rainbowkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
},
"dependencies": {
"@lifi/widget": "workspace:^",
"@rainbow-me/rainbowkit": "^2.2.2",
"@tanstack/react-query": "^5.64.1",
"@rainbow-me/rainbowkit": "^2.2.3",
"@tanstack/react-query": "^5.64.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.22.8",
"wagmi": "^2.14.7"
"viem": "^2.22.11",
"wagmi": "^2.14.8"
},
"devDependencies": {
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-node-polyfills": "^0.22.0"
"vite": "^6.0.11",
"vite-plugin-node-polyfills": "^0.23.0"
}
}
4 changes: 2 additions & 2 deletions examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"isbot": "^5.1.21",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remix-utils": "^8.0.0"
"remix-utils": "^8.1.0"
},
"devDependencies": {
"@remix-run/dev": "^2.15.2",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite": "^6.0.11",
"vite-tsconfig-paths": "^5.1.4"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"@types/events": "^3.0.3",
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"svelte": "^5.18.0",
"svelte": "^5.19.1",
"svelte-check": "^4.1.4",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-node-polyfills": "^0.22.0"
"vite": "^6.0.11",
"vite-plugin-node-polyfills": "^0.23.0"
},
"dependencies": {
"@lifi/widget": "workspace:^",
Expand Down
16 changes: 8 additions & 8 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"@lifi/sdk": "^3.5.2",
"@lifi/wallet-management": "^3.5.2",
"@lifi/widget": "^3.13.2",
"@mui/material": "^6.4.0",
"@tanstack/react-query": "^5.64.1",
"@wagmi/connectors": "^5.7.3",
"@mui/material": "^6.4.1",
"@tanstack/react-query": "^5.64.2",
"@wagmi/connectors": "^5.7.4",
"events": "^3.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.22.8",
"wagmi": "^2.14.7"
"viem": "^2.22.11",
"wagmi": "^2.14.8"
},
"devDependencies": {
"@types/events": "^3.0.3",
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-node-polyfills": "^0.22.0"
"vite": "^6.0.11",
"vite-plugin-node-polyfills": "^0.23.0"
}
}
4 changes: 2 additions & 2 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-node-polyfills": "^0.22.0",
"vite": "^6.0.11",
"vite-plugin-node-polyfills": "^0.23.0",
"vue-tsc": "^2.2.0"
}
}
10 changes: 5 additions & 5 deletions examples/zustand-widget-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"@lifi/widget": "workspace:^",
"@mui/material": "^6.4.0",
"@tanstack/react-query": "^5.64.1",
"@mui/material": "^6.4.1",
"@tanstack/react-query": "^5.64.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"wagmi": "^2.14.7",
"wagmi": "^2.14.8",
"zustand": "^5.0.3"
},
"devDependencies": {
Expand All @@ -23,7 +23,7 @@
"@vitejs/plugin-react": "^4.3.4",
"globals": "^15.14.0",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-node-polyfills": "^0.22.0"
"vite": "^6.0.11",
"vite-plugin-node-polyfills": "^0.23.0"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.14.0-beta.0",
"version": "3.14.1",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -46,17 +46,17 @@
"@commitlint/config-conventional": "^19.6.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/events": "^3.0.3",
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"cpy-cli": "^5.0.0",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"husky": "^9.1.7",
"lerna": "8.1.9",
"lint-staged": "^15.3.0",
"lint-staged": "^15.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"standard-version": "^9.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/wallet-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/wallet-management",
"version": "3.6.0-beta.0",
"version": "3.6.0",
"description": "LI.FI Wallet Management solution.",
"type": "module",
"main": "./src/index.ts",
Expand Down Expand Up @@ -54,16 +54,16 @@
"@emotion/styled": "^11.14.0",
"@lifi/sdk": "3.6.0-beta.3",
"@mui/icons-material": "6.0.2",
"@mui/material": "^6.4.0",
"@mui/system": "^6.4.0",
"@mui/material": "^6.4.1",
"@mui/system": "^6.4.1",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.98.0",
"@wagmi/core": "^2.16.3",
"i18next": "^24.2.1",
"mitt": "^3.0.1",
"react-i18next": "^15.4.0",
"use-sync-external-store": "^1.4.0",
"viem": "^2.22.8",
"viem": "^2.22.11",
"zustand": "^5.0.3"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@
"@lifi/wallet-management": "workspace:*",
"@lifi/widget": "workspace:*",
"@mui/icons-material": "6.0.2",
"@mui/material": "^6.4.0",
"@mui/system": "^6.4.0",
"@mui/material": "^6.4.1",
"@mui/system": "^6.4.1",
"@opensea/seaport-js": "4.0.4",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-query": "^5.64.2",
"bignumber.js": "^9.1.2",
"ethers": "^6.13.5",
"events": "^3.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.28.0",
"viem": "^2.22.8",
"wagmi": "^2.14.7"
"viem": "^2.22.11",
"wagmi": "^2.14.8"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"source-map-explorer": "^2.5.3",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-node-polyfills": "^0.22.0",
"vite": "^6.0.11",
"vite-plugin-node-polyfills": "^0.23.0",
"web-vitals": "^4.2.4"
},
"browserslist": {
Expand Down
10 changes: 5 additions & 5 deletions packages/widget-playground-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"@emotion/styled": "^11.14.0",
"@lifi/widget": "workspace:*",
"@lifi/widget-playground": "workspace:*",
"@mui/material": "^6.4.0",
"@mui/material": "^6.4.1",
"@mui/material-nextjs": "^6.3.1",
"@mui/system": "^6.4.0",
"@tanstack/react-query": "^5.64.1",
"@mui/system": "^6.4.1",
"@tanstack/react-query": "^5.64.2",
"core-js": "^3.40.0",
"next": "^15.1.4",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/widget-playground-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@lifi/widget-playground": "workspace:*",
"@mui/material": "^6.4.0",
"@mui/system": "^6.4.0",
"@tanstack/react-query": "^5.64.1",
"@mui/material": "^6.4.1",
"@mui/system": "^6.4.1",
"@tanstack/react-query": "^5.64.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.28.0"
Expand All @@ -29,8 +29,8 @@
"rollup-plugin-polyfill-node": "^0.13.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-node-polyfills": "0.17.0",
"vite": "^6.0.11",
"vite-plugin-node-polyfills": "0.23.0",
"web-vitals": "^4.2.4"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 1728a7a

Please sign in to comment.