@authorbot/schemas 0.1.26 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,26 @@ Every published package shares this version. A tag builds, tests, and publishes
9
9
  all of them together, so `@authorbot/cli@0.1.15` and `@authorbot/api@0.1.15` are
10
10
  always the same commit.
11
11
 
12
+ ## 0.1.28
13
+
14
+ - **Review draft can read the chapter in deployed books again.** The redesigned
15
+ Drafts view could list a draft from the database, but opening it asked the
16
+ Worker for repository text through a reader that is intentionally absent in
17
+ production. Chapter editing and Work task bundles now read through the
18
+ project coordinator that owns GitHub access.
19
+ - No book-format migration or database migration is required for this release.
20
+
21
+ ## 0.1.27
22
+
23
+ - **The reading site and author console have been redesigned together.** The
24
+ reader now has clearer book navigation, chapter context, responsive story
25
+ views, and exact inline annotation highlights. Authors get focused Work,
26
+ Settings, and Access consoles with honest conflict handling, accessible
27
+ controls, and account-aware navigation.
28
+ - Outline, Timeline, and Characters now expose the book's planning structure
29
+ directly, including the planning method selected in `book.yml`.
30
+ - No book-format migration or database migration is required for this release.
31
+
12
32
  ## 0.1.26
13
33
 
14
34
  - Removed every em-dash and en-dash from the tool's output, docs, and code. No
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authorbot/schemas",
3
- "version": "0.1.26",
3
+ "version": "0.1.28",
4
4
  "description": "Zod v4 schemas, inferred TypeScript types, and generated JSON Schemas for Authorbot book-repository artifacts (Phase 0 contract section 4)",
5
5
  "keywords": [
6
6
  "authorbot",