@moonrepo/cli 1.15.2-nightly.202310190647 → 1.15.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -10,7 +10,7 @@
10
10
  - More accurately monitors signals (ctrl+c) and shutdowns.
11
11
  - Tasks can now be configured with a timeout.
12
12
 
13
- ## Unreleased
13
+ ## 1.15.2
14
14
 
15
15
  #### 🚀 Updates
16
16
 
@@ -22,6 +22,9 @@
22
22
  syntax.
23
23
  - Fixed an issue where task dependents for the non-primary targets were being included in the action
24
24
  graph.
25
+ - Fixed an issue with the project graph that would create duplicate nodes for deeply nested cycles.
26
+ - Fixed an issue where a cycle would be created in the action graph for the `SyncProject` action
27
+ type.
25
28
 
26
29
  ## 1.15.1
27
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moonrepo/cli",
3
- "version": "1.15.2-nightly.202310190647",
3
+ "version": "1.15.2",
4
4
  "description": "moon command line and core system.",
5
5
  "keywords": [
6
6
  "moon",