@auto-engineer/model-factory 1.99.0 → 1.101.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/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +23 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/model-factory@1.
|
|
2
|
+
> @auto-engineer/model-factory@1.101.0 build /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
|
|
3
3
|
> tsc && tsx ../../scripts/fix-esm-imports.ts
|
|
4
4
|
|
|
5
5
|
Fixed ESM imports in dist/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/model-factory@1.
|
|
2
|
+
> @auto-engineer/model-factory@1.100.0 test /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
|
|
3
3
|
> vitest run --reporter=dot
|
|
4
4
|
|
|
5
5
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m5 passed[39m[22m[90m (5)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m 1.
|
|
12
|
+
[2m Start at [22m 17:16:42
|
|
13
|
+
[2m Duration [22m 1.65s[2m (transform 274ms, setup 0ms, collect 183ms, tests 180ms, environment 0ms, prepare 489ms)[22m
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @auto-engineer/model-factory
|
|
2
2
|
|
|
3
|
+
## 1.101.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`542dbd6`](https://github.com/BeOnAuto/auto-engineer/commit/542dbd699d818404d6832c439cdb3f9693fa876e) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed build issues across the project
|
|
8
|
+
|
|
9
|
+
- [`9e2d1c3`](https://github.com/BeOnAuto/auto-engineer/commit/9e2d1c38678579c8afdb953a1cda4734ed826c67) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed build issues across the project
|
|
10
|
+
|
|
11
|
+
- [`795da53`](https://github.com/BeOnAuto/auto-engineer/commit/795da5366f2f25b6c93bee158fb3dd79f68c520f) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add @react-spring packages and update versions
|
|
12
|
+
- **global**: version packages
|
|
13
|
+
|
|
14
|
+
## 1.100.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [`9d73da8`](https://github.com/BeOnAuto/auto-engineer/commit/9d73da80b44a3567685c15c5b0c2d4f4bb355323) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added @react-spring animation packages for smoother UI transitions and animations
|
|
19
|
+
|
|
20
|
+
- [`3371bd0`](https://github.com/BeOnAuto/auto-engineer/commit/3371bd0d6d93e3192c12cb01c1e012d0edd18fe3) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: fixes build
|
|
21
|
+
- **component-implementor-react**: wire implement-component to TDD pipeline
|
|
22
|
+
- **component-implementor-react**: add pipeline runner
|
|
23
|
+
- **component-implementor-react**: add visual-test pipeline step
|
|
24
|
+
- **component-implementor-react**: add storybook-test pipeline step
|
|
25
|
+
|
|
3
26
|
## 1.99.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|