@auto-engineer/release-automation 1.58.0 → 1.60.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 +22 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @auto-engineer/release-automation
2
2
 
3
+ ## 1.60.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e37c8aa`](https://github.com/BeOnAuto/auto-engineer/commit/e37c8aa2860adbdf51716bcbad52a21b4d13c4bf) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Enhanced dark mode support for generated React client components
8
+ - Improved loading state styles for better visual feedback during data fetching
9
+
10
+ - [`93d25e4`](https://github.com/BeOnAuto/auto-engineer/commit/93d25e4fbe55e41405d9bb600f2b9e7f53db0cb0) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **packages/react-component-implementer**: fix issues with app implementation
11
+ - **global**: version packages
12
+
13
+ ## 1.59.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [`dc97333`](https://github.com/BeOnAuto/auto-engineer/commit/dc973338ed6a5c7dcd204123a2935ed44ccf61e4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: sanitize malformed map types in field definitions
18
+ - **server-generator-apollo-emmett**: add sanitizeFieldType helper
19
+ - **server-generator-apollo-emmett**: emit SliceGenerationFailed for skipped fields
20
+ - **server-generator-apollo-emmett**: sanitize messages and track SkippedFieldInfo
21
+ - **server-generator-apollo-emmett**: add isValidTsIdentifier and filter inline fields
22
+
23
+ - [`c031dbe`](https://github.com/BeOnAuto/auto-engineer/commit/c031dbeb471ddeb9713f5c872352e5a405dab244) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed issues with app implementation in the React component implementer
24
+
3
25
  ## 1.58.0
4
26
 
5
27
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/release-automation",
3
- "version": "1.58.0",
3
+ "version": "1.60.0",
4
4
  "type": "module",
5
5
  "description": "Automated release management with changesets and conventional commits",
6
6
  "main": "./dist/src/index.js",