Skip to content

Commit

Permalink
chore(release): 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 22, 2024
1 parent a938e1a commit c18c2ab
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 29 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.2.1](https://github.com/lifinance/widget/compare/v3.2.0...v3.2.1) (2024-07-22)


### Bug Fixes

* add slippage tooltip ([9624fd1](https://github.com/lifinance/widget/commit/9624fd165fb76f698371afd7569854c4a687cece))
* change send and receive wording ([6585723](https://github.com/lifinance/widget/commit/6585723b8fd9cc88e5e8bad68b1216960d6518f0))
* refuel variant should show get gas review button ([587bbda](https://github.com/lifinance/widget/commit/587bbda834aed5a5599481d40864797707261c0a))
* show correct number of available tools ([da893cc](https://github.com/lifinance/widget/commit/da893cc50cdc266850358628524d6ed7c04185c3))

## [3.2.0](https://github.com/lifinance/widget/compare/v3.1.1...v3.2.0) (2024-07-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.0",
"version": "3.2.1",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "3.0.4",
"description": "LI.FI Wallet Management solution.",
"type": "module",
"main": "./src/index.ts",
Expand Down
6 changes: 3 additions & 3 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.203",
"version": "1.0.204",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -20,8 +20,8 @@
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^3.1.2",
"@lifi/wallet-management": "^3.0.3",
"@lifi/widget": "^3.2.0",
"@lifi/wallet-management": "^3.0.4",
"@lifi/widget": "^3.2.1",
"@mui/icons-material": "^5.16.4",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.4",
Expand Down
8 changes: 4 additions & 4 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.203",
"version": "1.0.204",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
Expand All @@ -17,9 +17,9 @@
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.1.2",
"@lifi/wallet-management": "^3.0.3",
"@lifi/widget": "^3.2.0",
"@lifi/widget-playground": "^1.0.203",
"@lifi/wallet-management": "^3.0.4",
"@lifi/widget": "^3.2.1",
"@lifi/widget-playground": "^1.0.204",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/material-nextjs": "^5.16.4",
Expand Down
8 changes: 4 additions & 4 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.203",
"version": "1.0.204",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -19,9 +19,9 @@
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^3.1.2",
"@lifi/wallet-management": "^3.0.3",
"@lifi/widget": "^3.2.0",
"@lifi/widget-playground": "^1.0.203",
"@lifi/wallet-management": "^3.0.4",
"@lifi/widget": "^3.2.1",
"@lifi/widget-playground": "^1.0.204",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@rainbow-me/rainbowkit": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion 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.203",
"version": "1.0.204",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget",
"version": "3.2.0",
"version": "3.2.1",
"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 @@ -51,7 +51,7 @@
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.1.2",
"@lifi/wallet-management": "^3.0.3",
"@lifi/wallet-management": "^3.0.4",
"@mui/icons-material": "^5.16.4",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.4",
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.2.0';
export const version = '3.2.1';
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ __metadata:
languageName: node
linkType: hard

"@lifi/wallet-management@npm:^3.0.3, @lifi/wallet-management@workspace:packages/wallet-management":
"@lifi/wallet-management@npm:^3.0.4, @lifi/wallet-management@workspace:packages/wallet-management":
version: 0.0.0-use.local
resolution: "@lifi/wallet-management@workspace:packages/wallet-management"
dependencies:
Expand All @@ -2544,8 +2544,8 @@ __metadata:
dependencies:
"@esbuild-plugins/node-globals-polyfill": "npm:^0.2.3"
"@lifi/sdk": "npm:^3.1.2"
"@lifi/wallet-management": "npm:^3.0.3"
"@lifi/widget": "npm:^3.2.0"
"@lifi/wallet-management": "npm:^3.0.4"
"@lifi/widget": "npm:^3.2.1"
"@mui/icons-material": "npm:^5.16.4"
"@mui/lab": "npm:^5.0.0-alpha.172"
"@mui/material": "npm:^5.16.4"
Expand Down Expand Up @@ -2575,9 +2575,9 @@ __metadata:
"@emotion/react": "npm:^11.13.0"
"@emotion/styled": "npm:^11.13.0"
"@lifi/sdk": "npm:^3.1.2"
"@lifi/wallet-management": "npm:^3.0.3"
"@lifi/widget": "npm:^3.2.0"
"@lifi/widget-playground": "npm:^1.0.203"
"@lifi/wallet-management": "npm:^3.0.4"
"@lifi/widget": "npm:^3.2.1"
"@lifi/widget-playground": "npm:^1.0.204"
"@mui/icons-material": "npm:^5.16.4"
"@mui/material": "npm:^5.16.4"
"@mui/material-nextjs": "npm:^5.16.4"
Expand Down Expand Up @@ -2610,9 +2610,9 @@ __metadata:
dependencies:
"@esbuild-plugins/node-globals-polyfill": "npm:^0.2.3"
"@lifi/sdk": "npm:^3.1.2"
"@lifi/wallet-management": "npm:^3.0.3"
"@lifi/widget": "npm:^3.2.0"
"@lifi/widget-playground": "npm:^1.0.203"
"@lifi/wallet-management": "npm:^3.0.4"
"@lifi/widget": "npm:^3.2.1"
"@lifi/widget-playground": "npm:^1.0.204"
"@mui/icons-material": "npm:^5.16.4"
"@mui/material": "npm:^5.16.4"
"@rainbow-me/rainbowkit": "npm:^2.1.3"
Expand All @@ -2638,7 +2638,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lifi/widget-playground@npm:^1.0.203, @lifi/widget-playground@workspace:packages/widget-playground":
"@lifi/widget-playground@npm:^1.0.204, @lifi/widget-playground@workspace:packages/widget-playground":
version: 0.0.0-use.local
resolution: "@lifi/widget-playground@workspace:packages/widget-playground"
dependencies:
Expand Down Expand Up @@ -2674,14 +2674,14 @@ __metadata:
languageName: unknown
linkType: soft

"@lifi/widget@npm:^3.2.0, @lifi/widget@workspace:packages/widget":
"@lifi/widget@npm:^3.2.1, @lifi/widget@workspace:packages/widget":
version: 0.0.0-use.local
resolution: "@lifi/widget@workspace:packages/widget"
dependencies:
"@emotion/react": "npm:^11.13.0"
"@emotion/styled": "npm:^11.13.0"
"@lifi/sdk": "npm:^3.1.2"
"@lifi/wallet-management": "npm:^3.0.3"
"@lifi/wallet-management": "npm:^3.0.4"
"@mui/icons-material": "npm:^5.16.4"
"@mui/lab": "npm:^5.0.0-alpha.172"
"@mui/material": "npm:^5.16.4"
Expand Down

0 comments on commit c18c2ab

Please sign in to comment.