@auto-engineer/release-automation 1.45.0 → 1.45.2
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 +28 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @auto-engineer/release-automation
|
|
2
2
|
|
|
3
|
+
## 1.45.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ec189ef`](https://github.com/BeOnAuto/auto-engineer/commit/ec189ef549e7d3e6a7a7248d7de5f327fe36dcfd) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: use GraphQLJSON for object/inline-object types
|
|
8
|
+
|
|
9
|
+
- [`9b6afe6`](https://github.com/BeOnAuto/auto-engineer/commit/9b6afe6b6aa24b2948b90ad78d646db66b8f2a94) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: use isEnumType in projection template
|
|
10
|
+
|
|
11
|
+
- [`ed2c247`](https://github.com/BeOnAuto/auto-engineer/commit/ed2c2474f103761b66879f5bbb99c4cd1008015f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: ketchup plan for enum detection false-positive fix
|
|
12
|
+
|
|
13
|
+
- [`ef6d8e9`](https://github.com/BeOnAuto/auto-engineer/commit/ef6d8e9f4c8b97d7c587529725278396a2496408) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **generate-react-client**: set server host to 0.0.0.0 for accessibility
|
|
14
|
+
- **global**: version packages
|
|
15
|
+
|
|
16
|
+
- [`40c6c52`](https://github.com/BeOnAuto/auto-engineer/commit/40c6c52c85f06ea2669796ef30bce1a2e99c63f5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: update ketchup plan — all bursts done
|
|
17
|
+
|
|
18
|
+
- [`7a9df68`](https://github.com/BeOnAuto/auto-engineer/commit/7a9df685e2d2d54de0b2a8149453b0d988c951aa) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: use isEnumType in query resolver template
|
|
19
|
+
|
|
20
|
+
- [`c44b3fd`](https://github.com/BeOnAuto/auto-engineer/commit/c44b3fdd2cafa8a3784e0c7d50b930251f888887) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: ketchup plan for GraphQLJSON fix
|
|
21
|
+
|
|
22
|
+
## 1.45.1
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- [`1a0f666`](https://github.com/BeOnAuto/auto-engineer/commit/1a0f66600a0da9d24f5e8f0810ac32fd3e80d288) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: reduce delay times for checkStorybookRunning function in multiple scripts
|
|
27
|
+
- **global**: version packages
|
|
28
|
+
|
|
29
|
+
- [`cb8a155`](https://github.com/BeOnAuto/auto-engineer/commit/cb8a15504432a21da73a08cb4123f00901b250a6) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed React client development server not being accessible from external hosts by binding to all network interfaces
|
|
30
|
+
|
|
3
31
|
## 1.45.0
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|