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" }, 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