@glw907/cairn-cms 0.56.0 → 0.56.1

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 CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project are recorded here, most recent first.
4
4
 
5
+ ## 0.56.1
6
+
7
+ Test and CI reliability only; the published library is unchanged from 0.56.0. The component test job
8
+ flaked in CI on the editor's heavier pages because the editor's per-browser preferences live in
9
+ localStorage and nothing cleared it between tests, so a leaked zen preference could hide the toolbar a
10
+ later test waited for. localStorage is now isolated before each component test, with a regression
11
+ guard, plus a retry on the browser test project and steadier waits in the insert-dialog tests. No
12
+ consumer action.
13
+
5
14
  ## 0.56.0
6
15
 
7
16
  Two passes ship together: the markdown editor's folding gets a proper home, and the engine's gates,
package/README.md CHANGED
@@ -52,9 +52,10 @@ doesn't, cairn is the wrong tool and will not try to meet you halfway.
52
52
 
53
53
  ## Status
54
54
 
55
- cairn-cms runs the two production sites above. It is `0.x` and breaks between minor versions,
56
- so pin a caret range and read the [CHANGELOG](./CHANGELOG.md) before bumping; every breaking
57
- entry carries a "Consumers must" line. The author is still working through the core-feature
55
+ cairn-cms runs the two production sites above. It is `0.x`, and the version position signals scale:
56
+ a minor bump (`0.X.0`) carries a significant new feature and may break, while a patch (`0.X.Y`) is a
57
+ safe fix, polish, or tooling change. Pin a caret range and read the [CHANGELOG](./CHANGELOG.md)
58
+ before taking a minor; every breaking entry carries a "Consumers must" line. The author is still working through the core-feature
58
59
  [ROADMAP](./ROADMAP.md), and the project stays closely held until that core lands. A
59
60
  contributor who feels inspired is welcome to open an issue or a discussion; there is no
60
61
  formal contribution process yet, so this is not an open call for pull requests.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glw907/cairn-cms",
3
- "version": "0.56.0",
3
+ "version": "0.56.1",
4
4
  "description": "Embedded, magic-link, GitHub-committing CMS for SvelteKit/Cloudflare sites.",
5
5
  "type": "module",
6
6
  "sideEffects": [