Skip to content

Commit

Permalink
chore(release): 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Nov 9, 2023
1 parent 884ecd1 commit b38dc9a
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 18 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.9.0](https://github.com/lifinance/widget/compare/v2.8.1...v2.9.0) (2023-11-09)


### Features

* add cyberconnect wallet ([#150](https://github.com/lifinance/widget/issues/150)) ([5763f76](https://github.com/lifinance/widget/commit/5763f76cf89f901c3c4b9b90c5372fef8601bb46))
* add rabby wallet ([#151](https://github.com/lifinance/widget/issues/151)) ([884ecd1](https://github.com/lifinance/widget/commit/884ecd1d8c75681e2c7dfdbeeef130856b362831))

### [2.8.1](https://github.com/lifinance/widget/compare/v2.8.0...v2.8.1) (2023-11-08)


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.8.1",
"version": "2.9.0",
"private": true,
"sideEffects": false,
"packageManager": "yarn@4.0.1",
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.4.2",
"version": "2.5.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.152",
"version": "1.0.153",
"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.4.3",
"@lifi/wallet-management": "^2.4.2",
"@lifi/widget": "^2.8.1",
"@lifi/wallet-management": "^2.5.0",
"@lifi/widget": "^2.9.0",
"@mui/icons-material": "^5.14.14",
"@mui/lab": "^5.0.0-alpha.149",
"@mui/material": "^5.14.14",
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.152",
"version": "1.0.153",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -25,8 +25,8 @@
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@lifi/sdk": "^2.4.3",
"@lifi/wallet-management": "^2.4.2",
"@lifi/widget": "^2.8.1",
"@lifi/wallet-management": "^2.5.0",
"@lifi/widget": "^2.9.0",
"@mui/icons-material": "^5.14.14",
"@mui/lab": "^5.0.0-alpha.149",
"@mui/material": "^5.14.14",
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.8.1",
"version": "2.9.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.4.3",
"@lifi/wallet-management": "^2.4.2",
"@lifi/wallet-management": "^2.5.0",
"@mui/icons-material": "^5.14.14",
"@mui/lab": "^5.0.0-alpha.149",
"@mui/material": "^5.14.14",
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.8.1';
export const version = '2.9.0';
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3061,7 +3061,7 @@ __metadata:
languageName: node
linkType: hard

"@lifi/wallet-management@npm:^2.4.2, @lifi/wallet-management@workspace:packages/wallet-management":
"@lifi/wallet-management@npm:^2.5.0, @lifi/wallet-management@workspace:packages/wallet-management":
version: 0.0.0-use.local
resolution: "@lifi/wallet-management@workspace:packages/wallet-management"
dependencies:
Expand Down Expand Up @@ -3090,8 +3090,8 @@ __metadata:
"@esbuild-plugins/node-globals-polyfill": "npm:^0.2.3"
"@ethersproject/abstract-signer": "npm:^5.7.0"
"@lifi/sdk": "npm:^2.4.3"
"@lifi/wallet-management": "npm:^2.4.2"
"@lifi/widget": "npm:^2.8.1"
"@lifi/wallet-management": "npm:^2.5.0"
"@lifi/widget": "npm:^2.9.0"
"@mui/icons-material": "npm:^5.14.14"
"@mui/lab": "npm:^5.0.0-alpha.149"
"@mui/material": "npm:^5.14.14"
Expand Down Expand Up @@ -3121,8 +3121,8 @@ __metadata:
"@esbuild-plugins/node-globals-polyfill": "npm:^0.2.3"
"@ethersproject/providers": "npm:^5.7.2"
"@lifi/sdk": "npm:^2.4.3"
"@lifi/wallet-management": "npm:^2.4.2"
"@lifi/widget": "npm:^2.8.1"
"@lifi/wallet-management": "npm:^2.5.0"
"@lifi/widget": "npm:^2.9.0"
"@mui/icons-material": "npm:^5.14.14"
"@mui/lab": "npm:^5.0.0-alpha.149"
"@mui/material": "npm:^5.14.14"
Expand All @@ -3141,7 +3141,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lifi/widget@npm:^2.8.1, @lifi/widget@workspace:packages/widget":
"@lifi/widget@npm:^2.9.0, @lifi/widget@workspace:packages/widget":
version: 0.0.0-use.local
resolution: "@lifi/widget@workspace:packages/widget"
dependencies:
Expand All @@ -3152,7 +3152,7 @@ __metadata:
"@ethersproject/experimental": "npm:^5.7.0"
"@ethersproject/providers": "npm:^5.7.2"
"@lifi/sdk": "npm:^2.4.3"
"@lifi/wallet-management": "npm:^2.4.2"
"@lifi/wallet-management": "npm:^2.5.0"
"@mui/icons-material": "npm:^5.14.14"
"@mui/lab": "npm:^5.0.0-alpha.149"
"@mui/material": "npm:^5.14.14"
Expand Down

0 comments on commit b38dc9a

Please sign in to comment.