@moonrepo/cli 1.26.5-nightly.202407010017 → 1.26.5

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 +9 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,11 +1,19 @@
1
1
  # Changelog
2
2
 
3
- ## Unreleased
3
+ ## 1.26.5
4
+
5
+ #### 🚀 Updates
6
+
7
+ - Updated home-based environment variables, like `CARGO_HOME`, to support relative paths.
4
8
 
5
9
  #### 🐞 Fixes
6
10
 
7
11
  - Fixed an issue where globs wouldn't match when leading with `./`.
8
12
 
13
+ #### ⚙️ Internal
14
+
15
+ - Updated proto to v0.37.2 (from v0.37.1).
16
+
9
17
  ## 1.26.4
10
18
 
11
19
  #### 🐞 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moonrepo/cli",
3
- "version": "1.26.5-nightly.202407010017",
3
+ "version": "1.26.5",
4
4
  "type": "commonjs",
5
5
  "description": "moon command line and core system.",
6
6
  "keywords": [
@@ -30,12 +30,12 @@
30
30
  "detect-libc": "^2.0.3"
31
31
  },
32
32
  "optionalDependencies": {
33
- "@moonrepo/core-linux-arm64-gnu": "1.26.5-nightly.202407010017",
34
- "@moonrepo/core-linux-arm64-musl": "1.26.5-nightly.202407010017",
35
- "@moonrepo/core-linux-x64-gnu": "1.26.5-nightly.202407010017",
36
- "@moonrepo/core-linux-x64-musl": "1.26.5-nightly.202407010017",
37
- "@moonrepo/core-macos-arm64": "1.26.5-nightly.202407010017",
38
- "@moonrepo/core-macos-x64": "1.26.5-nightly.202407010017",
39
- "@moonrepo/core-windows-x64-msvc": "1.26.5-nightly.202407010017"
33
+ "@moonrepo/core-linux-arm64-gnu": "1.26.5",
34
+ "@moonrepo/core-linux-arm64-musl": "1.26.5",
35
+ "@moonrepo/core-linux-x64-gnu": "1.26.5",
36
+ "@moonrepo/core-linux-x64-musl": "1.26.5",
37
+ "@moonrepo/core-macos-arm64": "1.26.5",
38
+ "@moonrepo/core-macos-x64": "1.26.5",
39
+ "@moonrepo/core-windows-x64-msvc": "1.26.5"
40
40
  }
41
41
  }