@auto-engineer/release-automation 1.33.0 → 1.34.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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @auto-engineer/release-automation
2
2
 
3
+ ## 1.34.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e058a06`](https://github.com/BeOnAuto/auto-engineer/commit/e058a0650c2e32dfb8854e04ee410e058d0178fc) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added detailed component documentation with descriptions and usage examples
8
+
9
+ - [`3a661a2`](https://github.com/BeOnAuto/auto-engineer/commit/3a661a2d5de691618125d74fb0426e13eb7bdac8) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated starter template for React client generation
10
+
11
+ ### Patch Changes
12
+
13
+ - [`cf89a5b`](https://github.com/BeOnAuto/auto-engineer/commit/cf89a5bbb7e9301c8381bdff9d86a00e84f7072c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Removed unused configuration files to clean up the project root
14
+
15
+ - [`9cec043`](https://github.com/BeOnAuto/auto-engineer/commit/9cec04374526611a1e8857dc3e379a091cfc5177) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **typical**: update .gitignore and improve Storybook configuration for better theme handling
16
+ - **global**: version packages
17
+
3
18
  ## 1.33.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/release-automation",
3
- "version": "1.33.0",
3
+ "version": "1.34.0",
4
4
  "type": "module",
5
5
  "description": "Automated release management with changesets and conventional commits",
6
6
  "main": "./dist/src/index.js",