Skip to content

Commit

Permalink
chore(release): 3.4.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Aug 5, 2024
1 parent 0eab119 commit 05c42c3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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.0-beta.1",
"version": "3.4.0-beta.2",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion 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.208",
"version": "1.0.209",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand Down
4 changes: 2 additions & 2 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.208",
"version": "1.0.209",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
Expand All @@ -19,7 +19,7 @@
"@lifi/sdk": "^3.1.3",
"@lifi/wallet-management": "^3.0.7-beta.1",
"@lifi/widget": "^3.4.0-beta.1",
"@lifi/widget-playground": "^1.0.208",
"@lifi/widget-playground": "^1.0.209",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@mui/material-nextjs": "^5.16.4",
Expand Down
4 changes: 2 additions & 2 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.208",
"version": "1.0.209",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -21,7 +21,7 @@
"@lifi/sdk": "^3.1.3",
"@lifi/wallet-management": "^3.0.7-beta.1",
"@lifi/widget": "^3.4.0-beta.1",
"@lifi/widget-playground": "^1.0.208",
"@lifi/widget-playground": "^1.0.209",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@rainbow-me/rainbowkit": "^2.1.3",
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.208",
"version": "1.0.209",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@ __metadata:
"@lifi/sdk": "npm:^3.1.3"
"@lifi/wallet-management": "npm:^3.0.7-beta.1"
"@lifi/widget": "npm:^3.4.0-beta.1"
"@lifi/widget-playground": "npm:^1.0.208"
"@lifi/widget-playground": "npm:^1.0.209"
"@mui/icons-material": "npm:^5.16.5"
"@mui/material": "npm:^5.16.5"
"@mui/material-nextjs": "npm:^5.16.4"
Expand Down Expand Up @@ -2592,7 +2592,7 @@ __metadata:
"@lifi/sdk": "npm:^3.1.3"
"@lifi/wallet-management": "npm:^3.0.7-beta.1"
"@lifi/widget": "npm:^3.4.0-beta.1"
"@lifi/widget-playground": "npm:^1.0.208"
"@lifi/widget-playground": "npm:^1.0.209"
"@mui/icons-material": "npm:^5.16.5"
"@mui/material": "npm:^5.16.5"
"@rainbow-me/rainbowkit": "npm:^2.1.3"
Expand All @@ -2618,7 +2618,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lifi/widget-playground@npm:^1.0.208, @lifi/widget-playground@workspace:packages/widget-playground":
"@lifi/widget-playground@npm:^1.0.209, @lifi/widget-playground@workspace:packages/widget-playground":
version: 0.0.0-use.local
resolution: "@lifi/widget-playground@workspace:packages/widget-playground"
dependencies:
Expand Down

0 comments on commit 05c42c3

Please sign in to comment.