@auto-engineer/information-architect 0.9.1 → 0.9.3

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,33 @@
1
1
  # @auto-engineer/information-architect
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7c6fcef`](https://github.com/SamHatoum/auto-engineer/commit/7c6fcef7dfdad827a1b4b74bc1a11a3c727dcead) Thanks [@SamHatoum](https://github.com/SamHatoum)! - fix: restore Git tag creation to enable GitHub releases
8
+
9
+ 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.
10
+
11
+ - [`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
12
+
13
+ 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.
14
+
15
+ - Updated dependencies []:
16
+ - @auto-engineer/ai-gateway@0.9.3
17
+ - @auto-engineer/message-bus@0.9.3
18
+
19
+ ## 0.9.2
20
+
21
+ ### Patch Changes
22
+
23
+ - [`1060b10`](https://github.com/SamHatoum/auto-engineer/commit/1060b103eb8b99bc3b1f7ed29bdede9d3b0b445b) Thanks [@SamHatoum](https://github.com/SamHatoum)! - test: verify GitHub releases creation works in v0.9.2
24
+
25
+ This changeset tests that the createGithubReleases functionality works properly after our configuration fixes. Should create GitHub releases and tags when published.
26
+
27
+ - Updated dependencies []:
28
+ - @auto-engineer/ai-gateway@0.9.2
29
+ - @auto-engineer/message-bus@0.9.2
30
+
3
31
  ## 0.9.1
4
32
 
5
33
  ### 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.1",
18
- "@auto-engineer/message-bus": "0.9.1"
17
+ "@auto-engineer/ai-gateway": "0.9.3",
18
+ "@auto-engineer/message-bus": "0.9.3"
19
19
  },
20
20
  "devDependencies": {
21
- "@auto-engineer/cli": "0.9.1"
21
+ "@auto-engineer/cli": "0.9.3"
22
22
  },
23
- "version": "0.9.1",
23
+ "version": "0.9.3",
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.1 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/