Skip to content

Commit

Permalink
chore(release): 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 27, 2022
1 parent 52fcfaf commit f8dd729
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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


### Bug Fixes

* gas message is not shown in some cases ([52fcfaf](https://github.com/lifinance/widget/commit/52fcfaf541b619b7af51b7593347e8a83577f99c))
* header action is not shown in some cases ([d5840e8](https://github.com/lifinance/widget/commit/d5840e8259a1fb0cf936e62b22c86cf8343fb797))
* missing routes ([c8ee71d](https://github.com/lifinance/widget/commit/c8ee71d6c6d6768028a0c69bc23704827fb3f90d))

## [1.11.0](https://github.com/lifinance/widget/compare/v1.10.4...v1.11.0) (2022-07-26)


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.11.0",
"version": "1.11.1",
"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.16",
"version": "1.0.17",
"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.11.0",
"@lifi/widget": "^1.11.1",
"@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.11.0",
"version": "1.11.1",
"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.11.0';
export const version = '1.11.1';

0 comments on commit f8dd729

Please sign in to comment.