@auto-engineer/release-automation 1.152.0 → 1.153.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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @auto-engineer/release-automation
|
|
2
2
|
|
|
3
|
+
## 1.153.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2476c2c`](https://github.com/BeOnAuto/auto-engineer/commit/2476c2cde06c2e2e8e3b84cce2de1bd7ed95bf19) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: emit .ui() in model-to-narrative transformer
|
|
8
|
+
- **narrative**: add .ui() method to command/query/experience fluent builders
|
|
9
|
+
- **narrative**: add UiBlockSchema to client block on command/query/experience moments
|
|
10
|
+
- **server-generator-apollo-emmett**: exact model values in field completeness assertions
|
|
11
|
+
- **server-generator-apollo-emmett**: report invalid mapping targets via FieldIssue pipeline
|
|
12
|
+
|
|
3
13
|
## 1.152.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/package.json
CHANGED