Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Apr 28, 2023
1 parent 2d13333 commit 5c5b072
Show file tree
Hide file tree
Showing 8 changed files with 251 additions and 54 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [2.0.0-beta.5](https://github.com/lifinance/widget/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2023-04-28)


### Features

* add exodus wallet ([#80](https://github.com/lifinance/widget/issues/80)) ([2d13333](https://github.com/lifinance/widget/commit/2d1333360b7de203966165390cd04ea30f853b7d))
* add recommended tag tooltip ([6021bb3](https://github.com/lifinance/widget/commit/6021bb38aa17f9bc31a4631221eddd038c132cb8))


### Bug Fixes

* exchange rate hook is undefined on first render ([6fd0c06](https://github.com/lifinance/widget/commit/6fd0c065642c83d39163b5e8b948ae11d75e746b))

## [2.0.0-beta.4](https://github.com/lifinance/widget/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2023-04-27)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"private": true,
"sideEffects": false,
"packageManager": "[email protected]",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/big.js": "^6.1.6",
"@types/eslint": "^8.37.0",
"@types/events": "^3.0.0",
"@types/node": "^18.16.1",
"@types/node": "^18.16.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/uuid": "^9.0.1",
Expand All @@ -46,7 +46,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "^6.6.1",
"nx": "^15.9.2",
"nx": "^15.9.3",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"description": "LI.FI Wallet Management solution.",
"sideEffects": false,
"main": "./src/index.ts",
Expand Down
8 changes: 4 additions & 4 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.105",
"version": "1.0.106",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -25,12 +25,12 @@
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@lifi/sdk": "^2.0.0-beta.11",
"@lifi/wallet-management": "^2.0.0-beta.3",
"@lifi/widget": "^2.0.0-beta.4",
"@lifi/wallet-management": "^2.0.0-beta.4",
"@lifi/widget": "^2.0.0-beta.5",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.128",
"@mui/material": "^5.12.2",
"@opensea/seaport-js": "^1.1.0",
"@opensea/seaport-js": "^1.2.0",
"@tanstack/react-query": "^4.29.5",
"bignumber.js": "^9.1.1",
"ethers": "^5.7.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/widget-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget-playground",
"version": "1.0.105",
"version": "1.0.106",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -24,8 +24,8 @@
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^2.0.0-beta.11",
"@lifi/wallet-management": "^2.0.0-beta.3",
"@lifi/widget": "^2.0.0-beta.4",
"@lifi/wallet-management": "^2.0.0-beta.4",
"@lifi/widget": "^2.0.0-beta.5",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.128",
"@mui/material": "^5.12.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"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 Expand Up @@ -47,14 +47,14 @@
"lifi"
],
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lifi/sdk": "^2.0.0-beta.11",
"@lifi/wallet-management": "^2.0.0-beta.3",
"@lifi/wallet-management": "^2.0.0-beta.4",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.128",
"@mui/material": "^5.12.2",
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 = '2.0.0-beta.4';
export const version = '2.0.0-beta.5';
Loading

0 comments on commit 5c5b072

Please sign in to comment.