@authorbot/domain 0.1.27 → 0.1.29
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.
- package/CHANGELOG.md +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,21 @@ 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.29
|
|
13
|
+
|
|
14
|
+
- **The chapter edit box stays aligned with the reading column.** It no longer
|
|
15
|
+
stretches across the full browser width at the bottom of a chapter.
|
|
16
|
+
- No book-format migration or database migration is required for this release.
|
|
17
|
+
|
|
18
|
+
## 0.1.28
|
|
19
|
+
|
|
20
|
+
- **Review draft can read the chapter in deployed books again.** The redesigned
|
|
21
|
+
Drafts view could list a draft from the database, but opening it asked the
|
|
22
|
+
Worker for repository text through a reader that is intentionally absent in
|
|
23
|
+
production. Chapter editing and Work task bundles now read through the
|
|
24
|
+
project coordinator that owns GitHub access.
|
|
25
|
+
- No book-format migration or database migration is required for this release.
|
|
26
|
+
|
|
12
27
|
## 0.1.27
|
|
13
28
|
|
|
14
29
|
- **The reading site and author console have been redesigned together.** The
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authorbot/domain",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.29",
|
|
4
4
|
"description": "Pure domain logic for Authorbot: role/scope authorization, annotation and Git-operation state machines, command validators, and token/session value rules (Phase 2 contract section 3)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"authorbot",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"zod": "^4.0.0",
|
|
43
|
-
"@authorbot/schemas": "0.1.
|
|
43
|
+
"@authorbot/schemas": "0.1.29"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^22.0.0",
|