@auto-engineer/information-architect 0.9.2 → 0.9.4

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
@@ -1,5 +1,29 @@
1
1
  # @auto-engineer/information-architect
2
2
 
3
+ ## 0.9.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @auto-engineer/ai-gateway@0.9.4
9
+ - @auto-engineer/message-bus@0.9.4
10
+
11
+ ## 0.9.3
12
+
13
+ ### Patch Changes
14
+
15
+ - [`7c6fcef`](https://github.com/SamHatoum/auto-engineer/commit/7c6fcef7dfdad827a1b4b74bc1a11a3c727dcead) Thanks [@SamHatoum](https://github.com/SamHatoum)! - fix: restore Git tag creation to enable GitHub releases
16
+
17
+ Restores the custom Git tag creation logic that was working in v0.8.3. The createGithubReleases setting needs actual Git tags to exist before it can create GitHub releases. This adds back the tag creation steps that were accidentally removed, ensuring that both npm publishing and GitHub releases work correctly.
18
+
19
+ - [`14b1ba8`](https://github.com/SamHatoum/auto-engineer/commit/14b1ba8c689edaad586acce0d4defb9647f7cad1) Thanks [@SamHatoum](https://github.com/SamHatoum)! - test: verify that Git tag creation and GitHub releases work
20
+
21
+ This changeset tests that our restored Git tag creation logic from v0.8.3 successfully creates both Git tags and GitHub releases when packages are published.
22
+
23
+ - Updated dependencies []:
24
+ - @auto-engineer/ai-gateway@0.9.3
25
+ - @auto-engineer/message-bus@0.9.3
26
+
3
27
  ## 0.9.2
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -14,13 +14,13 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "fast-glob": "^3.3.2",
17
- "@auto-engineer/ai-gateway": "0.9.2",
18
- "@auto-engineer/message-bus": "0.9.2"
17
+ "@auto-engineer/message-bus": "0.9.4",
18
+ "@auto-engineer/ai-gateway": "0.9.4"
19
19
  },
20
20
  "devDependencies": {
21
- "@auto-engineer/cli": "0.9.2"
21
+ "@auto-engineer/cli": "0.9.4"
22
22
  },
23
- "version": "0.9.2",
23
+ "version": "0.9.4",
24
24
  "scripts": {
25
25
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && cp src/auto-ux-schema.json dist/",
26
26
  "test": "vitest run --reporter=dot",
@@ -1,5 +0,0 @@
1
-
2
- > @auto-engineer/information-architect@0.9.2 build /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
3
- > tsc && tsx ../../scripts/fix-esm-imports.ts && cp src/auto-ux-schema.json dist/
4
-
5
- Fixed ESM imports in dist/