Skip to content

Commit 7918a93

Browse files
committed
chore: release 0.5.9
1 parent d2b83af commit 7918a93

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

backend/funix/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def cli_main():
8181
8282
This function is called when you run `python -m funix` or `funix` from the command line.
8383
"""
84-
plac.call(main, version="Funix 0.5.8")
84+
plac.call(main, version="Funix 0.5.9")
8585

8686

8787
if __name__ == "__main__":
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.4efb37a3.css",
4-
"main.js": "/static/js/main.279c7e85.js",
4+
"main.js": "/static/js/main.ff2fb548.js",
55
"index.html": "/index.html"
66
},
77
"entrypoints": [
88
"static/css/main.4efb37a3.css",
9-
"static/js/main.279c7e85.js"
9+
"static/js/main.ff2fb548.js"
1010
]
1111
}

backend/funix/build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Textea Funix React Frontend"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><script src="static/js/d3.v5.js"></script><script src="static/js/mpld3.v0.5.8.js"></script><script src="static/js/jquery-3.7.1.min.js"></script><style>.text-style{margin:0;padding:0;list-style-position:inside}</style><title>Funix</title><script defer="defer" src="/static/js/main.279c7e85.js"></script><link href="/static/css/main.4efb37a3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Textea Funix React Frontend"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><script src="static/js/d3.v5.js"></script><script src="static/js/mpld3.v0.5.8.js"></script><script src="static/js/jquery-3.7.1.min.js"></script><style>.text-style{margin:0;padding:0;list-style-position:inside}</style><title>Funix</title><script defer="defer" src="/static/js/main.ff2fb548.js"></script><link href="/static/css/main.4efb37a3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

backend/funix/build/static/js/main.279c7e85.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

backend/funix/build/static/js/main.ff2fb548.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/funix/build/static/js/main.279c7e85.js.LICENSE.txt renamed to backend/funix/build/static/js/main.ff2fb548.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ PERFORMANCE OF THIS SOFTWARE.
9797
*/
9898

9999
/**
100-
* @mui/styled-engine v5.15.9
100+
* @mui/styled-engine v5.14.7
101101
*
102102
* @license MIT
103103
* This source code is licensed under the MIT license found in the

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "funix"
3-
version = "0.5.8"
3+
version = "0.5.9"
44
authors = [
55
{name = "Textea Inc.", email = "forrestbao@gmail.com"}
66
]

0 commit comments

Comments
 (0)