Skip to content

Commit

Permalink
chore(release): 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 3, 2023
1 parent 321ec1d commit 44879c6
Show file tree
Hide file tree
Showing 8 changed files with 499 additions and 393 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [2.1.3](https://github.com/lifinance/widget/compare/v2.1.2...v2.1.3) (2023-07-03)

### [2.1.2](https://github.com/lifinance/widget/compare/v2.1.0...v2.1.2) (2023-06-28)


Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.2",
"version": "2.1.3",
"private": true,
"sideEffects": false,
"packageManager": "[email protected]",
Expand Down Expand Up @@ -29,14 +29,14 @@
"@types/big.js": "^6.1.6",
"@types/eslint": "^8.40.2",
"@types/events": "^3.0.0",
"@types/node": "^20.3.2",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"cpy-cli": "^4.2.0",
"eslint": "^8.43.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
Expand All @@ -45,11 +45,11 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "^7.1.0",
"lerna": "^7.1.1",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"standard-version": "^9.5.0",
"typescript": "^5.1.5"
"typescript": "^5.1.6"
}
}
12 changes: 6 additions & 6 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": "2.1.2",
"version": "2.1.3",
"description": "LI.FI Wallet Management solution.",
"sideEffects": false,
"main": "./src/index.ts",
Expand Down Expand Up @@ -52,15 +52,15 @@
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lifi/sdk": "^2.1.0",
"@walletconnect/ethereum-provider": "^2.8.4",
"@walletconnect/modal": "^2.5.5",
"@lifi/sdk": "^2.1.1",
"@walletconnect/ethereum-provider": "^2.8.6",
"@walletconnect/modal": "^2.5.9",
"events": "^3.3.0",
"react": "^18.2.0"
},
"devDependencies": {
"cpy-cli": "^4.2.0",
"typescript": "^5.1.5"
"cpy-cli": "^5.0.0",
"typescript": "^5.1.6"
},
"eslintConfig": {
"extends": "../../.eslintrc"
Expand Down
16 changes: 8 additions & 8 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.121",
"version": "1.0.122",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -24,9 +24,9 @@
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@lifi/sdk": "^2.1.0",
"@lifi/wallet-management": "^2.1.2",
"@lifi/widget": "^2.1.2",
"@lifi/sdk": "^2.1.1",
"@lifi/wallet-management": "^2.1.3",
"@lifi/widget": "^2.1.3",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.6",
Expand All @@ -37,16 +37,16 @@
"events": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.0"
"react-router-dom": "^6.14.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react": "^4.0.1",
"buffer": "^6.0.3",
"esbuild": "^0.18.10",
"rollup": "^3.25.3",
"esbuild": "^0.18.11",
"rollup": "^3.26.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"typescript": "^5.1.5",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"web-vitals": "^3.3.2"
},
Expand Down
12 changes: 6 additions & 6 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.121",
"version": "1.0.122",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -23,23 +23,23 @@
},
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^2.1.0",
"@lifi/wallet-management": "^2.1.2",
"@lifi/widget": "^2.1.2",
"@lifi/sdk": "^2.1.1",
"@lifi/wallet-management": "^2.1.3",
"@lifi/widget": "^2.1.3",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.6",
"ethers": "^5.7.2",
"events": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.0"
"react-router-dom": "^6.14.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react": "^4.0.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"typescript": "^5.1.5",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"web-vitals": "^3.3.2"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget",
"version": "2.1.2",
"version": "2.1.3",
"description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
"main": "./src/index.ts",
"module": "./src/index.ts",
Expand Down Expand Up @@ -53,15 +53,15 @@
"@ethersproject/address": "^5.7.0",
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lifi/sdk": "^2.1.0",
"@lifi/wallet-management": "^2.1.2",
"@lifi/sdk": "^2.1.1",
"@lifi/wallet-management": "^2.1.3",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.6",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"big.js": "^6.2.1",
"i18next": "^23.2.3",
"i18next": "^23.2.6",
"i18next-browser-languagedetector": "^7.1.0",
"microdiff": "^1.3.2",
"mitt": "^3.0.0",
Expand All @@ -70,14 +70,14 @@
"react-hook-form": "^7.45.1",
"react-i18next": "^13.0.1",
"react-intersection-observer": "^9.5.2",
"react-router-dom": "^6.14.0",
"react-router-dom": "^6.14.1",
"react-timer-hook": "^3.0.6",
"uuid": "^9.0.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"cpy-cli": "^4.2.0",
"typescript": "^5.1.5"
"cpy-cli": "^5.0.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@types/react": "^18.0.0",
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 = '2.1.2';
export const version = '2.1.3';
Loading

0 comments on commit 44879c6

Please sign in to comment.