From 483e03e2de8225ac38f0ae5cde317ab664ad846d Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 25 May 2025 11:58:00 +0100 Subject: [PATCH] Bump versions to 0.3.15 --- backend/Cargo.lock | 6 +++--- backend/Cargo.toml | 2 +- backend/sync_lib/pkg/package.json | 2 +- frontend/obsidian-plugin/manifest.json | 2 +- frontend/obsidian-plugin/package.json | 2 +- frontend/package-lock.json | 8 ++++---- frontend/sync-client/package.json | 2 +- frontend/test-client/package.json | 2 +- manifest.json | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f33914fb..adbb5d20 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1928,7 +1928,7 @@ dependencies = [ [[package]] name = "reconcile" -version = "0.3.14" +version = "0.3.15" dependencies = [ "insta", "pretty_assertions", @@ -2547,7 +2547,7 @@ dependencies = [ [[package]] name = "sync_lib" -version = "0.3.14" +version = "0.3.15" dependencies = [ "base64 0.22.1", "console_error_panic_hook", @@ -2560,7 +2560,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.3.14" +version = "0.3.15" dependencies = [ "aide", "aide-axum-typed-multipart", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index ad8d2d09..a12333c3 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -12,7 +12,7 @@ authors = ["Andras Schmelczer "] edition = "2024" license = "MIT" repository = "https://github.com/schmelczer/vault-link" -version = "0.3.14" +version = "0.3.15" [workspace.dependencies] serde = { version = "1.0.219", default-features = false, features = ["derive"] } diff --git a/backend/sync_lib/pkg/package.json b/backend/sync_lib/pkg/package.json index babe4225..9fe627d6 100644 --- a/backend/sync_lib/pkg/package.json +++ b/backend/sync_lib/pkg/package.json @@ -4,7 +4,7 @@ "collaborators": [ "Andras Schmelczer " ], - "version": "0.3.14", + "version": "0.3.15", "license": "MIT", "repository": { "type": "git", diff --git a/frontend/obsidian-plugin/manifest.json b/frontend/obsidian-plugin/manifest.json index 8ea69649..af653f50 100644 --- a/frontend/obsidian-plugin/manifest.json +++ b/frontend/obsidian-plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.3.14", + "version": "0.3.15", "minAppVersion": "0.0.0", "description": "Self-hosted synchronization and collaboration for your Vault.", "author": "Andras Schmelczer", diff --git a/frontend/obsidian-plugin/package.json b/frontend/obsidian-plugin/package.json index e4689b04..cf72934b 100644 --- a/frontend/obsidian-plugin/package.json +++ b/frontend/obsidian-plugin/package.json @@ -1,6 +1,6 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.3.14", + "version": "0.3.15", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f0eeb90e..a7b5cc01 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ }, "../backend/sync_lib/pkg": { "name": "sync_lib", - "version": "0.3.14", + "version": "0.3.15", "dev": true, "license": "MIT" }, @@ -7863,7 +7863,7 @@ }, "obsidian-plugin": { "name": "vault-link-obsidian-plugin", - "version": "0.3.14", + "version": "0.3.15", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", @@ -7891,7 +7891,7 @@ } }, "sync-client": { - "version": "0.3.14", + "version": "0.3.15", "dependencies": { "byte-base64": "^1.1.0", "minimatch": "^10.0.1", @@ -7940,7 +7940,7 @@ } }, "test-client": { - "version": "0.3.14", + "version": "0.3.15", "bin": { "test-client": "dist/cli.js" }, diff --git a/frontend/sync-client/package.json b/frontend/sync-client/package.json index 79693be3..655dd8a4 100644 --- a/frontend/sync-client/package.json +++ b/frontend/sync-client/package.json @@ -1,6 +1,6 @@ { "name": "sync-client", - "version": "0.3.14", + "version": "0.3.15", "main": "dist/sync-client.node.js", "browser": "dist/sync-client.web.js", "types": "dist/types/index.d.ts", diff --git a/frontend/test-client/package.json b/frontend/test-client/package.json index 93b071dd..73c6cd7d 100644 --- a/frontend/test-client/package.json +++ b/frontend/test-client/package.json @@ -1,6 +1,6 @@ { "name": "test-client", - "version": "0.3.14", + "version": "0.3.15", "private": true, "bin": { "test-client": "./dist/cli.js" diff --git a/manifest.json b/manifest.json index 8ea69649..af653f50 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.3.14", + "version": "0.3.15", "minAppVersion": "0.0.0", "description": "Self-hosted synchronization and collaboration for your Vault.", "author": "Andras Schmelczer",