@auto-engineer/release-automation 1.59.0 → 1.61.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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @auto-engineer/release-automation
2
2
 
3
+ ## 1.61.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`2c05dca`](https://github.com/BeOnAuto/auto-engineer/commit/2c05dcaf11cc74e594b822d2fb56d0b1187b272e) 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
+ - [`3b5b67e`](https://github.com/BeOnAuto/auto-engineer/commit/3b5b67e6ec0bacaef1b83daff19a334bd452ad0d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **generate-react-client**: enhance dark mode support and loading state styles
11
+ - **global**: version packages
12
+
13
+ ## 1.60.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [`e37c8aa`](https://github.com/BeOnAuto/auto-engineer/commit/e37c8aa2860adbdf51716bcbad52a21b4d13c4bf) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Enhanced dark mode support for generated React client components
18
+ - Improved loading state styles for better visual feedback during data fetching
19
+
20
+ - [`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
21
+ - **global**: version packages
22
+
3
23
  ## 1.59.0
4
24
 
5
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/release-automation",
3
- "version": "1.59.0",
3
+ "version": "1.61.0",
4
4
  "type": "module",
5
5
  "description": "Automated release management with changesets and conventional commits",
6
6
  "main": "./dist/src/index.js",