Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jun 27, 2023
1 parent a243a70 commit 8f395f6
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 18 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.1.0](https://github.com/lifinance/widget/compare/v2.0.1...v2.1.0) (2023-06-27)


### Features

* add emitter-event for contact support button ([192140a](https://github.com/lifinance/widget/commit/192140a624bc6a55b6f7288632891c1e5cb6576b))
* support WalletConnect v2 ([#89](https://github.com/lifinance/widget/issues/89)) ([5c8cd6d](https://github.com/lifinance/widget/commit/5c8cd6ddabd898ec27411f4b19a5f354d9d365aa))


### Bug Fixes

* add header store context ([5274705](https://github.com/lifinance/widget/commit/5274705c5dfa8412cc25a54792d58ddccb5b501b))

### [2.0.1](https://github.com/lifinance/widget/compare/v2.0.0...v2.0.1) (2023-06-16)


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": "2.0.1",
"version": "2.1.0",
"private": true,
"sideEffects": false,
"packageManager": "[email protected]",
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.1",
"version": "2.1.0",
"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.119",
"version": "1.0.120",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -25,8 +25,8 @@
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@lifi/sdk": "^2.1.0",
"@lifi/wallet-management": "^2.0.1",
"@lifi/widget": "^2.0.1",
"@lifi/wallet-management": "^2.1.0",
"@lifi/widget": "^2.1.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.6",
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.119",
"version": "1.0.120",
"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.1.0",
"@lifi/wallet-management": "^2.0.1",
"@lifi/widget": "^2.0.1",
"@lifi/wallet-management": "^2.1.0",
"@lifi/widget": "^2.1.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.6",
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": "2.0.1",
"version": "2.1.0",
"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 @@ -54,7 +54,7 @@
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lifi/sdk": "^2.1.0",
"@lifi/wallet-management": "^2.0.1",
"@lifi/wallet-management": "^2.1.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.6",
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.1';
export const version = '2.1.0';
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2965,7 +2965,7 @@ __metadata:
languageName: node
linkType: hard

"@lifi/wallet-management@^2.0.1, @lifi/wallet-management@workspace:packages/wallet-management":
"@lifi/wallet-management@^2.1.0, @lifi/wallet-management@workspace:packages/wallet-management":
version: 0.0.0-use.local
resolution: "@lifi/wallet-management@workspace:packages/wallet-management"
dependencies:
Expand All @@ -2990,8 +2990,8 @@ __metadata:
"@esbuild-plugins/node-globals-polyfill": ^0.2.3
"@ethersproject/abstract-signer": ^5.7.0
"@lifi/sdk": ^2.1.0
"@lifi/wallet-management": ^2.0.1
"@lifi/widget": ^2.0.1
"@lifi/wallet-management": ^2.1.0
"@lifi/widget": ^2.1.0
"@mui/icons-material": ^5.11.16
"@mui/lab": ^5.0.0-alpha.134
"@mui/material": ^5.13.6
Expand Down Expand Up @@ -3021,8 +3021,8 @@ __metadata:
dependencies:
"@esbuild-plugins/node-globals-polyfill": ^0.2.3
"@lifi/sdk": ^2.1.0
"@lifi/wallet-management": ^2.0.1
"@lifi/widget": ^2.0.1
"@lifi/wallet-management": ^2.1.0
"@lifi/widget": ^2.1.0
"@mui/icons-material": ^5.11.16
"@mui/lab": ^5.0.0-alpha.134
"@mui/material": ^5.13.6
Expand All @@ -3039,7 +3039,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lifi/widget@^2.0.1, @lifi/widget@workspace:packages/widget":
"@lifi/widget@^2.1.0, @lifi/widget@workspace:packages/widget":
version: 0.0.0-use.local
resolution: "@lifi/widget@workspace:packages/widget"
dependencies:
Expand All @@ -3050,7 +3050,7 @@ __metadata:
"@ethersproject/experimental": ^5.7.0
"@ethersproject/providers": ^5.7.2
"@lifi/sdk": ^2.1.0
"@lifi/wallet-management": ^2.0.1
"@lifi/wallet-management": ^2.1.0
"@mui/icons-material": ^5.11.16
"@mui/lab": ^5.0.0-alpha.134
"@mui/material": ^5.13.6
Expand Down

0 comments on commit 8f395f6

Please sign in to comment.