Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jun 6, 2024
1 parent e2c6004 commit 4bd50e9
Show file tree
Hide file tree
Showing 9 changed files with 134 additions and 134 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-alpha.41",
"version": "3.0.0-beta.0",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -43,12 +43,12 @@
"@testing-library/user-event": "^14.5.2",
"@types/eslint": "^8.56.10",
"@types/events": "^3.0.3",
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -57,12 +57,12 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"lerna": "8.1.3",
"lint-staged": "^15.2.4",
"prettier": "^3.2.5",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"prettier-plugin-organize-imports": "^3.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 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.0.0-alpha.27",
"version": "3.0.0-beta.0",
"description": "LI.FI Wallet Management solution.",
"type": "module",
"main": "./src/index.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"lifi"
],
"dependencies": {
"@lifi/sdk": "^3.0.0-alpha.63",
"@lifi/sdk": "^3.0.0-beta.0",
"@solana/wallet-adapter-base": "^0.9.23",
"react": "^18.3.1",
"viem": "^2.13.7",
Expand Down
20 changes: 10 additions & 10 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget-embedded",
"version": "1.0.193",
"version": "1.0.194",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -19,16 +19,16 @@
},
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^3.0.0-alpha.63",
"@lifi/wallet-management": "^3.0.0-alpha.27",
"@lifi/widget": "^3.0.0-alpha.41",
"@mui/icons-material": "^5.15.18",
"@lifi/sdk": "^3.0.0-beta.0",
"@lifi/wallet-management": "^3.0.0-beta.0",
"@lifi/widget": "^3.0.0-beta.0",
"@mui/icons-material": "^5.15.19",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.18",
"@opensea/seaport-js": "4.0.0",
"@tanstack/react-query": "^5.37.1",
"@mui/material": "^5.15.19",
"@opensea/seaport-js": "4.0.1",
"@tanstack/react-query": "^5.40.1",
"bignumber.js": "^9.1.2",
"ethers": "^6.12.1",
"ethers": "^6.13.0",
"events": "^3.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -40,7 +40,7 @@
"@vitejs/plugin-react-swc": "^3.7.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-node-polyfills": "^0.22.0",
"web-vitals": "^3.5.2"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/widget-playground-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget-playground-next",
"version": "1.0.193",
"version": "1.0.194",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
Expand All @@ -16,18 +16,18 @@
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@lifi/sdk": "^3.0.0-alpha.63",
"@lifi/wallet-management": "^3.0.0-alpha.27",
"@lifi/widget": "^3.0.0-alpha.41",
"@lifi/widget-playground": "^1.0.193",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@lifi/sdk": "^3.0.0-beta.0",
"@lifi/wallet-management": "^3.0.0-beta.0",
"@lifi/widget": "^3.0.0-beta.0",
"@lifi/widget-playground": "^1.0.194",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@mui/material-nextjs": "^5.15.11",
"@rainbow-me/rainbowkit": "^2.1.1",
"@rainbow-me/rainbowkit": "^2.1.2",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.91.8",
"@tanstack/react-query": "^5.37.1",
"@solana/web3.js": "^1.92.2",
"@tanstack/react-query": "^5.40.1",
"core-js": "^3.37.1",
"lodash.isequal": "^4.5.0",
"microdiff": "^1.4.0",
Expand All @@ -39,7 +39,7 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/widget-playground-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget-playground-vite",
"version": "1.0.193",
"version": "1.0.194",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -18,17 +18,17 @@
},
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^3.0.0-alpha.63",
"@lifi/wallet-management": "^3.0.0-alpha.27",
"@lifi/widget": "^3.0.0-alpha.41",
"@lifi/widget-playground": "^1.0.193",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@rainbow-me/rainbowkit": "^2.1.1",
"@lifi/sdk": "^3.0.0-beta.0",
"@lifi/wallet-management": "^3.0.0-beta.0",
"@lifi/widget": "^3.0.0-beta.0",
"@lifi/widget-playground": "^1.0.194",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@rainbow-me/rainbowkit": "^2.1.2",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.91.8",
"@tanstack/react-query": "^5.37.1",
"@solana/web3.js": "^1.92.2",
"@tanstack/react-query": "^5.40.1",
"lodash.isequal": "^4.5.0",
"microdiff": "^1.4.0",
"react": "^18.3.1",
Expand All @@ -44,7 +44,7 @@
"rollup-plugin-polyfill-node": "^0.13.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-node-polyfills": "^0.22.0",
"web-vitals": "^3.5.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/widget-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget-playground",
"version": "1.0.193",
"version": "1.0.194",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.d.ts",
Expand Down Expand Up @@ -43,14 +43,14 @@
},
"devDependencies": {
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"cpy-cli": "^5.0.0",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vitest": "^1.6.0"
},
"exports": {
Expand Down
18 changes: 9 additions & 9 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget",
"version": "3.0.0-alpha.41",
"version": "3.0.0-beta.0",
"description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
"type": "module",
"main": "./src/index.ts",
Expand Down Expand Up @@ -50,23 +50,23 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@lifi/sdk": "^3.0.0-alpha.63",
"@lifi/wallet-management": "^3.0.0-alpha.27",
"@mui/icons-material": "^5.15.18",
"@lifi/sdk": "^3.0.0-beta.0",
"@lifi/wallet-management": "^3.0.0-beta.0",
"@mui/icons-material": "^5.15.19",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.18",
"@mui/material": "^5.15.19",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.91.8",
"@tanstack/react-query": "^5.37.1",
"@tanstack/react-virtual": "^3.5.0",
"@solana/web3.js": "^1.92.2",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-virtual": "^3.5.1",
"i18next": "^23.11.5",
"microdiff": "^1.4.0",
"mitt": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-intersection-observer": "^9.10.2",
"react-intersection-observer": "^9.10.3",
"react-router-dom": "^6.23.1",
"react-timer-hook": "^3.0.7",
"uuid": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/src/config/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const name = '@lifi/widget';
export const version = '3.0.0-alpha.41';
export const version = '3.0.0-beta.0';
Loading

0 comments on commit 4bd50e9

Please sign in to comment.