@auto-engineer/release-automation 1.27.0 → 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.
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
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
|
+
|
|
3
15
|
## 1.27.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|