Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbarlow committed Feb 12, 2024
1 parent 0eba08d commit 201de50
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.0.12](https://github.com/jnbarlow/monero-dashboard/compare/v1.0.11...v1.0.12)
## [v1.1.0](https://github.com/jnbarlow/monero-dashboard/compare/v1.0.11...v1.1.0)

### Merged

Expand All @@ -16,6 +16,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits

- Fixed Spelling error [`d65fabf`](https://github.com/jnbarlow/monero-dashboard/commit/d65fabfc6997052541c469cba9aa001b42c59caa)
- built version 1.0.12 [`0eba08d`](https://github.com/jnbarlow/monero-dashboard/commit/0eba08d6a98f5fbea1930ecf94da7bf55c1af0ef)
- Fixed version checking/cache busting. [`10d0919`](https://github.com/jnbarlow/monero-dashboard/commit/10d0919c8e88092f33d23a786f7d38e7d6a28722)
- undo an oopsie [`598e5de`](https://github.com/jnbarlow/monero-dashboard/commit/598e5def8e183b4ec26c90cdc4344bc42c598954)

Expand Down
6 changes: 3 additions & 3 deletions client/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"files": {
"main.css": "/static/css/main.70aa9e8c.css",
"main.js": "/static/js/main.b9fef485.js",
"main.js": "/static/js/main.6fbf5c09.js",
"static/js/377.ccfaec47.chunk.js": "/static/js/377.ccfaec47.chunk.js",
"static/media/qr.jpg": "/static/media/qr.1dbdb838d82f2aee2a14.jpg",
"index.html": "/index.html",
"main.70aa9e8c.css.map": "/static/css/main.70aa9e8c.css.map",
"main.b9fef485.js.map": "/static/js/main.b9fef485.js.map",
"main.6fbf5c09.js.map": "/static/js/main.6fbf5c09.js.map",
"377.ccfaec47.chunk.js.map": "/static/js/377.ccfaec47.chunk.js.map"
},
"entrypoints": [
"static/css/main.70aa9e8c.css",
"static/js/main.b9fef485.js"
"static/js/main.6fbf5c09.js"
]
}
2 changes: 1 addition & 1 deletion client/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="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Monero Dashboard</title><script defer="defer" src="/static/js/main.b9fef485.js"></script><link href="/static/css/main.70aa9e8c.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="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Monero Dashboard</title><script defer="defer" src="/static/js/main.6fbf5c09.js"></script><link href="/static/css/main.70aa9e8c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "version": "1.0.12" }
{ "version": "1.1.0" }
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monero-dashboard",
"version": "1.0.12",
"version": "1.1.0",
"description": "Monero Dashboard for pulling useful information from a local full node.",
"main": "server/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "version": "1.0.12" }
{ "version": "1.1.0" }

0 comments on commit 201de50

Please sign in to comment.