@gencode/acp 0.0.5 → 0.0.7

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @gencode/acp
2
2
 
3
+ ## 0.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [189ba29]
8
+ - @gencode/shared@0.2.1
9
+
10
+ ## 0.0.6
11
+
12
+ ### Patch Changes
13
+
14
+ - ace4220: Add thread goal audit events, live goal status updates, and objective-change steering across the goal control flow.
15
+ - Updated dependencies [ace4220]
16
+ - Updated dependencies [7cd5fcc]
17
+ - @gencode/shared@0.2.0
18
+
19
+ ## 0.0.5
20
+
21
+ ### Patch Changes
22
+
23
+ - Align the package changelog with the current published version after versioning.
24
+ - Updated dependencies
25
+ - @gencode/shared@0.1.2
26
+
3
27
  ## 0.0.4
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gencode/acp",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -13,7 +13,7 @@
13
13
  "CHANGELOG.md"
14
14
  ],
15
15
  "dependencies": {
16
- "@gencode/shared": "0.1.2"
16
+ "@gencode/shared": "0.2.1"
17
17
  },
18
18
  "devDependencies": {},
19
19
  "scripts": {