From 6a9d933d5e2dafda5d0f5fd3a9e46a0f34fd5561 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:27:30 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/custom-data-store.md | 15 --------------- packages/hyperbook/CHANGELOG.md | 15 +++++++++++++++ packages/hyperbook/package.json | 2 +- packages/markdown/CHANGELOG.md | 15 +++++++++++++++ packages/markdown/package.json | 2 +- platforms/vscode/CHANGELOG.md | 20 ++++++++++++++++++++ platforms/vscode/package.json | 2 +- 7 files changed, 53 insertions(+), 18 deletions(-) delete mode 100644 .changeset/custom-data-store.md diff --git a/.changeset/custom-data-store.md b/.changeset/custom-data-store.md deleted file mode 100644 index 2e54caa1..00000000 --- a/.changeset/custom-data-store.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@hyperbook/markdown": minor -"hyperbook": minor -"hyperbook-studio": minor ---- - -Add custom data table to Dexie store for user-managed state persistence - -This adds a new `custom` table to the Hyperbook Dexie store, enabling users to persist arbitrary JSON data in the browser's IndexedDB. - -Features: -- New `custom` table with schema `id, payload` for storing user-defined data -- Comprehensive documentation in the advanced section showing how to use the API -- Automatic inclusion in existing export/import functionality -- Full support for storing and retrieving JSON data using `store.custom.put()` and `store.custom.get()` diff --git a/packages/hyperbook/CHANGELOG.md b/packages/hyperbook/CHANGELOG.md index d3c65929..457a5eb3 100644 --- a/packages/hyperbook/CHANGELOG.md +++ b/packages/hyperbook/CHANGELOG.md @@ -1,5 +1,20 @@ # hyperbook +## 0.67.0 + +### Minor Changes + +- [#1035](https://github.com/openpatch/hyperbook/pull/1035) [`c4fddb6`](https://github.com/openpatch/hyperbook/commit/c4fddb66b15ab2808998296a0e7aa51a6e565193) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add custom data table to Dexie store for user-managed state persistence + + This adds a new `custom` table to the Hyperbook Dexie store, enabling users to persist arbitrary JSON data in the browser's IndexedDB. + + Features: + + - New `custom` table with schema `id, payload` for storing user-defined data + - Comprehensive documentation in the advanced section showing how to use the API + - Automatic inclusion in existing export/import functionality + - Full support for storing and retrieving JSON data using `store.custom.put()` and `store.custom.get()` + ## 0.66.0 ### Minor Changes diff --git a/packages/hyperbook/package.json b/packages/hyperbook/package.json index dd176f4c..b8bb5f67 100644 --- a/packages/hyperbook/package.json +++ b/packages/hyperbook/package.json @@ -1,6 +1,6 @@ { "name": "hyperbook", - "version": "0.66.0", + "version": "0.67.0", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT", diff --git a/packages/markdown/CHANGELOG.md b/packages/markdown/CHANGELOG.md index 90c73373..2748d0a1 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,20 @@ # @hyperbook/markdown +## 0.41.0 + +### Minor Changes + +- [#1035](https://github.com/openpatch/hyperbook/pull/1035) [`c4fddb6`](https://github.com/openpatch/hyperbook/commit/c4fddb66b15ab2808998296a0e7aa51a6e565193) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add custom data table to Dexie store for user-managed state persistence + + This adds a new `custom` table to the Hyperbook Dexie store, enabling users to persist arbitrary JSON data in the browser's IndexedDB. + + Features: + + - New `custom` table with schema `id, payload` for storing user-defined data + - Comprehensive documentation in the advanced section showing how to use the API + - Automatic inclusion in existing export/import functionality + - Full support for storing and retrieving JSON data using `store.custom.put()` and `store.custom.get()` + ## 0.40.0 ### Minor Changes diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 767b1de5..24f83d45 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/markdown", - "version": "0.40.0", + "version": "0.41.0", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT", diff --git a/platforms/vscode/CHANGELOG.md b/platforms/vscode/CHANGELOG.md index be77ee7f..b1b26d48 100644 --- a/platforms/vscode/CHANGELOG.md +++ b/platforms/vscode/CHANGELOG.md @@ -1,5 +1,25 @@ # @hyperbook/vscode-extension +## 0.43.0 + +### Minor Changes + +- [#1035](https://github.com/openpatch/hyperbook/pull/1035) [`c4fddb6`](https://github.com/openpatch/hyperbook/commit/c4fddb66b15ab2808998296a0e7aa51a6e565193) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add custom data table to Dexie store for user-managed state persistence + + This adds a new `custom` table to the Hyperbook Dexie store, enabling users to persist arbitrary JSON data in the browser's IndexedDB. + + Features: + + - New `custom` table with schema `id, payload` for storing user-defined data + - Comprehensive documentation in the advanced section showing how to use the API + - Automatic inclusion in existing export/import functionality + - Full support for storing and retrieving JSON data using `store.custom.put()` and `store.custom.get()` + +### Patch Changes + +- Updated dependencies [[`c4fddb6`](https://github.com/openpatch/hyperbook/commit/c4fddb66b15ab2808998296a0e7aa51a6e565193)]: + - @hyperbook/markdown@0.41.0 + ## 0.42.0 ### Minor Changes diff --git a/platforms/vscode/package.json b/platforms/vscode/package.json index 003939d6..cc69503f 100644 --- a/platforms/vscode/package.json +++ b/platforms/vscode/package.json @@ -11,7 +11,7 @@ }, "homepage": "https://hyperbook.openpatch.org", "main": "./out/extension.js", - "version": "0.42.0", + "version": "0.43.0", "engines": { "vscode": "^1.71.0" }, From 860da95ef9f9e4c6c0b3df4fed02af6951ba53a4 Mon Sep 17 00:00:00 2001 From: Mike Barkmin Date: Wed, 12 Nov 2025 10:42:19 +0100 Subject: [PATCH 2/2] Aktualisieren von changelog.md --- website/en/book/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/en/book/changelog.md b/website/en/book/changelog.md index fff00f8c..925826cb 100644 --- a/website/en/book/changelog.md +++ b/website/en/book/changelog.md @@ -38,7 +38,7 @@ If you need a new feature, open an [issue](https://github.com/openpatch/hyperboo :::: --> -## v0.66.0 +## v0.67.0 ::::tabs