Skip to content

Commit

Permalink
chore(release): 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 26, 2022
1 parent 00f6fd7 commit 13874ee
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 6 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

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.11.0](https://github.com/lifinance/widget/compare/v1.10.4...v1.11.0) (2022-07-26)


### Features

* add chain icons to token avatars ([5cb5343](https://github.com/lifinance/widget/commit/5cb534348e6c3679c96e0a61487d189ca874fa0b))
* add swap history ([00f6fd7](https://github.com/lifinance/widget/commit/00f6fd78303a686eb8afa5e148333f7f3d094984))
* add tools icons to swap details ([5b652d7](https://github.com/lifinance/widget/commit/5b652d719348a47df0dfe2279cb4ede688f8f3b4))
* connect executing routes to wallet address ([37a736b](https://github.com/lifinance/widget/commit/37a736b39a665f50ea83a980f5edae388568360c))


### Bug Fixes

* add keys ([e381f06](https://github.com/lifinance/widget/commit/e381f06d0ecbb1e30e9b1bb8fc52eca6ff904f48))
* disable when no routes found ([9ee7c3a](https://github.com/lifinance/widget/commit/9ee7c3a471d7dba003a4bf40f1ddb18746076fe1))
* improve gas sufficiency handling ([164501c](https://github.com/lifinance/widget/commit/164501c600454f4bdd499dc02fb6655475ef9127))
* lower font in headers ([66fc7d9](https://github.com/lifinance/widget/commit/66fc7d9bd7ca1b9a7d118c138b239843e974bb3f))
* make formattedTools persistent ([8fde026](https://github.com/lifinance/widget/commit/8fde026f07bddf7cecf9941592258a3f1a726884))
* make icons outlined ([91495a9](https://github.com/lifinance/widget/commit/91495a93102ffc748d3829a894ba8f617d3168c1))
* minor layout issues ([adad66a](https://github.com/lifinance/widget/commit/adad66aa601734a9e46969bacfbe0ba736900254))
* remove attemptEagerConnect ([61506cf](https://github.com/lifinance/widget/commit/61506cf1ae93d93e50f6f0a765cf105e34078d84))
* remove border if no routes found ([99d3355](https://github.com/lifinance/widget/commit/99d33551dde50fd307dac527f4f15b6f8555ece9))
* reverse chain and token if only one selected ([43462cd](https://github.com/lifinance/widget/commit/43462cda58a5ff51c38cd502d59107f7413157bf))
* show more than one route on the main page ([bd7c8dd](https://github.com/lifinance/widget/commit/bd7c8dd1fd97cc71824e665f4ef26b1c1e48d5f7))
* show swap routes progress during initial loading ([911a5c5](https://github.com/lifinance/widget/commit/911a5c5432dd6cd3336b2d36fd41c00d310403dd))
* show tool names in settings ([297fa96](https://github.com/lifinance/widget/commit/297fa9691d44334603ec8e9f18b37a6665c191b1))
* swap button wording ([66879a6](https://github.com/lifinance/widget/commit/66879a6ca3e06da7dd92bdc33ec97fc8e1989014))
* title ([fc21139](https://github.com/lifinance/widget/commit/fc2113962b9a8830d925698e0c7fc2289feb7534))

### [1.10.4](https://github.com/lifinance/widget/compare/v1.10.3...v1.10.4) (2022-07-18)


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.10.4",
"version": "1.11.0",
"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.15",
"version": "1.0.16",
"private": true,
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@lifi/sdk": "^1.0.2",
"@lifi/wallet-management": "^1.1.2",
"@lifi/widget": "^1.10.4",
"@lifi/widget": "^1.11.0",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.92",
"@mui/material": "^5.9.2",
Expand Down Expand Up @@ -53,4 +53,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.10.4",
"version": "1.11.0",
"description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
"sideEffects": false,
"main": "./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.10.4';
export const version = '1.11.0';

0 comments on commit 13874ee

Please sign in to comment.