Skip to content

Commit f1da743

Browse files
committed
chore: release v1.1.0
1 parent 25b1ac4 commit f1da743

11 files changed

+9
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = "./fonts/fa-solid-900.ttf";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = "./fonts/fa-v4compatibility.woff2";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = "./fonts/fa-brands-400.woff2";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = "./fonts/fa-solid-900.woff2";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = "./fonts/fa-regular-400.ttf";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = "./fonts/fa-regular-400.woff2";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = "./fonts/fa-v4compatibility.ttf";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = "./fonts/fa-brands-400.ttf";

lib/frontend/dist/web.css

1.43 KB
Binary file not shown.

lib/frontend/dist/web.js

225 Bytes
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bull-admin-panel",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "An admin panel of Bull based on WebSocket.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)