@moonrepo/cli 1.23.4-nightly.202404070037 → 1.23.4
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 +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,12 +10,14 @@
|
|
|
10
10
|
- More accurately monitors signals (ctrl+c) and shutdowns.
|
|
11
11
|
- Tasks can now be configured with a timeout.
|
|
12
12
|
|
|
13
|
-
##
|
|
13
|
+
## 1.23.4
|
|
14
14
|
|
|
15
15
|
#### 🐞 Fixes
|
|
16
16
|
|
|
17
17
|
- Fixed an issue where leading `./` in input/output globs would cause matching failures.
|
|
18
18
|
- Fixed an issue where root-level projects were not being marked as affected in `moon query`.
|
|
19
|
+
- Fixed an issue where `moon docker scaffold` would copy all sources when a project depends on a
|
|
20
|
+
root-level project.
|
|
19
21
|
|
|
20
22
|
## 1.23.3
|
|
21
23
|
|