Skip to content

Commit

Permalink
release: v2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Dec 10, 2022
1 parent 2278795 commit ce74d8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 2.7.4 (10 Dec 2022)

* fix: firefox document.body is null error [#293](https://github.com/liriliri/eruda/issues/293)

## 2.7.3 (8 Dec 2022)

* fix: remove tabs horizontal scrollbar #236
* fix: remove tabs horizontal scrollbar [#236](https://github.com/liriliri/eruda/issues/236)

## 2.7.2 (7 Dec 2022)

Expand Down
1 change: 1 addition & 0 deletions build/webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ module.exports = {
path.resolve(__dirname, '../src'),
path.resolve(__dirname, '../node_modules/luna-console'),
path.resolve(__dirname, '../node_modules/luna-modal'),
path.resolve(__dirname, '../node_modules/luna-tab'),
],
use: [
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eruda",
"version": "2.7.3",
"version": "2.7.4",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"browserslist": [
Expand Down Expand Up @@ -74,7 +74,7 @@
"luna-modal": "^1.0.0",
"luna-notification": "^0.1.4",
"luna-object-viewer": "^0.2.2",
"luna-tab": "^0.1.0",
"luna-tab": "^0.1.2",
"node-sass": "^7.0.1",
"postcss-clean": "^1.1.0",
"postcss-loader": "^3.0.0",
Expand Down

0 comments on commit ce74d8e

Please sign in to comment.