monorepo-next 9.4.10 → 9.4.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": "9.4.10",
3
+ "version": "9.4.11",
4
4
  "description": "Detach monorepo packages from normal linking",
5
5
  "bin": {
6
6
  "next": "bin/next.js"
@@ -252,6 +252,8 @@ function thirdPass({
252
252
 
253
253
  if (shouldInheritGreaterReleaseType && !isDevDep) {
254
254
  current.releaseType = incomingReleaseType;
255
+ } else {
256
+ return;
255
257
  }
256
258
  } else if (currentReleaseType === defaultReleaseType) {
257
259
  // no upgrades needed