@auto-engineer/release-automation 1.18.0 → 1.19.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 +27 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @auto-engineer/release-automation
2
2
 
3
+ ## 1.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`af79665`](https://github.com/BeOnAuto/auto-engineer/commit/af7966518d3496ce0880323756aa572df3da640a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: ngrok tunnel mode, TUI mode for better visibility
8
+ - **cli**: improve AutoTab display with remote access hint
9
+ - **dev-server**: use piped output in TUI mode
10
+ - **cli**: add ServiceRegistry to server and global accessor
11
+ - **cli**: integrate TUI as default startup mode
12
+
13
+ ### Patch Changes
14
+
15
+ - [`7c663c2`](https://github.com/BeOnAuto/auto-engineer/commit/7c663c23988a086d738b47735c1b5369f98faccb) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated project tracking plan to mark completed work items
16
+
17
+ - [`189a5b4`](https://github.com/BeOnAuto/auto-engineer/commit/189a5b4e22c10b0a43debae44c3a0df74c0612c3) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed collection name case mismatch in Apollo/Emmett server generator that caused projection tests to fail
18
+
19
+ - [`189a5b4`](https://github.com/BeOnAuto/auto-engineer/commit/189a5b4e22c10b0a43debae44c3a0df74c0612c3) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed narrative type extraction to correctly handle generic types like Array<T>, producing accurate output such as "Array<{ name: string }>" instead of just "Array"
20
+
21
+ - [`6969856`](https://github.com/BeOnAuto/auto-engineer/commit/6969856d3d017cf14829a2235b1b02e2c65ce77f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed pipeline stalling when no schema changes are detected by ensuring slice generation events are always emitted
22
+ - Resolved issue where implementation steps would never trigger after a no-change scaffold generation
23
+
24
+ - [`2472cba`](https://github.com/BeOnAuto/auto-engineer/commit/2472cba432d6c99f86aa2850ada1016b215c71d5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated the ketchup plan for the Apollo-Emmett server generator with bursts 8-9
25
+
26
+ - [`b9f5389`](https://github.com/BeOnAuto/auto-engineer/commit/b9f53894162680342a23eaa95d46e17e69d8f5dd) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Upgraded AI SDK from v5 to v6 across all packages to resolve version compatibility issues with the Anthropic provider
27
+
28
+ - [`776f131`](https://github.com/BeOnAuto/auto-engineer/commit/776f13124487782819f8586b541c32ec311f49d7) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed narrative type extraction to correctly handle generic types like Array<T>, producing accurate output such as "Array<{ name: string }>" instead of just "Array"
29
+
3
30
  ## 1.18.0
4
31
 
5
32
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/release-automation",
3
- "version": "1.18.0",
3
+ "version": "1.19.0",
4
4
  "type": "module",
5
5
  "description": "Automated release management with changesets and conventional commits",
6
6
  "main": "./dist/src/index.js",