cedar-embeddable-editor 2.0.2 → 2.0.3

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
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.0.3] - 2026-08-27
11
+
12
+ This release aligns CEE's build-time model dependency with the public
13
+ `cedar-model-typescript-library@1.0.4` package. The model library remains compiled into CEE's
14
+ browser bundle and is not a runtime dependency for embedding applications.
15
+
16
+ ### Changed
17
+
18
+ - The application and visual-test dependency graphs now pin the same public
19
+ `cedar-model-typescript-library@1.0.4` tarball from npmjs.
20
+
10
21
  ## [2.0.2] - 2026-08-27
11
22
 
12
23
  The second stable release on the 2.x line adds field identities to required-value validation and
@@ -5,5 +5,5 @@
5
5
  "polyfills.js"
6
6
  ],
7
7
  "bytes": 2183062,
8
- "sha256": "bbcd976e2baed672c9a68851ebbadbed55544247daeb59adcd4422b79f219269"
8
+ "sha256": "b1e86f4a2b94331376a1d9d96af5a20e61dab401b393e116f0c6827b2a7e44a2"
9
9
  }