nx 20.2.0-canary.20241120-09a01eb → 20.2.0-canary.20241121-60a9f81

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "20.2.0-canary.20241120-09a01eb",
3
+ "version": "20.2.0-canary.20241121-60a9f81",
4
4
  "private": false,
5
5
  "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
6
6
  "repository": {
@@ -80,16 +80,16 @@
80
80
  }
81
81
  },
82
82
  "optionalDependencies": {
83
- "@nx/nx-darwin-x64": "20.2.0-canary.20241120-09a01eb",
84
- "@nx/nx-darwin-arm64": "20.2.0-canary.20241120-09a01eb",
85
- "@nx/nx-linux-x64-gnu": "20.2.0-canary.20241120-09a01eb",
86
- "@nx/nx-linux-x64-musl": "20.2.0-canary.20241120-09a01eb",
87
- "@nx/nx-win32-x64-msvc": "20.2.0-canary.20241120-09a01eb",
88
- "@nx/nx-linux-arm64-gnu": "20.2.0-canary.20241120-09a01eb",
89
- "@nx/nx-linux-arm64-musl": "20.2.0-canary.20241120-09a01eb",
90
- "@nx/nx-linux-arm-gnueabihf": "20.2.0-canary.20241120-09a01eb",
91
- "@nx/nx-win32-arm64-msvc": "20.2.0-canary.20241120-09a01eb",
92
- "@nx/nx-freebsd-x64": "20.2.0-canary.20241120-09a01eb"
83
+ "@nx/nx-darwin-x64": "20.2.0-canary.20241121-60a9f81",
84
+ "@nx/nx-darwin-arm64": "20.2.0-canary.20241121-60a9f81",
85
+ "@nx/nx-linux-x64-gnu": "20.2.0-canary.20241121-60a9f81",
86
+ "@nx/nx-linux-x64-musl": "20.2.0-canary.20241121-60a9f81",
87
+ "@nx/nx-win32-x64-msvc": "20.2.0-canary.20241121-60a9f81",
88
+ "@nx/nx-linux-arm64-gnu": "20.2.0-canary.20241121-60a9f81",
89
+ "@nx/nx-linux-arm64-musl": "20.2.0-canary.20241121-60a9f81",
90
+ "@nx/nx-linux-arm-gnueabihf": "20.2.0-canary.20241121-60a9f81",
91
+ "@nx/nx-win32-arm64-msvc": "20.2.0-canary.20241121-60a9f81",
92
+ "@nx/nx-freebsd-x64": "20.2.0-canary.20241121-60a9f81"
93
93
  },
94
94
  "nx-migrations": {
95
95
  "migrations": "./migrations.json",
@@ -261,7 +261,7 @@ class DefaultChangelogRenderer {
261
261
  ...e[1],
262
262
  }));
263
263
  if (authors.length > 0) {
264
- markdownLines.push('', '### ' + '❤️ Thank You', '', ...authors
264
+ markdownLines.push('', '### ' + '❤️ Thank You', '', ...authors
265
265
  .sort((a, b) => a.name.localeCompare(b.name))
266
266
  .map((i) => {
267
267
  const github = i.github ? ` @${i.github}` : '';