Skip to content

Commit

Permalink
chore(release): 3.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Dec 5, 2023
1 parent 7d3e115 commit ad38ac7
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.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"private": true,
"sideEffects": false,
"packageManager": "yarn@4.0.2",
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.154",
"version": "1.0.155",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@ethersproject/providers": "^5.7.2",
"@lifi/sdk": "^3.0.0-alpha.36",
"@lifi/wallet-management": "^3.0.0-alpha.1",
"@lifi/widget": "^3.0.0-alpha.1",
"@lifi/widget": "^3.0.0-alpha.3",
"@mui/icons-material": "^5.14.19",
"@mui/lab": "^5.0.0-alpha.154",
"@mui/material": "^5.14.19",
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.154",
"version": "1.0.155",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@lifi/sdk": "^3.0.0-alpha.36",
"@lifi/wallet-management": "^3.0.0-alpha.1",
"@lifi/widget": "^3.0.0-alpha.2",
"@lifi/widget": "^3.0.0-alpha.3",
"@mui/icons-material": "^5.14.19",
"@mui/lab": "^5.0.0-alpha.154",
"@mui/material": "^5.14.19",
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": "3.0.0-alpha.2",
"version": "3.0.0-alpha.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.js",
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.0.0-alpha.2';
export const version = '3.0.0-alpha.3';
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3075,7 +3075,7 @@ __metadata:
"@ethersproject/providers": "npm:^5.7.2"
"@lifi/sdk": "npm:^3.0.0-alpha.36"
"@lifi/wallet-management": "npm:^3.0.0-alpha.1"
"@lifi/widget": "npm:^3.0.0-alpha.1"
"@lifi/widget": "npm:^3.0.0-alpha.3"
"@mui/icons-material": "npm:^5.14.19"
"@mui/lab": "npm:^5.0.0-alpha.154"
"@mui/material": "npm:^5.14.19"
Expand All @@ -3101,7 +3101,7 @@ __metadata:
dependencies:
"@lifi/sdk": "npm:^3.0.0-alpha.36"
"@lifi/wallet-management": "npm:^3.0.0-alpha.1"
"@lifi/widget": "npm:^3.0.0-alpha.2"
"@lifi/widget": "npm:^3.0.0-alpha.3"
"@mui/icons-material": "npm:^5.14.19"
"@mui/lab": "npm:^5.0.0-alpha.154"
"@mui/material": "npm:^5.14.19"
Expand All @@ -3121,7 +3121,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lifi/widget@npm:^3.0.0-alpha.1, @lifi/widget@npm:^3.0.0-alpha.2, @lifi/widget@workspace:packages/widget":
"@lifi/widget@npm:^3.0.0-alpha.3, @lifi/widget@workspace:packages/widget":
version: 0.0.0-use.local
resolution: "@lifi/widget@workspace:packages/widget"
dependencies:
Expand Down

0 comments on commit ad38ac7

Please sign in to comment.