Skip to content

Commit

Permalink
v3.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefau committed Sep 12, 2024
1 parent a21d83c commit 02d7401
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 91 deletions.
8 changes: 4 additions & 4 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "jarvis",
"version": "3.2.0-beta.75",
"version": "3.2.0-rc.1",
"titleLang": {
"en": "jarvis - just another remarkable vis",
"uk": "jarvis - just another remarkable vis",
Expand Down Expand Up @@ -332,8 +332,8 @@
}
],
"custom": {
"version": "3.2.0-beta.75",
"ts": "1726093786",
"date": "2024-09-11"
"version": "3.2.0-rc.1",
"ts": "1726176480",
"date": "2024-09-12"
}
}
2 changes: 1 addition & 1 deletion lib/jarvis.server.instance.js

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

14 changes: 6 additions & 8 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"lib": "lib"
},
"engines": {
"node": ">= 18",
"node": ">= 20",
"npm": ">= 9.3.1",
"yarn": ">= 1.21.1"
},
Expand All @@ -77,6 +77,5 @@
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"translate": "gulp translateAndUpdateWordsJS"
},
"version": "3.2.0-beta.75"
}
}
2 changes: 1 addition & 1 deletion www/jarvis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
configurable: true
});
}</script> <script type="module" crossorigin src="/jarvis/js/index-8e6349ca.js"></script>
}</script> <script type="module" crossorigin src="/jarvis/js/index-1599f158.js"></script>
<link rel="stylesheet" href="/jarvis/assets/index.4ca9d89f.css">
</head><body><div id=q-app></div></body></html>
Loading

0 comments on commit 02d7401

Please sign in to comment.