mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	chore(desktop): fix version
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@triliumnext/desktop", |   "name": "@triliumnext/desktop", | ||||||
|   "version": "0.0.1", |   "version": "0.94.0", | ||||||
|   "description": "Build your personal knowledge base with TriliumNext Notes", |   "description": "Build your personal knowledge base with TriliumNext Notes", | ||||||
|   "private": true, |   "private": true, | ||||||
|   "main": "main.cjs", |   "main": "main.cjs", | ||||||
|   | |||||||
| @@ -116,7 +116,9 @@ | |||||||
|         "executor": "@nx/js:node", |         "executor": "@nx/js:node", | ||||||
|         "dependsOn": [ |         "dependsOn": [ | ||||||
|           { |           { | ||||||
|             "projects": [ "client" ], |             "projects": [ | ||||||
|  |               "client" | ||||||
|  |             ], | ||||||
|             "target": "serve" |             "target": "serve" | ||||||
|           }, |           }, | ||||||
|           "build-without-client" |           "build-without-client" | ||||||
|   | |||||||
| @@ -26,7 +26,7 @@ function getVersion(packageJsonPath: string) { | |||||||
| function main() { | function main() { | ||||||
|     const version = getVersion(join(__dirname, "..", "package.json")); |     const version = getVersion(join(__dirname, "..", "package.json")); | ||||||
|  |  | ||||||
|     for (const appName of ["server", "client"]) { |     for (const appName of ["server", "client", "desktop"]) { | ||||||
|         patchPackageJson(join(__dirname, "..", "apps", appName, "package.json"), version); |         patchPackageJson(join(__dirname, "..", "apps", appName, "package.json"), version); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user