From 3a0f99e3832e5e288ad586ed856252f829a828ec Mon Sep 17 00:00:00 2001 From: ClaudiaFang Date: Tue, 16 Jun 2026 03:53:17 +0000 Subject: [PATCH 1/2] fix(ci): switch to shared workflow v1 and fix repository url --- .github/workflows/ci.yml | 2 +- .releaserc.json | 1 + package.json | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58833f2..a6677ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: jobs: CI: - uses: firstsun-dev/.github/.github/workflows/obsidian-plugin-ci.yml@main + uses: firstsun-dev/.github/.github/workflows/obsidian-plugin-ci.yml@v1 with: plugin-id: "git-file-sync" skip-sonar: ${{ vars.ENABLE_CI_SONAR != 'true' }} diff --git a/.releaserc.json b/.releaserc.json index 2c02683..e8f22db 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -18,6 +18,7 @@ { "type": "build", "release": false }, { "type": "ci", "release": false }, { "type": "chore", "scope": "deps", "release": "patch" }, + { "type": "chore", "scope": "deps-dev", "release": "patch" }, { "type": "chore", "release": false }, { "breaking": true, "release": "major" } ] diff --git a/package.json b/package.json index 1e9f2b3..fd2dd93 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "main": "main.js", "type": "module", "author": "ClaudiaFang", - "repository": "github:firstsun-dev/git-files-sync", + "repository": { + "type": "git", + "url": "git+https://github.com/firstsun-dev/git-files-sync.git" + }, "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", From e18851934a01c1ba005c96c26516f20cddfa7fa7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Jun 2026 03:54:45 +0000 Subject: [PATCH 2/2] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/firstsun-dev/git-files-sync/compare/1.1.0...1.1.1) (2026-06-16) ### Bug Fixes * **ci:** switch to shared workflow v1 and fix repository url ([3a0f99e](https://github.com/firstsun-dev/git-files-sync/commit/3a0f99e3832e5e288ad586ed856252f829a828ec)) --- CHANGELOG.md | 6 ++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efaad64..55ca7f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.1](https://github.com/firstsun-dev/git-files-sync/compare/1.1.0...1.1.1) (2026-06-16) + +### Bug Fixes + +* **ci:** switch to shared workflow v1 and fix repository url ([3a0f99e](https://github.com/firstsun-dev/git-files-sync/commit/3a0f99e3832e5e288ad586ed856252f829a828ec)) + ## [1.1.0](https://github.com/firstsun-dev/git-files-sync/compare/1.0.6...1.1.0) (2026-06-16) ### Features diff --git a/manifest.json b/manifest.json index e84ebd7..cc17128 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "git-file-sync", "name": "Git File Sync", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "1.12.7", "description": "Selectively sync individual notes with GitLab or GitHub. Push, pull, diff, and resolve conflicts — file by file, on mobile and desktop.", "author": "ClaudiaFang", diff --git a/package.json b/package.json index fd2dd93..a350268 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-file-sync", - "version": "1.1.0", + "version": "1.1.1", "description": "Selectively sync individual notes with GitLab or GitHub. Push, pull, diff, and resolve conflicts — file by file, on mobile and desktop.", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 27c0968..8a4c4db 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.1.0": "1.12.7", "1.0.5": "1.12.7", - "1.0.6": "1.12.7" + "1.0.6": "1.12.7", + "1.1.1": "1.12.7" } \ No newline at end of file