@auto-engineer/release-automation 1.73.0 → 1.75.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 +48 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # @auto-engineer/release-automation
2
2
 
3
+ ## 1.75.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1658c1c`](https://github.com/BeOnAuto/auto-engineer/commit/1658c1c2c3933a02dd503771ec29437140d18cc1) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: include timestamp in /messages endpoint response
8
+
9
+ - [`37a6fb8`](https://github.com/BeOnAuto/auto-engineer/commit/37a6fb86e448227a9bea8bc0ba608c9fdf0e07ee) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add lastDurationMs tracking to node status
10
+
11
+ - [`a15186f`](https://github.com/BeOnAuto/auto-engineer/commit/a15186fcb8c53cf4bb60076a55100f845d01a017) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add startedAt/endedAt timing to item status projection
12
+
13
+ - [`3dcd1db`](https://github.com/BeOnAuto/auto-engineer/commit/3dcd1db09ea707ff1f4a56c2ca050a586923190e) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **dev-server**: wire registerPort into start-server, start-client, start-storybook
14
+ - **dev-server**: killActivePortHolders kills child process holding a port
15
+ - **server-generator-apollo-emmett**: remove unused projectionType from template locals
16
+ - **server-generator-apollo-emmett**: use original-case projection name for collection name
17
+ - **global**: version packages
18
+
19
+ ### Patch Changes
20
+
21
+ - [`e94151f`](https://github.com/BeOnAuto/auto-engineer/commit/e94151f28fac06bbb4e681b667c2043b6a90eb6f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **server-generator-apollo-emmett**: remove extra argument in reactor.close call
22
+
23
+ - [`644a7ae`](https://github.com/BeOnAuto/auto-engineer/commit/644a7ae40d733612cef5cde067217f53038013fb) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed an error in the Apollo Emmett server generator where the reactor close call was missing a required argument
24
+
25
+ ## 1.74.0
26
+
27
+ ### Minor Changes
28
+
29
+ - [`1704646`](https://github.com/BeOnAuto/auto-engineer/commit/17046467a5bdc77954dcb366b3bd36a26e4813ee) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **dev-server**: killActivePortHolders kills child process holding a port
30
+
31
+ - [`b590030`](https://github.com/BeOnAuto/auto-engineer/commit/b59003030eddfc5b1447f6bd12155533a9dd77f1) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **dev-server**: wire registerPort into start-server, start-client, start-storybook
32
+
33
+ ### Patch Changes
34
+
35
+ - [`2fe5699`](https://github.com/BeOnAuto/auto-engineer/commit/2fe56999d8a2344bfa146ce3544d694cc1b169f2) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: use original-case projection name for collection name
36
+
37
+ - [`1dc5f8f`](https://github.com/BeOnAuto/auto-engineer/commit/1dc5f8f0f75832fe2e83f6f4322f1a88c3b66840) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **dev-server**: killActivePortHolders is a no-op when port is free
38
+
39
+ - [`d4992ab`](https://github.com/BeOnAuto/auto-engineer/commit/d4992ab5957ccaa7969f1a80a77d72da62cc5d8f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **dev-server**: rewire handler to use activeServer with staleness guards
40
+ - **server-generator-apollo-emmett**: add ketchup plan for collection name casing fix
41
+
42
+ - [`b6e6b45`](https://github.com/BeOnAuto/auto-engineer/commit/b6e6b45bc9e3c70116c847a56d04257b3005d186) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **dev-server**: add ketchup plan and vitest config for port cleanup
43
+
44
+ - [`46a506a`](https://github.com/BeOnAuto/auto-engineer/commit/46a506aa8c975030d50fd8f7a24915d5616a640d) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: remove unused projectionType from template locals
45
+
46
+ - [`3f28eff`](https://github.com/BeOnAuto/auto-engineer/commit/3f28eff2d16ec557742fc1b50c647f05c08d863c) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **dev-server**: rewire handler to use activeServer with staleness guards
47
+ - **dev-server**: add module-level ActiveServer state and cleanup infrastructure
48
+ - **global**: version packages
49
+ - **dev-server**: add ketchup plan for EADDRINUSE fix
50
+
3
51
  ## 1.73.0
4
52
 
5
53
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/release-automation",
3
- "version": "1.73.0",
3
+ "version": "1.75.0",
4
4
  "type": "module",
5
5
  "description": "Automated release management with changesets and conventional commits",
6
6
  "main": "./dist/src/index.js",