Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Apr 20, 2023
1 parent 931d5dc commit 6f66128
Show file tree
Hide file tree
Showing 8 changed files with 111 additions and 46 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.0.0-beta.2](https://github.com/lifinance/widget/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2023-04-20)


### Features

* rename disableI18n -> disableLanguageDetector ([186d28c](https://github.com/lifinance/widget/commit/186d28c1928601afe64c6e0694a2e5cabc3df447))


### Bug Fixes

* set correct width ([72f3a6a](https://github.com/lifinance/widget/commit/72f3a6afe2abe2c6507c9cc2c8461fbbac11f661))

## [2.0.0-beta.1](https://github.com/lifinance/widget/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-04-19)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"private": true,
"sideEffects": false,
"packageManager": "yarn@3.5.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/big.js": "^6.1.6",
"@types/eslint": "^8.37.0",
"@types/events": "^3.0.0",
"@types/node": "^18.15.11",
"@types/node": "^18.15.12",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "LI.FI Wallet Management solution.",
"sideEffects": false,
"main": "./src/index.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"lifi"
],
"dependencies": {
"@coinbase/wallet-sdk": "^3.7.0",
"@coinbase/wallet-sdk": "^3.7.1",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
Expand Down
8 changes: 4 additions & 4 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.102",
"version": "1.0.103",
"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.0.0-beta.8",
"@lifi/wallet-management": "^2.0.0-beta.0",
"@lifi/widget": "^2.0.0-beta.1",
"@lifi/wallet-management": "^2.0.0-beta.1",
"@lifi/widget": "^2.0.0-beta.2",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.127",
"@mui/material": "^5.12.1",
Expand All @@ -48,7 +48,7 @@
"rollup": "^3.20.6",
"rollup-plugin-polyfill-node": "^0.12.0",
"typescript": "^5.0.4",
"vite": "^4.2.2",
"vite": "^4.3.0",
"web-vitals": "^3.3.1"
},
"eslintConfig": {
Expand Down
8 changes: 4 additions & 4 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.102",
"version": "1.0.103",
"type": "module",
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks",
Expand All @@ -24,8 +24,8 @@
"author": "Eugene Chybisov <eugene@li.finance>",
"dependencies": {
"@lifi/sdk": "^2.0.0-beta.8",
"@lifi/wallet-management": "^2.0.0-beta.0",
"@lifi/widget": "^2.0.0-beta.1",
"@lifi/wallet-management": "^2.0.0-beta.1",
"@lifi/widget": "^2.0.0-beta.2",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.127",
"@mui/material": "^5.12.1",
Expand All @@ -40,7 +40,7 @@
"@vitejs/plugin-react": "^3.1.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"typescript": "^5.0.4",
"vite": "^4.2.2",
"vite": "^4.3.0",
"web-vitals": "^3.3.1"
},
"eslintConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"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,14 +54,14 @@
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lifi/sdk": "^2.0.0-beta.8",
"@lifi/wallet-management": "^2.0.0-beta.0",
"@lifi/wallet-management": "^2.0.0-beta.1",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.127",
"@mui/material": "^5.12.1",
"@tanstack/react-query": "^4.29.3",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"big.js": "^6.2.1",
"i18next": "^22.4.14",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"microdiff": "^1.3.2",
"mitt": "^3.0.0",
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.0.0-beta.1';
export const version = '2.0.0-beta.2';
Loading

0 comments on commit 6f66128

Please sign in to comment.