@holdyourvoice/hyv 2.9.7 → 2.9.8
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 +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
All notable CLI changes. Also mirrored to [holdyourvoice.com/changelog](https://holdyourvoice.com/changelog) for user-facing releases.
|
|
4
4
|
|
|
5
|
+
## [2.9.7] — 2026-06-12
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
- `hyv sync` — profiles with spaces or missing slugs (e.g. "Say About Us") no longer crash with "Invalid profile name"
|
|
9
|
+
- Welcome step 4 — clearer sync failure messages (HTTP status / server error)
|
|
10
|
+
|
|
11
|
+
## [2.9.6] — 2026-06-12
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
- Welcome profile sync — server accepts `content` markdown from step 4 (upsert, no duplicate-profile 403)
|
|
15
|
+
- Dashboard handoff — opens `/app/billing` with session cookie; falls back to billing URL if handoff fails
|
|
16
|
+
- Edge worker handles `/cli/auth/web-handoff` (no container lag)
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
- `hyv open dashboard` and paid-feature copy point to `/app` not `/dashboard`
|
|
20
|
+
|
|
5
21
|
## [2.9.5] — 2026-06-12
|
|
6
22
|
|
|
7
23
|
### Fixed
|
package/package.json
CHANGED