Skip to content

Commit

Permalink
chore(release): 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Aug 15, 2024
1 parent 1c25288 commit 7409827
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 29 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [3.4.3](https://github.com/lifinance/widget/compare/v3.4.2...v3.4.3) (2024-08-15)


### Bug Fixes

* add check for coinbase browser ([1899e6d](https://github.com/lifinance/widget/commit/1899e6df451e3e8cf90f58a4011262f0bfc3a26f))
* rename coinbase wallet ([070ce5b](https://github.com/lifinance/widget/commit/070ce5b59a26a426d9064cf352d0ae71d3808a6e))
* window typo ([bbbf91e](https://github.com/lifinance/widget/commit/bbbf91eabd2422c4675df5cdef589a76ae312d3f))

### [3.4.2](https://github.com/lifinance/widget/compare/v3.4.1...v3.4.2) (2024-08-14)


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": "3.4.2",
"version": "3.4.3",
"private": true,
"sideEffects": false,
"type": "module",
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": "3.1.2",
"version": "3.1.3",
"description": "LI.FI Wallet Management solution.",
"type": "module",
"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.215",
"version": "1.0.216",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -20,8 +20,8 @@
"author": "Eugene Chybisov <eugene@li.finance>",
"dependencies": {
"@lifi/sdk": "^3.1.5",
"@lifi/wallet-management": "^3.1.2",
"@lifi/widget": "^3.4.2",
"@lifi/wallet-management": "^3.1.3",
"@lifi/widget": "^3.4.3",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/widget-playground-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget-playground-next",
"version": "1.0.215",
"version": "1.0.216",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
Expand All @@ -17,9 +17,9 @@
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.1.5",
"@lifi/wallet-management": "^3.1.2",
"@lifi/widget": "^3.4.2",
"@lifi/widget-playground": "^1.0.215",
"@lifi/wallet-management": "^3.1.3",
"@lifi/widget": "^3.4.3",
"@lifi/widget-playground": "^1.0.216",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/material-nextjs": "^5.16.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/widget-playground-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget-playground-vite",
"version": "1.0.215",
"version": "1.0.216",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -19,9 +19,9 @@
"author": "Eugene Chybisov <eugene@li.finance>",
"dependencies": {
"@lifi/sdk": "^3.1.5",
"@lifi/wallet-management": "^3.1.2",
"@lifi/widget": "^3.4.2",
"@lifi/widget-playground": "^1.0.215",
"@lifi/wallet-management": "^3.1.3",
"@lifi/widget": "^3.4.3",
"@lifi/widget-playground": "^1.0.216",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@rainbow-me/rainbowkit": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion 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.215",
"version": "1.0.216",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.d.ts",
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": "3.4.2",
"version": "3.4.3",
"description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
"type": "module",
"main": "./src/index.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.1.5",
"@lifi/wallet-management": "^3.1.2",
"@lifi/wallet-management": "^3.1.3",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
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 = '3.4.2';
export const version = '3.4.3';
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2499,7 +2499,7 @@ __metadata:
languageName: node
linkType: hard

"@lifi/wallet-management@npm:^3.1.2, @lifi/wallet-management@workspace:packages/wallet-management":
"@lifi/wallet-management@npm:^3.1.3, @lifi/wallet-management@workspace:packages/wallet-management":
version: 0.0.0-use.local
resolution: "@lifi/wallet-management@workspace:packages/wallet-management"
dependencies:
Expand All @@ -2526,8 +2526,8 @@ __metadata:
dependencies:
"@esbuild-plugins/node-globals-polyfill": "npm:^0.2.3"
"@lifi/sdk": "npm:^3.1.5"
"@lifi/wallet-management": "npm:^3.1.2"
"@lifi/widget": "npm:^3.4.2"
"@lifi/wallet-management": "npm:^3.1.3"
"@lifi/widget": "npm:^3.4.3"
"@mui/icons-material": "npm:^5.16.7"
"@mui/lab": "npm:^5.0.0-alpha.173"
"@mui/material": "npm:^5.16.7"
Expand Down Expand Up @@ -2557,9 +2557,9 @@ __metadata:
"@emotion/react": "npm:^11.13.0"
"@emotion/styled": "npm:^11.13.0"
"@lifi/sdk": "npm:^3.1.5"
"@lifi/wallet-management": "npm:^3.1.2"
"@lifi/widget": "npm:^3.4.2"
"@lifi/widget-playground": "npm:^1.0.215"
"@lifi/wallet-management": "npm:^3.1.3"
"@lifi/widget": "npm:^3.4.3"
"@lifi/widget-playground": "npm:^1.0.216"
"@mui/icons-material": "npm:^5.16.7"
"@mui/material": "npm:^5.16.7"
"@mui/material-nextjs": "npm:^5.16.6"
Expand Down Expand Up @@ -2592,9 +2592,9 @@ __metadata:
dependencies:
"@esbuild-plugins/node-globals-polyfill": "npm:^0.2.3"
"@lifi/sdk": "npm:^3.1.5"
"@lifi/wallet-management": "npm:^3.1.2"
"@lifi/widget": "npm:^3.4.2"
"@lifi/widget-playground": "npm:^1.0.215"
"@lifi/wallet-management": "npm:^3.1.3"
"@lifi/widget": "npm:^3.4.3"
"@lifi/widget-playground": "npm:^1.0.216"
"@mui/icons-material": "npm:^5.16.7"
"@mui/material": "npm:^5.16.7"
"@rainbow-me/rainbowkit": "npm:^2.1.4"
Expand All @@ -2620,7 +2620,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lifi/widget-playground@npm:^1.0.215, @lifi/widget-playground@workspace:packages/widget-playground":
"@lifi/widget-playground@npm:^1.0.216, @lifi/widget-playground@workspace:packages/widget-playground":
version: 0.0.0-use.local
resolution: "@lifi/widget-playground@workspace:packages/widget-playground"
dependencies:
Expand Down Expand Up @@ -2656,14 +2656,14 @@ __metadata:
languageName: unknown
linkType: soft

"@lifi/widget@npm:^3.4.2, @lifi/widget@workspace:packages/widget":
"@lifi/widget@npm:^3.4.3, @lifi/widget@workspace:packages/widget":
version: 0.0.0-use.local
resolution: "@lifi/widget@workspace:packages/widget"
dependencies:
"@emotion/react": "npm:^11.13.0"
"@emotion/styled": "npm:^11.13.0"
"@lifi/sdk": "npm:^3.1.5"
"@lifi/wallet-management": "npm:^3.1.2"
"@lifi/wallet-management": "npm:^3.1.3"
"@mui/icons-material": "npm:^5.16.7"
"@mui/lab": "npm:^5.0.0-alpha.173"
"@mui/material": "npm:^5.16.7"
Expand Down

0 comments on commit 7409827

Please sign in to comment.