Skip to content

Commit a3d1206

Browse files
Version Packages (#1036)
* Version Packages * Aktualisieren von changelog.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mike Barkmin <[email protected]>
1 parent c4fddb6 commit a3d1206

File tree

8 files changed

+54
-19
lines changed

8 files changed

+54
-19
lines changed

.changeset/custom-data-store.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/hyperbook/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# hyperbook
22

3+
## 0.67.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
This adds a new `custom` table to the Hyperbook Dexie store, enabling users to persist arbitrary JSON data in the browser's IndexedDB.
10+
11+
Features:
12+
13+
- New `custom` table with schema `id, payload` for storing user-defined data
14+
- Comprehensive documentation in the advanced section showing how to use the API
15+
- Automatic inclusion in existing export/import functionality
16+
- Full support for storing and retrieving JSON data using `store.custom.put()` and `store.custom.get()`
17+
318
## 0.66.0
419

520
### Minor Changes

packages/hyperbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperbook",
3-
"version": "0.66.0",
3+
"version": "0.67.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

packages/markdown/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @hyperbook/markdown
22

3+
## 0.41.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
This adds a new `custom` table to the Hyperbook Dexie store, enabling users to persist arbitrary JSON data in the browser's IndexedDB.
10+
11+
Features:
12+
13+
- New `custom` table with schema `id, payload` for storing user-defined data
14+
- Comprehensive documentation in the advanced section showing how to use the API
15+
- Automatic inclusion in existing export/import functionality
16+
- Full support for storing and retrieving JSON data using `store.custom.put()` and `store.custom.get()`
17+
318
## 0.40.0
419

520
### Minor Changes

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbook/markdown",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

platforms/vscode/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @hyperbook/vscode-extension
22

3+
## 0.43.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
This adds a new `custom` table to the Hyperbook Dexie store, enabling users to persist arbitrary JSON data in the browser's IndexedDB.
10+
11+
Features:
12+
13+
- New `custom` table with schema `id, payload` for storing user-defined data
14+
- Comprehensive documentation in the advanced section showing how to use the API
15+
- Automatic inclusion in existing export/import functionality
16+
- Full support for storing and retrieving JSON data using `store.custom.put()` and `store.custom.get()`
17+
18+
### Patch Changes
19+
20+
- Updated dependencies [[`c4fddb6`](https://github.com/openpatch/hyperbook/commit/c4fddb66b15ab2808998296a0e7aa51a6e565193)]:
21+
- @hyperbook/markdown@0.41.0
22+
323
## 0.42.0
424

525
### Minor Changes

platforms/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"homepage": "https://hyperbook.openpatch.org",
1313
"main": "./out/extension.js",
14-
"version": "0.42.0",
14+
"version": "0.43.0",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

website/en/book/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you need a new feature, open an [issue](https://github.com/openpatch/hyperboo
3838
::::
3939
-->
4040

41-
## v0.66.0
41+
## v0.67.0
4242

4343
::::tabs
4444

0 commit comments

Comments
 (0)