monorepo-next 11.0.9 → 11.0.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monorepo-next",
3
- "version": "11.0.9",
3
+ "version": "11.0.11",
4
4
  "description": "Detach monorepo packages from normal linking",
5
5
  "bin": {
6
6
  "next": "bin/next.js"
@@ -72,7 +72,7 @@
72
72
  "semver": "^7.5.3",
73
73
  "standard-version": "9.5.0",
74
74
  "superset": "^2.0.1",
75
- "tmp": "0.2.1",
75
+ "tmp": "0.2.3",
76
76
  "yargs": "^17.0.0"
77
77
  },
78
78
  "devDependencies": {
@@ -103,7 +103,7 @@ async function _getChangelog({
103
103
  preset: require('standard-version/lib/preset-loader')(defaults),
104
104
  tagPrefix,
105
105
  releaseCount,
106
- pkg: { path: cwd },
106
+ pkg: { path: path.join(cwd, 'package.json') },
107
107
  path: cwd,
108
108
  },
109
109
  context,