From 5e60e2e6888e08ce3f52bbff651865ffa9c98979 Mon Sep 17 00:00:00 2001 From: kumagallium Date: Fri, 4 Sep 2026 17:55:27 +0900 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 54235ec2b..d2efd4bed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "graphium", "private": true, - "version": "0.53.0", + "version": "0.54.0", "description": "Block-based note editor with PROV-DM provenance tracking — built on BlockNote.js", "type": "module", "license": "Apache-2.0", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9c75e1dad..3291d5ef4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/nicedoc/tauri/refs/heads/dev/crates/tauri-config-schema/schema.json", "productName": "Graphium", - "version": "0.53.0", + "version": "0.54.0", "identifier": "com.graphium.app", "build": { "frontendDist": "../dist", From 71a96257f15f64299418f956a6fbcea1e1586589 Mon Sep 17 00:00:00 2001 From: kumagallium Date: Fri, 4 Sep 2026 17:55:28 +0900 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb0fba8e..00bacef79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.54.0](https://github.com/kumagallium/Graphium/compare/v0.53.0...v0.54.0) - 2026-09-04 + +- [docs] Add shared library screenshots to the manual by @kumagallium in https://github.com/kumagallium/Graphium/pull/834 +- [feat] Mirror labels, processes, and note attachments in the shared library by @kumagallium in https://github.com/kumagallium/Graphium/pull/835 +- [feat] Share a page as a team template and reuse it from the library and /template by @kumagallium in https://github.com/kumagallium/Graphium/pull/837 + ## [v0.53.0](https://github.com/kumagallium/Graphium/compare/v0.52.0...v0.53.0) - 2026-09-03 - [feat] Show and filter shared notes by the folder they were shared from by @kumagallium in https://github.com/kumagallium/Graphium/pull/831