@auto-engineer/release-automation 1.32.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.
- package/CHANGELOG.md +29 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
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
|
+
|
|
18
|
+
## 1.33.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- [`e363390`](https://github.com/BeOnAuto/auto-engineer/commit/e363390510be416be1d45180295fe2216b141f5d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **examples/typical**: adds graphql codegen
|
|
23
|
+
- **generate-react-client**: add graphql-codegen to starter template
|
|
24
|
+
- update lockfile after version packages
|
|
25
|
+
- **global**: version packages
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- [`699e647`](https://github.com/BeOnAuto/auto-engineer/commit/699e647db09a70816579c5da0c21a9f5f62d9f28) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated .gitignore to exclude generated files from version control
|
|
30
|
+
- Improved Storybook configuration for better theme handling
|
|
31
|
+
|
|
3
32
|
## 1.32.0
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|