@davidorex/pi-project-workflows 0.28.0 → 0.29.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 +4 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.29.0] - 2026-06-04
6
+
7
+ ## [0.28.1] - 2026-06-03
8
+
5
9
  ## [0.28.0] - 2026-06-03
6
10
  - Lockstep changes accumulating since v0.26.0; see member-package changelogs (pi-context, pi-workflows, pi-behavior-monitors, pi-agent-dispatch). The v0.27.0 tag is unpublished, so its bundled member changes remain unreleased here until the next publish.
7
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davidorex/pi-project-workflows",
3
- "version": "0.28.0",
3
+ "version": "0.29.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -33,9 +33,9 @@
33
33
  ]
34
34
  },
35
35
  "dependencies": {
36
- "@davidorex/pi-context": "^0.28.0",
37
- "@davidorex/pi-workflows": "^0.28.0",
38
- "@davidorex/pi-behavior-monitors": "^0.28.0",
39
- "@davidorex/pi-agent-dispatch": "^0.28.0"
36
+ "@davidorex/pi-context": "^0.29.0",
37
+ "@davidorex/pi-workflows": "^0.29.0",
38
+ "@davidorex/pi-behavior-monitors": "^0.29.0",
39
+ "@davidorex/pi-agent-dispatch": "^0.29.0"
40
40
  }
41
41
  }