@patterkit/runtime 0.5.1 → 0.7.0

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -33,6 +33,16 @@ version number always means the same runtime behaviour. This package is versione
33
33
 
34
34
  ## [Unreleased]
35
35
 
36
+ ## [0.7.0] - 2026-08-29
37
+
38
+ ### Changed
39
+
40
+ - Version bump only, to keep the four Patterplay runtimes in lockstep. The fix in this release is
41
+ Unreal's: a `UPatterFlow` held across a save load pointed at freed memory, because the core rebuilt
42
+ its flows underneath the wrapper. This runtime is reference counted and never had that fault.
43
+
44
+ ## [0.6.0] - 2026-08-25
45
+
36
46
  ### Added
37
47
 
38
48
  - **The `quality` property type: a story stage as an ordered ladder of named stages.** The value is a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patterkit/runtime",
3
- "version": "0.5.1",
3
+ "version": "0.7.0",
4
4
  "description": "Patter reference runtime: load a bundle and play dialogue - flows, selectors, choices, jumps, effects, properties. Built on @wildwinter/expr + scoperegistry.",
5
5
  "type": "module",
6
6
  "license": "MIT",