@davidorex/pi-project-workflows 0.28.0 → 0.28.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 +2 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.28.1] - 2026-06-03
|
|
6
|
+
|
|
5
7
|
## [0.28.0] - 2026-06-03
|
|
6
8
|
- 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
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@davidorex/pi-project-workflows",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.1",
|
|
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.
|
|
37
|
-
"@davidorex/pi-workflows": "^0.28.
|
|
38
|
-
"@davidorex/pi-behavior-monitors": "^0.28.
|
|
39
|
-
"@davidorex/pi-agent-dispatch": "^0.28.
|
|
36
|
+
"@davidorex/pi-context": "^0.28.1",
|
|
37
|
+
"@davidorex/pi-workflows": "^0.28.1",
|
|
38
|
+
"@davidorex/pi-behavior-monitors": "^0.28.1",
|
|
39
|
+
"@davidorex/pi-agent-dispatch": "^0.28.1"
|
|
40
40
|
}
|
|
41
41
|
}
|