Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Mar 24, 2024
1 parent de09af7 commit a0fcca0
Show file tree
Hide file tree
Showing 16 changed files with 190 additions and 75 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
# the Node.js versions to build on
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.

### Added

- [workflow]: All packages now have a workflow.
- [workflow]: All packages now have a workflow on GitHub.
- [frontend]: Frontend got updated to 0.8.4.

## [1.2.0] - 2024-03-23
Expand Down
12 changes: 6 additions & 6 deletions frontend/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/static/css/main.b996bc4e.css",
"main.js": "/static/js/main.a14f33a3.js",
"main.css": "/static/css/main.61f6cf42.css",
"main.js": "/static/js/main.feac417a.js",
"static/js/453.d855a71b.chunk.js": "/static/js/453.d855a71b.chunk.js",
"index.html": "/index.html",
"main.b996bc4e.css.map": "/static/css/main.b996bc4e.css.map",
"main.a14f33a3.js.map": "/static/js/main.a14f33a3.js.map",
"main.61f6cf42.css.map": "/static/css/main.61f6cf42.css.map",
"main.feac417a.js.map": "/static/js/main.feac417a.js.map",
"453.d855a71b.chunk.js.map": "/static/js/453.d855a71b.chunk.js.map"
},
"entrypoints": [
"static/css/main.b996bc4e.css",
"static/js/main.a14f33a3.js"
"static/css/main.61f6cf42.css",
"static/js/main.feac417a.js"
]
}
2 changes: 1 addition & 1 deletion frontend/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="/manifest.json"/><script defer="defer" src="/static/js/main.a14f33a3.js"></script><link href="/static/css/main.b996bc4e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="/manifest.json"/><script defer="defer" src="/static/js/main.feac417a.js"></script><link href="/static/css/main.61f6cf42.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/build/static/css/main.61f6cf42.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion frontend/build/static/css/main.b996bc4e.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions frontend/build/static/js/main.a14f33a3.js

This file was deleted.

1 change: 0 additions & 1 deletion frontend/build/static/js/main.a14f33a3.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions frontend/build/static/js/main.feac417a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions frontend/build/static/js/main.feac417a.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit a0fcca0

Please sign in to comment.