Skip to content

Commit

Permalink
chore(release): 1.32.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Mar 1, 2023
1 parent f0d5b90 commit 4746e80
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.32.6](https://github.com/lifinance/widget/compare/v1.32.5...v1.32.6) (2023-03-01)

### [1.32.5](https://github.com/lifinance/widget/compare/v1.32.4...v1.32.5) (2023-03-01)


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.32.5",
"version": "1.32.6",
"private": true,
"sideEffects": false,
"packageManager": "[email protected]",
Expand Down
4 changes: 2 additions & 2 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.92",
"version": "1.0.93",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"@ethersproject/abstract-signer": "^5.7.0",
"@lifi/sdk": "^1.7.2",
"@lifi/wallet-management": "^1.2.9",
"@lifi/widget": "^1.32.5",
"@lifi/widget": "^1.32.6",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.121",
"@mui/material": "^5.11.11",
Expand Down
4 changes: 2 additions & 2 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.92",
"version": "1.0.93",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@lifi/sdk": "^1.7.2",
"@lifi/wallet-management": "^1.2.9",
"@lifi/widget": "^1.32.5",
"@lifi/widget": "^1.32.6",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.121",
"@mui/material": "^5.11.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget",
"version": "1.32.5",
"version": "1.32.6",
"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
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 = '1.32.5';
export const version = '1.32.6';
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2733,7 +2733,7 @@ __metadata:
"@ethersproject/abstract-signer": ^5.7.0
"@lifi/sdk": ^1.7.2
"@lifi/wallet-management": ^1.2.9
"@lifi/widget": ^1.32.5
"@lifi/widget": ^1.32.6
"@mui/icons-material": ^5.11.11
"@mui/lab": ^5.0.0-alpha.121
"@mui/material": ^5.11.11
Expand Down Expand Up @@ -2764,7 +2764,7 @@ __metadata:
"@esbuild-plugins/node-globals-polyfill": ^0.2.3
"@lifi/sdk": ^1.7.2
"@lifi/wallet-management": ^1.2.9
"@lifi/widget": ^1.32.5
"@lifi/widget": ^1.32.6
"@mui/icons-material": ^5.11.11
"@mui/lab": ^5.0.0-alpha.121
"@mui/material": ^5.11.11
Expand All @@ -2781,7 +2781,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lifi/widget@^1.32.5, @lifi/widget@workspace:packages/widget":
"@lifi/widget@^1.32.6, @lifi/widget@workspace:packages/widget":
version: 0.0.0-use.local
resolution: "@lifi/widget@workspace:packages/widget"
dependencies:
Expand Down

0 comments on commit 4746e80

Please sign in to comment.