@auto-engineer/release-automation 1.56.0 → 1.58.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.58.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5c0ce7e`](https://github.com/BeOnAuto/auto-engineer/commit/5c0ce7e26f36b7809095cb16a7940ff9fc05314e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add isValidTsIdentifier and filter inline fields
8
+
9
+ - [`a90a25a`](https://github.com/BeOnAuto/auto-engineer/commit/a90a25a23c52783fd46dbde73cb9efa692e3b56a) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add sanitizeFieldType helper
10
+
11
+ - [`007bbbe`](https://github.com/BeOnAuto/auto-engineer/commit/007bbbe1fb3db946529e361500c32ba47053b3ee) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: emit SliceGenerationFailed for skipped fields
12
+
13
+ - [`301560d`](https://github.com/BeOnAuto/auto-engineer/commit/301560db8ce3dd13284439f86c12f9d51e29038e) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **typical**: update .env and package.json for bug report testing
14
+ - **submit-bug-report**: add pipeline command handler for bug reports
15
+ - **cli**: set process.env.SERVICE_TOKEN from configure endpoint
16
+ - **global**: version packages
17
+ - **typical**: add worker-to-server env vars to .env files
18
+
19
+ - [`1776bea`](https://github.com/BeOnAuto/auto-engineer/commit/1776beacf27511f883e3218a8436741451acfa4e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: sanitize messages and track SkippedFieldInfo
20
+
21
+ - [`ba39eef`](https://github.com/BeOnAuto/auto-engineer/commit/ba39eefefa76d2e6f75a4f98d3677a314deabafc) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: sanitize malformed map types in field definitions
22
+
23
+ ### Patch Changes
24
+
25
+ - [`5caa270`](https://github.com/BeOnAuto/auto-engineer/commit/5caa2705f4d6e1d958be91faa8de6dad2f449206) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add ketchup plan for malformed map type fix
26
+
27
+ - [`af365c0`](https://github.com/BeOnAuto/auto-engineer/commit/af365c050e347faf574d5561b5ee92b93cbc0899) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add ketchup plan for invalid TS identifier fix
28
+
29
+ - [`1c58459`](https://github.com/BeOnAuto/auto-engineer/commit/1c5845991c59cfeebc0a5596b054bfd3f56a36fc) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: update ketchup plan — all bursts done
30
+
31
+ - [`da36c91`](https://github.com/BeOnAuto/auto-engineer/commit/da36c9111af0b15963f87b0ac75f81849f8b6c9f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: rename SkippedFieldInfo to FieldIssue
32
+
33
+ ## 1.57.0
34
+
35
+ ### Minor Changes
36
+
37
+ - [`49076be`](https://github.com/BeOnAuto/auto-engineer/commit/49076be22d7e587f4a2efcb2b621936d7e251a23) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated environment configuration and package settings to support bug report testing
38
+
39
+ - [`453db5e`](https://github.com/BeOnAuto/auto-engineer/commit/453db5eacc453ce9911ee3a2bf2816254efef0ee) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **submit-bug-report**: add pipeline command handler for bug reports
40
+
41
+ - [`bedd814`](https://github.com/BeOnAuto/auto-engineer/commit/bedd81404fe3ce41e7a8e1f63f7b806b1948bb84) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: add SliceGenerationFailed event for duplicate command handlers
42
+ - **server-generator-apollo-emmett**: detect and skip duplicate command handlers
43
+ - **global**: version packages
44
+
45
+ ### Patch Changes
46
+
47
+ - [`e8e7e42`](https://github.com/BeOnAuto/auto-engineer/commit/e8e7e42d27a6c99f7a17202bf2f361a4605344db) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: set process.env.SERVICE_TOKEN from configure endpoint
48
+
49
+ - [`a0e682b`](https://github.com/BeOnAuto/auto-engineer/commit/a0e682b2e0ee66ce9fe62c5055383fd034cd6bdc) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **typical**: add worker-to-server env vars to .env files
50
+
3
51
  ## 1.56.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.56.0",
3
+ "version": "1.58.0",
4
4
  "type": "module",
5
5
  "description": "Automated release management with changesets and conventional commits",
6
6
  "main": "./dist/src/index.js",