From 1b9475f58614e0d44b056b02b286e39f5200e7eb Mon Sep 17 00:00:00 2001 From: Alexander Chernyshev Date: Thu, 13 Nov 2025 00:41:21 +0300 Subject: [PATCH 1/3] fix: bumped node.js version for pipeline and fixed plugin version in package-lock.json --- .github/workflows/release.yml | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20e3b97..5b95d23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22.x' cache: 'npm' - name: Install dependencies diff --git a/package-lock.json b/package-lock.json index c66ed9b..3a56f46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "graph-link-types", - "version": "0.3.4", + "version": "0.3.3", "license": "MIT", "dependencies": { "markdown-link-extractor": "^3.1.0", From 921d7cae625caf33bb7c84c3ae7d558607a12973 Mon Sep 17 00:00:00 2001 From: Alexander Chernyshev Date: Thu, 13 Nov 2025 00:42:54 +0300 Subject: [PATCH 2/3] chore: removed master branch mentions since the default branch was renamed to main --- .github/workflows/release.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b95d23..b05209d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: - branches: [ main, master ] + branches: [ main ] # Uncomment to allow manual triggering # workflow_dispatch: diff --git a/package.json b/package.json index 3966367..cfed1dc 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "pixi.js": "^7.3.3" }, "release": { - "branches": ["main", "master"], + "branches": ["main"], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", From dd0e88a530a85417152b71ae8c879c45fab72986 Mon Sep 17 00:00:00 2001 From: Alexander Chernyshev Date: Thu, 13 Nov 2025 00:44:13 +0300 Subject: [PATCH 3/3] chore: readme clarification on sponsorship links to original author. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ff4f4f..d23d0cf 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Summary > NOTE: This fork isn't meant for public service. I'm just fixing things for myself for an abandoned Obsidian plugin. PRs are welcome though. +> I'm keeping original author info and sponsorship links. Graph Link Types is a plugin for Obsidian.md that enhances the graph-view by rendering link types dynamically. This plugin leverages the Dataview API and PIXI.js to create a more informative and interactive graph experience. By displaying the types of links between notes, it provides a clearer understanding of the relationships within your Obsidian vault.