Skip to content

Commit

Permalink
Merge branch 'main' into deposit-flow-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov authored Dec 17, 2024
2 parents b15b227 + 7ca782c commit 372b699
Show file tree
Hide file tree
Showing 27 changed files with 2,375 additions and 2,635 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.12.5](https://github.com/lifinance/widget/compare/v3.12.4...v3.12.5) (2024-12-13)

### [3.12.4](https://github.com/lifinance/widget/compare/v3.12.3...v3.12.4) (2024-12-12)


### Bug Fixes

* improve powered by with dynamic configuration ([#332](https://github.com/lifinance/widget/issues/332)) ([6ae3abb](https://github.com/lifinance/widget/commit/6ae3abbca2140fcda5c9a3ce1f014b27651141aa))
* keep previous data only when wallet is connected ([1b4df34](https://github.com/lifinance/widget/commit/1b4df3448f69c1639a1edc23d5b70ad66b0538e9))

### [3.12.3](https://github.com/lifinance/widget/compare/v3.12.2...v3.12.3) (2024-12-05)

### [3.12.2](https://github.com/lifinance/widget/compare/v3.12.1...v3.12.2) (2024-11-19)

### [3.12.1](https://github.com/lifinance/widget/compare/v3.12.0...v3.12.1) (2024-11-08)
Expand Down
18 changes: 9 additions & 9 deletions examples/deposit-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"preview": "vite preview"
},
"dependencies": {
"@lifi/sdk": "^3.4.1",
"@lifi/sdk": "^3.4.3",
"@lifi/widget": "workspace:^",
"@mui/material": "^5.16.8",
"@tanstack/react-query": "^5.62.2",
"@mui/material": "^5.16.11",
"@tanstack/react-query": "^5.62.7",
"events": "^3.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.53",
"wagmi": "^2.13.3"
"viem": "^2.21.55",
"wagmi": "^2.14.1"
},
"devDependencies": {
"@types/events": "^3.0.3",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vite-plugin-node-polyfills": "^0.22.0"
}
}
26 changes: 13 additions & 13 deletions examples/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,30 @@
"preview": "vite preview"
},
"dependencies": {
"@dynamic-labs/bitcoin": "^3.8.5",
"@dynamic-labs/ethereum": "^3.8.5",
"@dynamic-labs/sdk-react-core": "^3.8.5",
"@dynamic-labs/solana": "^3.8.5",
"@dynamic-labs/wagmi-connector": "^3.8.5",
"@dynamic-labs/bitcoin": "^3.9.2",
"@dynamic-labs/ethereum": "^3.9.2",
"@dynamic-labs/sdk-react-core": "^3.9.2",
"@dynamic-labs/solana": "^3.9.2",
"@dynamic-labs/wagmi-connector": "^3.9.2",
"@lifi/wallet-management": "workspace:^",
"@lifi/widget": "workspace:^",
"@mui/material": "^5.16.8",
"@mui/material": "^5.16.11",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.95.5",
"@tanstack/react-query": "^5.62.2",
"@solana/web3.js": "^1.95.8",
"@tanstack/react-query": "^5.62.7",
"mitt": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.53",
"wagmi": "^2.13.3"
"viem": "^2.21.55",
"wagmi": "^2.14.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.7.2",
"globals": "^15.13.0",
"typescript": "^5.7.2",
"vite": "^6.0.2"
"vite": "^6.0.3"
}
}
10 changes: 5 additions & 5 deletions examples/nextjs-page-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"start": "next start"
},
"dependencies": {
"@lifi/widget": "^3.12.2",
"next": "^14.2.18",
"@lifi/widget": "^3.12.4",
"next": "^14.2.20",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"typescript": "^5.7.2"
}
}
12 changes: 6 additions & 6 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"start": "next start"
},
"dependencies": {
"@lifi/sdk": "^3.4.1",
"@lifi/widget": "^3.12.2",
"next": "^14.2.18",
"@lifi/sdk": "^3.4.3",
"@lifi/widget": "^3.12.4",
"next": "^14.2.20",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"typescript": "^5.7.2"
}
}
6 changes: 3 additions & 3 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@lifi/widget": "^3.12.2",
"nuxt": "3.14.159",
"veaury": "^2.5.1",
"@lifi/widget": "^3.12.4",
"nuxt": "3.14.1592",
"veaury": "^2.6.1",
"vite-plugin-node-polyfills": "^0.22.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 @@ -11,18 +11,18 @@
"dependencies": {
"@lifi/widget": "workspace:^",
"@rainbow-me/rainbowkit": "^2.2.1",
"@tanstack/react-query": "^5.62.2",
"@tanstack/react-query": "^5.62.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.53",
"wagmi": "^2.13.3"
"viem": "^2.21.55",
"wagmi": "^2.14.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.7.2",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vite-plugin-node-polyfills": "^0.22.0"
}
}
20 changes: 10 additions & 10 deletions examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"typecheck": "tsc"
},
"dependencies": {
"@lifi/widget": "^3.12.2",
"@remix-run/css-bundle": "^2.15.0",
"@remix-run/node": "^2.15.0",
"@remix-run/react": "^2.15.0",
"@remix-run/serve": "^2.15.0",
"@lifi/widget": "^3.12.4",
"@remix-run/css-bundle": "^2.15.1",
"@remix-run/node": "^2.15.1",
"@remix-run/react": "^2.15.1",
"@remix-run/serve": "^2.15.1",
"isbot": "^5.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remix-utils": "^7.6.0"
},
"devDependencies": {
"@remix-run/dev": "^2.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@remix-run/dev": "^2.15.1",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite-tsconfig-paths": "^5.1.3"
"vite": "^6.0.3",
"vite-tsconfig-paths": "^5.1.4"
},
"engines": {
"node": ">=18.0.0"
Expand Down
14 changes: 7 additions & 7 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^5.0.2",
"@tsconfig/svelte": "^5.0.4",
"@types/events": "^3.0.3",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"svelte": "^5.4.0",
"svelte-check": "^4.1.0",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"svelte": "^5.12.0",
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vite-plugin-node-polyfills": "^0.22.0"
},
"dependencies": {
Expand Down
22 changes: 11 additions & 11 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"preview": "vite preview"
},
"dependencies": {
"@lifi/sdk": "^3.4.1",
"@lifi/wallet-management": "^3.4.5",
"@lifi/sdk": "^3.4.3",
"@lifi/wallet-management": "^3.4.6",
"@lifi/widget": "workspace:^",
"@mui/material": "^5.16.8",
"@tanstack/react-query": "^5.62.2",
"@wagmi/connectors": "^5.5.3",
"@mui/material": "^5.16.11",
"@tanstack/react-query": "^5.62.7",
"@wagmi/connectors": "^5.6.1",
"events": "^3.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.53",
"wagmi": "^2.13.3"
"viem": "^2.21.55",
"wagmi": "^2.14.1"
},
"devDependencies": {
"@types/events": "^3.0.3",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vite-plugin-node-polyfills": "^0.22.0"
}
}
6 changes: 3 additions & 3 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "vite preview"
},
"dependencies": {
"@lifi/widget": "^3.12.2",
"veaury": "^2.5.1",
"@lifi/widget": "^3.12.4",
"veaury": "^2.6.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vite-plugin-node-polyfills": "^0.22.0",
"vue-tsc": "^2.1.10"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/zustand-widget-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
},
"dependencies": {
"@lifi/widget": "workspace:^",
"@mui/material": "^5.16.8",
"@tanstack/react-query": "^5.62.2",
"@mui/material": "^5.16.11",
"@tanstack/react-query": "^5.62.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"wagmi": "^2.13.3",
"zustand": "^5.0.1"
"wagmi": "^2.14.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"globals": "^15.13.0",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vite-plugin-node-polyfills": "^0.22.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.12.3-beta.1",
"version": "3.12.5",
"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.0.1",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/events": "^3.0.3",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"cpy-cli": "^5.0.0",
"fs-extra": "^11.2.0",
"husky": "^9.1.7",
"lerna": "8.1.9",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"standard-version": "^9.5.0",
Expand Down
Loading

0 comments on commit 372b699

Please sign in to comment.