From f6944a3c123f0cee050cbd481cb0916ea46de46f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 12:37:39 -0700 Subject: [PATCH] chore(deploy): Release 23.6.0 (electron-updater@5.3.0) (#7146) --- .changeset/chilled-items-fail.md | 5 ----- .changeset/chilly-days-yawn.md | 5 ----- .changeset/dirty-books-pull.md | 5 ----- .changeset/heavy-buttons-thank.md | 5 ----- .changeset/tasty-pianos-jump.md | 5 ----- CHANGELOG.md | 17 +++++++++++++++++ docs/api/electron-builder.md | 4 ++-- docs/generated/NsisOptions.md | 4 +++- packages/app-builder-lib/CHANGELOG.md | 14 ++++++++++++++ packages/app-builder-lib/package.json | 2 +- packages/app-builder-lib/src/version.ts | 2 +- packages/builder-util/CHANGELOG.md | 6 ++++++ packages/builder-util/package.json | 2 +- packages/dmg-builder/CHANGELOG.md | 8 ++++++++ packages/dmg-builder/package.json | 2 +- .../CHANGELOG.md | 8 ++++++++ .../package.json | 2 +- packages/electron-builder/CHANGELOG.md | 9 +++++++++ packages/electron-builder/package.json | 2 +- .../electron-forge-maker-appimage/CHANGELOG.md | 7 +++++++ .../electron-forge-maker-appimage/package.json | 2 +- .../electron-forge-maker-nsis-web/CHANGELOG.md | 7 +++++++ .../electron-forge-maker-nsis-web/package.json | 2 +- packages/electron-forge-maker-nsis/CHANGELOG.md | 7 +++++++ packages/electron-forge-maker-nsis/package.json | 2 +- packages/electron-forge-maker-snap/CHANGELOG.md | 7 +++++++ packages/electron-forge-maker-snap/package.json | 2 +- packages/electron-publish/CHANGELOG.md | 7 +++++++ packages/electron-publish/package.json | 2 +- packages/electron-updater/CHANGELOG.md | 6 ++++++ packages/electron-updater/package.json | 2 +- 31 files changed, 120 insertions(+), 40 deletions(-) delete mode 100644 .changeset/chilled-items-fail.md delete mode 100644 .changeset/chilly-days-yawn.md delete mode 100644 .changeset/dirty-books-pull.md delete mode 100644 .changeset/heavy-buttons-thank.md delete mode 100644 .changeset/tasty-pianos-jump.md diff --git a/.changeset/chilled-items-fail.md b/.changeset/chilled-items-fail.md deleted file mode 100644 index b845d0188ce..00000000000 --- a/.changeset/chilled-items-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"builder-util": patch ---- - -feat: add Github Actions environment variable to isPullRequest method to detect if build is a PR diff --git a/.changeset/chilly-days-yawn.md b/.changeset/chilly-days-yawn.md deleted file mode 100644 index 7baf8363380..00000000000 --- a/.changeset/chilly-days-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"electron-updater": minor ---- - -feat: non-silent mode allow not to run the app when the installation is complete diff --git a/.changeset/dirty-books-pull.md b/.changeset/dirty-books-pull.md deleted file mode 100644 index 43b1f4ed585..00000000000 --- a/.changeset/dirty-books-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- - ---- - -chore(docker): Updating node 16 version in docker images diff --git a/.changeset/heavy-buttons-thank.md b/.changeset/heavy-buttons-thank.md deleted file mode 100644 index c93d38a77be..00000000000 --- a/.changeset/heavy-buttons-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"app-builder-lib": patch ---- - -fix: formatting of Code in the MacOS PKG docs diff --git a/.changeset/tasty-pianos-jump.md b/.changeset/tasty-pianos-jump.md deleted file mode 100644 index 5edc2879869..00000000000 --- a/.changeset/tasty-pianos-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"app-builder-lib": minor ---- - -feat: add nsis option to remove the default uninstall welcome page diff --git a/CHANGELOG.md b/CHANGELOG.md index ae84432c8dc..cf42be4808b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [](https://github.com/electron-userland/electron-builder/compare/v23.5.1...v) (2022-10-03) + + +### Bug Fixes + +* **ci:** GitHub Workflows security hardening ([#7156](https://github.com/electron-userland/electron-builder/issues/7156)) ([50d126e](https://github.com/electron-userland/electron-builder/commit/50d126e43de83e4bb4e6e2c700ddca6a4dbef569)) +* formatting of Code in the MacOS PKG docs ([#7142](https://github.com/electron-userland/electron-builder/issues/7142)) ([9338097](https://github.com/electron-userland/electron-builder/commit/9338097a9f6754dee8d87185154eaa7d9cffdec8)) + + +### Features + +* add Github Actions environment variable to isPullRequest method ([#7152](https://github.com/electron-userland/electron-builder/issues/7152)) ([4583273](https://github.com/electron-userland/electron-builder/commit/4583273ebe5cabfd1c14f647dc9edb7bff3c3bf3)) +* add nsis option `removeDefaultUninstallWelcomePage` to remove the default uninstall welcome page ([#7141](https://github.com/electron-userland/electron-builder/issues/7141)) ([d71a579](https://github.com/electron-userland/electron-builder/commit/d71a5790a94cd56b6e033b656b4892ec31f14b9d)) +* add option for quitAndInstall for non-silent update without restart ([#7136](https://github.com/electron-userland/electron-builder/issues/7136)) ([4d989a8](https://github.com/electron-userland/electron-builder/commit/4d989a8a52bf7baac22742769abcc795ce193fbd)) + + + # [](https://github.com/electron-userland/electron-builder/compare/v23.5.0...v) (2022-09-08) diff --git a/docs/api/electron-builder.md b/docs/api/electron-builder.md index 98ba6f80af4..5e175b31c0d 100644 --- a/docs/api/electron-builder.md +++ b/docs/api/electron-builder.md @@ -1585,7 +1585,7 @@ return path.join(target.outDir, __${target.name}-${getArtifactArchName(arc

autoInstallOnAppQuit = true Boolean - Whether to automatically install a downloaded update on app quit (if quitAndInstall was not called before).

  • -

    autoRunAppAfterInstall = true Boolean - windows-only Whether to run the app after finish install when run the installer NOT in silent mode.

    +

    autoRunAppAfterInstall = true Boolean - windows-only Whether to run the app after finish install when run the installer NOT in silent mode.

  • allowPrerelease = false Boolean - GitHub provider only. Whether to allow update to pre-release versions. Defaults to true if application version contains prerelease components (e.g. 0.12.1-alpha.1, here alpha is a prerelease component), otherwise false.

    @@ -1748,7 +1748,7 @@ This is different from the normal quit event sequence.

    isForceRunAfter Boolean -Run the app after finish even on silent install. Not applicable for macOS. Ignored if isSilent is set to false(In this case you can still set autoRunAppAfterInstall to false to prevent run the app) +Run the app after finish even on silent install. Not applicable for macOS. Ignored if isSilent is set to false(In this case you can still set autoRunAppAfterInstall to false to prevent run the app after finish). diff --git a/docs/generated/NsisOptions.md b/docs/generated/NsisOptions.md index 4583dffc737..ba0cebd857d 100644 --- a/docs/generated/NsisOptions.md +++ b/docs/generated/NsisOptions.md @@ -17,6 +17,9 @@
  • allowToChangeInstallationDirectory = false Boolean - assisted installer only. Whether to allow user to change installation directory.

  • +
  • +

    removeDefaultUninstallWelcomePage = false Boolean - assisted installer only. remove the default uninstall welcome page.

    +