Skip to content

Commit

Permalink
chore(release): 1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Sep 27, 2022
1 parent 572f59d commit 30f0f0c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

### [1.18.3](https://github.com/lifinance/widget/compare/v1.18.2...v1.18.3) (2022-09-27)


### Bug Fixes

* add retry to token balance checking ([50e2915](https://github.com/lifinance/widget/commit/50e29157648b063277285c6c74aff250ac8fb408))
* add tooltip to chain buttons ([0fd9626](https://github.com/lifinance/widget/commit/0fd9626b58303943e67b98fbc8fc70f74c91a16b))
* adjust wallet address shortening ([d12d4a7](https://github.com/lifinance/widget/commit/d12d4a713829814033e5c3728ae1ee573789f2fb))
* auto focus and clean send wallet field ([a983ca4](https://github.com/lifinance/widget/commit/a983ca4c7dcc7849690f1c0b39b63323bb945157))
* improve funds received message to include wallet address ([5829e64](https://github.com/lifinance/widget/commit/5829e64a67a2b2f663173d96636e5973633f7b9c))

### [1.18.2](https://github.com/lifinance/widget/compare/v1.18.1...v1.18.2) (2022-09-23)


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": "1.18.2",
"version": "1.18.3",
"private": true,
"sideEffects": false,
"workspaces": [
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.42",
"version": "1.0.43",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@lifi/sdk": "^1.6.0",
"@lifi/wallet-management": "^1.1.10",
"@lifi/widget": "^1.18.2",
"@lifi/widget": "^1.18.3",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.101",
"@mui/material": "^5.10.7",
Expand Down Expand Up @@ -65,4 +65,4 @@
"last 1 safari version"
]
}
}
}
2 changes: 1 addition & 1 deletion packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget",
"version": "1.18.2",
"version": "1.18.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
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 = '1.18.2';
export const version = '1.18.3';

0 comments on commit 30f0f0c

Please sign in to comment.