Skip to content

Commit

Permalink
fix(deploy): redeploy all packages to sync semver ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Sep 14, 2024
1 parent b3ce7f7 commit 9a1fb37
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .changeset/chilled-pigs-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"app-builder-lib": patch
"builder-util": patch
"builder-util-runtime": patch
"dmg-builder": patch
"electron-builder": patch
"electron-builder-squirrel-windows": patch
"electron-forge-maker-appimage": patch
"electron-forge-maker-nsis": patch
"electron-forge-maker-nsis-web": patch
"electron-forge-maker-snap": patch
"electron-publish": patch
"electron-updater": patch
---

fix(deploy): redeploy all packages to sync semver ranges
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"updateInternalDependencies": "patch",
"ignore": ["@electron-builder/test"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
"onlyUpdatePeerDependentsWhenOutOfRange": false
}
}

0 comments on commit 9a1fb37

Please sign in to comment.