From 0688033ff3bd5bd95b722dc5c3c9843ddb57a834 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 16 Mar 2025 20:15:23 +0000 Subject: [PATCH] Bump versions to 0.0.31 --- backend/Cargo.lock | 6 +++--- backend/Cargo.toml | 2 +- frontend/obsidian-plugin/manifest.json | 4 ++-- frontend/obsidian-plugin/package.json | 2 +- frontend/package-lock.json | 8 ++++---- frontend/sync-client/package.json | 4 ++-- frontend/test-client/package.json | 4 ++-- manifest.json | 4 ++-- scripts/bump-version.sh | 2 +- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 8eddadf..fd739b8 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1746,7 +1746,7 @@ dependencies = [ [[package]] name = "reconcile" -version = "0.0.30" +version = "0.0.31" dependencies = [ "insta", "pretty_assertions", @@ -2380,7 +2380,7 @@ dependencies = [ [[package]] name = "sync_lib" -version = "0.0.30" +version = "0.0.31" dependencies = [ "base64 0.22.1", "console_error_panic_hook", @@ -2393,7 +2393,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.0.30" +version = "0.0.31" dependencies = [ "aide", "aide-axum-typed-multipart", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 5c3768a..c9ee7d6 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.0.30" +version = "0.0.31" [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 7b7ca8c..319d4e9 100644 --- a/frontend/obsidian-plugin/manifest.json +++ b/frontend/obsidian-plugin/manifest.json @@ -1,10 +1,10 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.30", + "version": "0.0.31", "minAppVersion": "0.0.0", "description": "Self-hosted synchronization and collaboration for your Vault.", "author": "Andras Schmelczer", "authorUrl": "https://schmelczer.dev", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/frontend/obsidian-plugin/package.json b/frontend/obsidian-plugin/package.json index 7fcd9c0..b8a99d7 100644 --- a/frontend/obsidian-plugin/package.json +++ b/frontend/obsidian-plugin/package.json @@ -1,6 +1,6 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.0.30", + "version": "0.0.31", "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 fea89cd..2eafc99 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ }, "../backend/sync_lib/pkg": { "name": "sync_lib", - "version": "0.0.30", + "version": "0.0.31", "dev": true, "license": "MIT" }, @@ -6724,7 +6724,7 @@ }, "obsidian-plugin": { "name": "vault-link-obsidian-plugin", - "version": "0.0.30", + "version": "0.0.31", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", @@ -6752,7 +6752,7 @@ } }, "sync-client": { - "version": "0.0.0", + "version": "0.0.31", "dependencies": { "byte-base64": "^1.1.0", "fetch-retry": "^6.0.0", @@ -6776,7 +6776,7 @@ } }, "test-client": { - "version": "0.0.0", + "version": "0.0.31", "bin": { "test-client": "dist/cli.js" }, diff --git a/frontend/sync-client/package.json b/frontend/sync-client/package.json index f08b5f5..116aff3 100644 --- a/frontend/sync-client/package.json +++ b/frontend/sync-client/package.json @@ -1,6 +1,6 @@ { "name": "sync-client", - "version": "0.0.30", + "version": "0.0.31", "main": "dist/sync-client.node.js", "browser": "dist/sync-client.web.js", "types": "dist/types/index.d.ts", @@ -33,4 +33,4 @@ "webpack-merge": "^6.0.1", "sync_lib": "file:../../backend/sync_lib/pkg" } -} \ No newline at end of file +} diff --git a/frontend/test-client/package.json b/frontend/test-client/package.json index b11a4c4..dff66e3 100644 --- a/frontend/test-client/package.json +++ b/frontend/test-client/package.json @@ -1,6 +1,6 @@ { "name": "test-client", - "version": "0.0.30", + "version": "0.0.31", "private": true, "bin": { "test-client": "./dist/cli.js" @@ -20,4 +20,4 @@ "webpack": "^5.98.0", "webpack-cli": "^6.0.1" } -} \ No newline at end of file +} diff --git a/manifest.json b/manifest.json index 7b7ca8c..319d4e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.30", + "version": "0.0.31", "minAppVersion": "0.0.0", "description": "Self-hosted synchronization and collaboration for your Vault.", "author": "Andras Schmelczer", "authorUrl": "https://schmelczer.dev", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/scripts/bump-version.sh b/scripts/bump-version.sh index c8de483..f6f8609 100755 --- a/scripts/bump-version.sh +++ b/scripts/bump-version.sh @@ -40,7 +40,7 @@ npm install cd .. cp frontend/obsidian-plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update -Commit and tag +# Commit and tag git add . TAG=$(node -p "require('./plugin/package.json').version") git commit -m "Bump versions to $TAG"