Skip to content

Commit

Permalink
chore(release): 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 19, 2024
1 parent 7fd125a commit 2d79647
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.1.1](https://github.com/lifinance/widget/compare/v3.1.0...v3.1.1) (2024-07-19)


### Bug Fixes

* add new error messages for Solana ([3370507](https://github.com/lifinance/widget/commit/3370507fb0f8132fd1c298fe1439916cebc99f67))
* adjust fees amount USD calculation ([d479ecd](https://github.com/lifinance/widget/commit/d479ecda93e61c45a6ba6ffe7b28eaa55fadebc8))
* adjust get gas title ([ccc11e1](https://github.com/lifinance/widget/commit/ccc11e1cd036f99df6b9f28472455080babd560a))
* adjust step connector color ([f8694cc](https://github.com/lifinance/widget/commit/f8694cc3e60c5be3815b57f0cc742631c90c5e1f))

## [3.1.0](https://github.com/lifinance/widget/compare/v3.0.2...v3.1.0) (2024-07-15)


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.1.0",
"version": "3.1.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.1",
"version": "3.0.2",
"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.201",
"version": "1.0.202",
"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.0-beta.0",
"@lifi/wallet-management": "^3.0.1",
"@lifi/widget": "^3.1.0",
"@lifi/wallet-management": "^3.0.2",
"@lifi/widget": "^3.1.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.201",
"version": "1.0.202",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
Expand All @@ -17,9 +17,9 @@
"@emotion/react": "^11.12.0",
"@emotion/styled": "^11.12.0",
"@lifi/sdk": "^3.1.0-beta.0",
"@lifi/wallet-management": "^3.0.1",
"@lifi/widget": "^3.1.0",
"@lifi/widget-playground": "^1.0.201",
"@lifi/wallet-management": "^3.0.2",
"@lifi/widget": "^3.1.1",
"@lifi/widget-playground": "^1.0.202",
"@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.201",
"version": "1.0.202",
"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.0-beta.0",
"@lifi/wallet-management": "^3.0.1",
"@lifi/widget": "^3.1.0",
"@lifi/widget-playground": "^1.0.201",
"@lifi/wallet-management": "^3.0.2",
"@lifi/widget": "^3.1.1",
"@lifi/widget-playground": "^1.0.202",
"@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.201",
"version": "1.0.202",
"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.1.0",
"version": "3.1.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.12.0",
"@emotion/styled": "^11.12.0",
"@lifi/sdk": "^3.1.0-beta.0",
"@lifi/wallet-management": "^3.0.1",
"@lifi/wallet-management": "^3.0.2",
"@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.1.0';
export const version = '3.1.1';
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,7 @@ __metadata:
languageName: node
linkType: hard

"@lifi/wallet-management@npm:^3.0.1, @lifi/wallet-management@workspace:packages/wallet-management":
"@lifi/wallet-management@npm:^3.0.2, @lifi/wallet-management@workspace:packages/wallet-management":
version: 0.0.0-use.local
resolution: "@lifi/wallet-management@workspace:packages/wallet-management"
dependencies:
Expand All @@ -2541,8 +2541,8 @@ __metadata:
dependencies:
"@esbuild-plugins/node-globals-polyfill": "npm:^0.2.3"
"@lifi/sdk": "npm:^3.1.0-beta.0"
"@lifi/wallet-management": "npm:^3.0.1"
"@lifi/widget": "npm:^3.1.0"
"@lifi/wallet-management": "npm:^3.0.2"
"@lifi/widget": "npm:^3.1.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 @@ -2572,9 +2572,9 @@ __metadata:
"@emotion/react": "npm:^11.12.0"
"@emotion/styled": "npm:^11.12.0"
"@lifi/sdk": "npm:^3.1.0-beta.0"
"@lifi/wallet-management": "npm:^3.0.1"
"@lifi/widget": "npm:^3.1.0"
"@lifi/widget-playground": "npm:^1.0.201"
"@lifi/wallet-management": "npm:^3.0.2"
"@lifi/widget": "npm:^3.1.1"
"@lifi/widget-playground": "npm:^1.0.202"
"@mui/icons-material": "npm:^5.16.4"
"@mui/material": "npm:^5.16.4"
"@mui/material-nextjs": "npm:^5.16.4"
Expand Down Expand Up @@ -2607,9 +2607,9 @@ __metadata:
dependencies:
"@esbuild-plugins/node-globals-polyfill": "npm:^0.2.3"
"@lifi/sdk": "npm:^3.1.0-beta.0"
"@lifi/wallet-management": "npm:^3.0.1"
"@lifi/widget": "npm:^3.1.0"
"@lifi/widget-playground": "npm:^1.0.201"
"@lifi/wallet-management": "npm:^3.0.2"
"@lifi/widget": "npm:^3.1.1"
"@lifi/widget-playground": "npm:^1.0.202"
"@mui/icons-material": "npm:^5.16.4"
"@mui/material": "npm:^5.16.4"
"@rainbow-me/rainbowkit": "npm:^2.1.3"
Expand All @@ -2635,7 +2635,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lifi/widget-playground@npm:^1.0.201, @lifi/widget-playground@workspace:packages/widget-playground":
"@lifi/widget-playground@npm:^1.0.202, @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 @@ -2671,14 +2671,14 @@ __metadata:
languageName: unknown
linkType: soft

"@lifi/widget@npm:^3.1.0, @lifi/widget@workspace:packages/widget":
"@lifi/widget@npm:^3.1.1, @lifi/widget@workspace:packages/widget":
version: 0.0.0-use.local
resolution: "@lifi/widget@workspace:packages/widget"
dependencies:
"@emotion/react": "npm:^11.12.0"
"@emotion/styled": "npm:^11.12.0"
"@lifi/sdk": "npm:^3.1.0-beta.0"
"@lifi/wallet-management": "npm:^3.0.1"
"@lifi/wallet-management": "npm:^3.0.2"
"@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 2d79647

Please sign in to comment.