From 3e4e7d38d861cc8ded949ddea265ddf0048bb201 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Mon, 24 Mar 2025 21:16:32 +0000 Subject: [PATCH] Bump versions to 0.2.2 --- backend/Cargo.lock | 6 +++--- backend/Cargo.toml | 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 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index e5ecbaa..6292ef0 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1746,7 +1746,7 @@ dependencies = [ [[package]] name = "reconcile" -version = "0.2.1" +version = "0.2.2" dependencies = [ "insta", "pretty_assertions", @@ -2380,7 +2380,7 @@ dependencies = [ [[package]] name = "sync_lib" -version = "0.2.1" +version = "0.2.2" dependencies = [ "base64 0.22.1", "console_error_panic_hook", @@ -2393,7 +2393,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.2.1" +version = "0.2.2" dependencies = [ "aide", "aide-axum-typed-multipart", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1468eba..9c346af 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.2.1" +version = "0.2.2" [workspace.dependencies] serde = { version = "1.0.214", default-features = false, features = ["derive"] } diff --git a/frontend/obsidian-plugin/manifest.json b/frontend/obsidian-plugin/manifest.json index 69c0d8d..740b208 100644 --- a/frontend/obsidian-plugin/manifest.json +++ b/frontend/obsidian-plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.2.1", + "version": "0.2.2", "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 9ad44d8..5c6671d 100644 --- a/frontend/obsidian-plugin/package.json +++ b/frontend/obsidian-plugin/package.json @@ -1,6 +1,6 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.2.1", + "version": "0.2.2", "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 7c5344e..c1995ec 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ }, "../backend/sync_lib/pkg": { "name": "sync_lib", - "version": "0.2.1", + "version": "0.2.2", "dev": true, "license": "MIT" }, @@ -6720,7 +6720,7 @@ }, "obsidian-plugin": { "name": "vault-link-obsidian-plugin", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", @@ -6748,7 +6748,7 @@ } }, "sync-client": { - "version": "0.2.1", + "version": "0.2.2", "dependencies": { "byte-base64": "^1.1.0", "openapi-fetch": "0.13.5", @@ -6771,7 +6771,7 @@ } }, "test-client": { - "version": "0.2.1", + "version": "0.2.2", "bin": { "test-client": "dist/cli.js" }, diff --git a/frontend/sync-client/package.json b/frontend/sync-client/package.json index 1107f1a..5524df0 100644 --- a/frontend/sync-client/package.json +++ b/frontend/sync-client/package.json @@ -1,6 +1,6 @@ { "name": "sync-client", - "version": "0.2.1", + "version": "0.2.2", "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 89ab18e..c4e3e63 100644 --- a/frontend/test-client/package.json +++ b/frontend/test-client/package.json @@ -1,6 +1,6 @@ { "name": "test-client", - "version": "0.2.1", + "version": "0.2.2", "private": true, "bin": { "test-client": "./dist/cli.js" diff --git a/manifest.json b/manifest.json index 69c0d8d..740b208 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.2.1", + "version": "0.2.2", "minAppVersion": "0.0.0", "description": "Self-hosted synchronization and collaboration for your Vault.", "author": "Andras Schmelczer",