Compare commits

..

3 Commits

Author SHA1 Message Date
Philipinho de57d05199 0.10.2 2025-04-15 12:48:40 +01:00
Philipinho 89ec990232 sync ee 2025-04-15 12:46:28 +01:00
Philipinho 49d0f1cc9a Add click handler 2025-04-11 13:41:43 +01:00
5 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "client",
"private": true,
"version": "0.10.1",
"version": "0.10.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
@@ -35,6 +35,12 @@ export default function AppVersion() {
position="middle-end"
style={{ cursor: "pointer" }}
disabled={!hasUpdate}
onClick={() => {
window.open(
"https://github.com/docmost/docmost/releases",
"_blank",
);
}}
>
<Text
size="sm"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.10.1",
"version": "0.10.2",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "docmost",
"homepage": "https://docmost.com",
"version": "0.10.1",
"version": "0.10.2",
"private": true,
"scripts": {
"build": "nx run-many -t build",