Skip to content

Commit

Permalink
chore(release): 1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Sep 28, 2022
1 parent c56ba98 commit 7652aa1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.18.4](https://github.com/lifinance/widget/compare/v1.18.3...v1.18.4) (2022-09-28)


### Bug Fixes

* remove box-sizing for container ([c56ba98](https://github.com/lifinance/widget/commit/c56ba987ad67ae03f3e8c6a5a1802391ccb8ac2d))

### [1.18.3](https://github.com/lifinance/widget/compare/v1.18.2...v1.18.3) (2022-09-27)


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.18.3",
"version": "1.18.4",
"private": true,
"sideEffects": false,
"workspaces": [
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.43",
"version": "1.0.44",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@lifi/sdk": "^1.6.0",
"@lifi/wallet-management": "^1.1.10",
"@lifi/widget": "^1.18.3",
"@lifi/widget": "^1.18.4",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.101",
"@mui/material": "^5.10.7",
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.18.3",
"version": "1.18.4",
"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.18.3';
export const version = '1.18.4';

0 comments on commit 7652aa1

Please sign in to comment.