@auto-engineer/release-automation 1.61.0 → 1.63.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 +24 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @auto-engineer/release-automation
2
2
 
3
+ ## 1.63.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`2718453`](https://github.com/BeOnAuto/auto-engineer/commit/2718453da86dca4e2f67367f5e291c3df91e3ebf) Thanks [@osamanar](https://github.com/osamanar)! - - Updated auto configuration in the typical example
8
+
9
+ - [`6ad93c2`](https://github.com/BeOnAuto/auto-engineer/commit/6ad93c2a234636067c979fe6b832684ffecd1620) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed an issue where Storybook could not be found during React component implementation
10
+
11
+ ### Patch Changes
12
+
13
+ - [`204a5e6`](https://github.com/BeOnAuto/auto-engineer/commit/204a5e62d18cc94057997f3090c0790e7f7dd7a1) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: prevent duplicate PipelineRunStarted events
14
+ - **global**: version packages
15
+
16
+ ## 1.62.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [`462c004`](https://github.com/BeOnAuto/auto-engineer/commit/462c00482143056b05f8d8a80b6018173b20a615) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **generate-react-client**: enhance dark mode support and loading state styles
21
+ - **global**: version packages
22
+
23
+ ### Patch Changes
24
+
25
+ - [`b003d6f`](https://github.com/BeOnAuto/auto-engineer/commit/b003d6fe1dfca04dd7b148d23023fc7e3fb55f2b) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: prevent duplicate PipelineRunStarted events
26
+
3
27
  ## 1.61.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/release-automation",
3
- "version": "1.61.0",
3
+ "version": "1.63.0",
4
4
  "type": "module",
5
5
  "description": "Automated release management with changesets and conventional commits",
6
6
  "main": "./dist/src/index.js",