Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jun 27, 2022
1 parent 68dd45f commit 1b9abd1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.4.0](https://github.com/lifinance/lifi-widget/compare/v1.3.2...v1.4.0) (2022-06-27)


### Features

* hide internal wallet UI if walletManagement is provided ([68dd45f](https://github.com/lifinance/lifi-widget/commit/68dd45fbd5712cf5348c3a1bd53bc4d7c1684c50))

### [1.3.2](https://github.com/lifinance/lifi-widget/compare/v1.3.1...v1.3.2) (2022-06-27)


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.3.2",
"version": "1.4.0",
"private": true,
"sideEffects": false,
"workspaces": [
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": "1.0.3",
"version": "1.0.4",
"description": "LI.FI Wallet Management solution.",
"sideEffects": false,
"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.2",
"version": "1.0.3",
"private": true,
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
Expand All @@ -23,8 +23,8 @@
},
"author": "Eugene Chybisov <eugene@li.finance>",
"dependencies": {
"@lifi/wallet-management": "^1.0.3",
"@lifi/widget": "^1.2.2",
"@lifi/wallet-management": "^1.0.4",
"@lifi/widget": "^1.4.0",
"@lifinance/sdk": "^1.0.0-beta.11",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.87",
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": "1.2.2",
"version": "1.4.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 Expand Up @@ -51,7 +51,7 @@
"@emotion/styled": "^11.9.3",
"@ethersproject/experimental": "^5.6.3",
"@ethersproject/providers": "^5.6.8",
"@lifi/wallet-management": "^1.0.3",
"@lifi/wallet-management": "^1.0.4",
"@lifinance/sdk": "^1.0.0-beta.11",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.87",
Expand Down

0 comments on commit 1b9abd1

Please sign in to comment.