@auto-engineer/release-automation 1.26.1 → 1.28.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 +31 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @auto-engineer/release-automation
2
2
 
3
+ ## 1.28.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`251372b`](https://github.com/BeOnAuto/auto-engineer/commit/251372b0731f95f5ea38413bc40f6cab01fb7342) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed issues with the React component implementer to improve reliability
8
+
9
+ - [`817d4a3`](https://github.com/BeOnAuto/auto-engineer/commit/817d4a386b205fc28da93fca6784b9ce9ec81990) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **react-component-implementer**: fix import errors
10
+ - **react-component-implementer**: fix import errors
11
+ - **typical**: improve fast mode detection and enhance command handler structure
12
+ - **global**: version packages
13
+ - **job-graph-processor**: standardize event naming and improve documentation
14
+
15
+ ## 1.27.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [`5492d59`](https://github.com/BeOnAuto/auto-engineer/commit/5492d59747e36f36b923f5cb038e2310f38861a4) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed import errors in the React component implementer
20
+
21
+ - [`518e049`](https://github.com/BeOnAuto/auto-engineer/commit/518e049e728f716830befdfa415ba45d8fd16358) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed import errors in the React component implementer
22
+
23
+ ### Patch Changes
24
+
25
+ - [`51a6090`](https://github.com/BeOnAuto/auto-engineer/commit/51a609026825da9841b750b1e70a48809e33be63) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: harden template type resolution and add implementer hints
26
+ - **global**: version packages
27
+
28
+ - [`5d7fc3d`](https://github.com/BeOnAuto/auto-engineer/commit/5d7fc3d9a13205adbebec6463aa5533065b8775c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Improved fast mode detection for more reliable behavior when toggling between standard and fast modes
29
+ - Enhanced command handler structure for better internal organization and maintainability
30
+
31
+ - [`c23b5b7`](https://github.com/BeOnAuto/auto-engineer/commit/c23b5b7daa777a302b9824e8ca0f1bd4d4ea9ab9) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Standardized event naming conventions in the job graph processor for more consistent behavior
32
+ - Improved internal documentation for job graph processing logic
33
+
3
34
  ## 1.26.1
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/release-automation",
3
- "version": "1.26.1",
3
+ "version": "1.28.0",
4
4
  "type": "module",
5
5
  "description": "Automated release management with changesets and conventional commits",
6
6
  "main": "./dist/src/index.js",