Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Addminus committed Jun 22, 2022
1 parent 161f503 commit 9e410e3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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


### Features

* add external wallet management functionality ([#9](https://github.com/lifinance/lifi-widget/issues/9)) ([459589b](https://github.com/lifinance/lifi-widget/commit/459589b161ad5e440f3f7c0cfa6a2685af7ef5d1))


### Bug Fixes

* build errors ([161f503](https://github.com/lifinance/lifi-widget/commit/161f5032af804e6f3a098a2bc4dd9ce2dbbe1ca5))

## [1.2.0](https://github.com/lifinance/lifi-widget/compare/v1.1.3...v1.2.0) (2022-06-13)


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.2.0",
"version": "1.3.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.2",
"version": "1.0.3",
"description": "LI.FI Wallet Management solution.",
"sideEffects": false,
"main": "./src/index.ts",
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "1.0.1",
"private": true,
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
Expand All @@ -23,12 +23,12 @@
},
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/widget": "^1.2.0",
"@lifi/wallet-management": "^1.0.3",
"@lifi/widget": "^1.2.1",
"@lifinance/sdk": "^1.0.0-beta.11",
"@mui/icons-material": "^5.8.3",
"@mui/lab": "^5.0.0-alpha.85",
"@mui/material": "^5.8.3",
"@lifi/wallet-management": "^1.0.2",
"@lifinance/sdk": "^1.0.0-beta.11",
"ethers": "^5.6.9",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand All @@ -53,4 +53,4 @@
"last 1 safari version"
]
}
}
}
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.0",
"version": "1.2.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 Expand Up @@ -51,7 +51,7 @@
"@emotion/styled": "^11.9.3",
"@ethersproject/experimental": "^5.6.2",
"@ethersproject/providers": "^5.6.8",
"@lifi/wallet-management": "^1.0.2",
"@lifi/wallet-management": "^1.0.3",
"@lifinance/sdk": "^1.0.0-beta.11",
"@mui/icons-material": "^5.8.3",
"@mui/lab": "^5.0.0-alpha.85",
Expand Down

0 comments on commit 9e410e3

Please sign in to comment.