Skip to content

Commit f6944a3

Browse files
chore(deploy): Release 23.6.0 (electron-updater@5.3.0) (#7146)
1 parent b9e78f2 commit f6944a3

File tree

31 files changed

+120
-40
lines changed

31 files changed

+120
-40
lines changed

.changeset/chilled-items-fail.md

-5
This file was deleted.

.changeset/chilly-days-yawn.md

-5
This file was deleted.

.changeset/dirty-books-pull.md

-5
This file was deleted.

.changeset/heavy-buttons-thank.md

-5
This file was deleted.

.changeset/tasty-pianos-jump.md

-5
This file was deleted.

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [](https://github.com/electron-userland/electron-builder/compare/v23.5.1...v) (2022-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
* 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))
8+
9+
10+
### Features
11+
12+
* 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))
13+
* 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))
14+
* 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))
15+
16+
17+
118
# [](https://github.com/electron-userland/electron-builder/compare/v23.5.0...v) (2022-09-08)
219

320

docs/api/electron-builder.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ return path.join(target.outDir, <code>__${target.name}-${getArtifactArchName(arc
15851585
<p><code id="AppUpdater-autoInstallOnAppQuit">autoInstallOnAppQuit</code> = <code>true</code> Boolean - Whether to automatically install a downloaded update on app quit (if <code>quitAndInstall</code> was not called before).</p>
15861586
</li>
15871587
<li>
1588-
<p><code id="AppUpdater-autoRunAppAfterInstall">autoRunAppAfterInstall</code> = <code>true</code> Boolean - <em>windows-only</em> Whether to run the app after finish install when run the installer <em>NOT in silent mode</em>.</p>
1588+
<p><code id="AppUpdater-autoRunAppAfterInstall">autoRunAppAfterInstall</code> = <code>true</code> Boolean - <em>windows-only</em> Whether to run the app after finish install when run the installer NOT in silent mode.</p>
15891589
</li>
15901590
<li>
15911591
<p><code id="AppUpdater-allowPrerelease">allowPrerelease</code> = <code>false</code> Boolean - <em>GitHub provider only.</em> Whether to allow update to pre-release versions. Defaults to <code>true</code> if application version contains prerelease components (e.g. <code>0.12.1-alpha.1</code>, here <code>alpha</code> is a prerelease component), otherwise <code>false</code>.</p>
@@ -1748,7 +1748,7 @@ This is different from the normal quit event sequence.</p>
17481748
<tr>
17491749
<td>isForceRunAfter</td>
17501750
<td><code>Boolean</code></td>
1751-
<td>Run the app after finish even on silent install. Not applicable for macOS. Ignored if <code>isSilent</code> is set to <code>false</code>(In this case you can still set <code>autoRunAppAfterInstall</code> to <code>false</code> to prevent run the app)</td>
1751+
<td>Run the app after finish even on silent install. Not applicable for macOS. Ignored if <code>isSilent</code> is set to <code>false</code>(In this case you can still set <code>autoRunAppAfterInstall</code> to <code>false</code> to prevent run the app after finish).</td>
17521752
</tr>
17531753
</tbody>
17541754
</table>

docs/generated/NsisOptions.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<li>
1818
<p><code id="NsisOptions-allowToChangeInstallationDirectory">allowToChangeInstallationDirectory</code> = <code>false</code> Boolean - <em>assisted installer only.</em> Whether to allow user to change installation directory.</p>
1919
</li>
20+
<li>
21+
<p><code id="NsisOptions-removeDefaultUninstallWelcomePage">removeDefaultUninstallWelcomePage</code> = <code>false</code> Boolean - <em>assisted installer only.</em> remove the default uninstall welcome page.</p>
22+
</li>
2023
</ul>
2124
<hr>
2225
<ul>
@@ -27,7 +30,6 @@
2730
<li><code id="NsisOptions-installerSidebar">installerSidebar</code> String | “undefined” - <em>assisted installer only.</em> <code>MUI_WELCOMEFINISHPAGE_BITMAP</code>, relative to the <a href="/configuration/configuration#MetadataDirectories-buildResources">build resources</a> or to the project directory. Defaults to <code>build/installerSidebar.bmp</code> or <code>${NSISDIR}\\Contrib\\Graphics\\Wizard\\nsis3-metro.bmp</code>. Image size 164 × 314 pixels.</li>
2831
<li><code id="NsisOptions-uninstallerSidebar">uninstallerSidebar</code> String | “undefined” - <em>assisted installer only.</em> <code>MUI_UNWELCOMEFINISHPAGE_BITMAP</code>, relative to the <a href="/configuration/configuration#MetadataDirectories-buildResources">build resources</a> or to the project directory. Defaults to <code>installerSidebar</code> option or <code>build/uninstallerSidebar.bmp</code> or <code>build/installerSidebar.bmp</code> or <code>${NSISDIR}\\Contrib\\Graphics\\Wizard\\nsis3-metro.bmp</code></li>
2932
<li><code id="NsisOptions-uninstallDisplayName">uninstallDisplayName</code> = <code>${productName} ${version}</code> String - The uninstaller display name in the control panel.</li>
30-
<li><code id="NsisOptions-removeDefaultUninstallWelcomePage">removeDefaultUninstallWelcomePage</code> = <code>false</code> Boolean - <em>assisted installer only.</em> remove the default uninstall welcome page</li>
3133
</ul>
3234
<hr>
3335
<ul>

packages/app-builder-lib/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# app-builder-lib
22

3+
## 23.6.0
4+
5+
### Minor Changes
6+
7+
- [#7141](https://github.com/electron-userland/electron-builder/pull/7141) [`d71a5790`](https://github.com/electron-userland/electron-builder/commit/d71a5790a94cd56b6e033b656b4892ec31f14b9d) Thanks [@moulinierf](https://github.com/moulinierf)! - feat: add nsis option to remove the default uninstall welcome page
8+
9+
### Patch Changes
10+
11+
- [#7142](https://github.com/electron-userland/electron-builder/pull/7142) [`9338097a`](https://github.com/electron-userland/electron-builder/commit/9338097a9f6754dee8d87185154eaa7d9cffdec8) Thanks [@hrueger](https://github.com/hrueger)! - fix: formatting of Code in the MacOS PKG docs
12+
13+
- Updated dependencies [[`4583273e`](https://github.com/electron-userland/electron-builder/commit/4583273ebe5cabfd1c14f647dc9edb7bff3c3bf3)]:
14+
- builder-util@23.6.0
15+
- electron-publish@23.6.0
16+
317
## 23.5.1
418

519
### Patch Changes

packages/app-builder-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "app-builder-lib",
33
"description": "electron-builder lib",
4-
"version": "23.5.1",
4+
"version": "23.6.0",
55
"main": "out/index.js",
66
"files": [
77
"out",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = "23.5.1"
1+
export const PACKAGE_VERSION = "23.6.0"

packages/builder-util/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# builder-util
22

3+
## 23.6.0
4+
5+
### Patch Changes
6+
7+
- [#7152](https://github.com/electron-userland/electron-builder/pull/7152) [`4583273e`](https://github.com/electron-userland/electron-builder/commit/4583273ebe5cabfd1c14f647dc9edb7bff3c3bf3) Thanks [@kuidaoring](https://github.com/kuidaoring)! - feat: add Github Actions environment variable to isPullRequest method to detect if build is a PR
8+
39
## 23.5.0
410

511
### Patch Changes

packages/builder-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "builder-util",
3-
"version": "23.5.0",
3+
"version": "23.6.0",
44
"main": "out/util.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/dmg-builder/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# dmg-builder
22

3+
## 23.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4583273e`](https://github.com/electron-userland/electron-builder/commit/4583273ebe5cabfd1c14f647dc9edb7bff3c3bf3), [`9338097a`](https://github.com/electron-userland/electron-builder/commit/9338097a9f6754dee8d87185154eaa7d9cffdec8), [`d71a5790`](https://github.com/electron-userland/electron-builder/commit/d71a5790a94cd56b6e033b656b4892ec31f14b9d)]:
8+
- builder-util@23.6.0
9+
- app-builder-lib@23.6.0
10+
311
## 23.5.1
412

513
### Patch Changes

packages/dmg-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dmg-builder",
3-
"version": "23.5.1",
3+
"version": "23.6.0",
44
"main": "out/dmgUtil.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/electron-builder-squirrel-windows/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# electron-builder-squirrel-windows
22

3+
## 23.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4583273e`](https://github.com/electron-userland/electron-builder/commit/4583273ebe5cabfd1c14f647dc9edb7bff3c3bf3), [`9338097a`](https://github.com/electron-userland/electron-builder/commit/9338097a9f6754dee8d87185154eaa7d9cffdec8), [`d71a5790`](https://github.com/electron-userland/electron-builder/commit/d71a5790a94cd56b6e033b656b4892ec31f14b9d)]:
8+
- builder-util@23.6.0
9+
- app-builder-lib@23.6.0
10+
311
## 23.5.1
412

513
### Patch Changes

packages/electron-builder-squirrel-windows/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-builder-squirrel-windows",
3-
"version": "23.5.1",
3+
"version": "23.6.0",
44
"main": "out/SquirrelWindowsTarget.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/electron-builder/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# electron-builder
22

3+
## 23.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4583273e`](https://github.com/electron-userland/electron-builder/commit/4583273ebe5cabfd1c14f647dc9edb7bff3c3bf3), [`9338097a`](https://github.com/electron-userland/electron-builder/commit/9338097a9f6754dee8d87185154eaa7d9cffdec8), [`d71a5790`](https://github.com/electron-userland/electron-builder/commit/d71a5790a94cd56b6e033b656b4892ec31f14b9d)]:
8+
- builder-util@23.6.0
9+
- app-builder-lib@23.6.0
10+
- dmg-builder@23.6.0
11+
312
## 23.5.1
413

514
### Patch Changes

packages/electron-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-builder",
33
"description": "A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box",
4-
"version": "23.5.1",
4+
"version": "23.6.0",
55
"main": "out/index.js",
66
"files": [
77
"out"

packages/electron-forge-maker-appimage/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# electron-forge-maker-appimage
22

3+
## 23.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9338097a`](https://github.com/electron-userland/electron-builder/commit/9338097a9f6754dee8d87185154eaa7d9cffdec8), [`d71a5790`](https://github.com/electron-userland/electron-builder/commit/d71a5790a94cd56b6e033b656b4892ec31f14b9d)]:
8+
- app-builder-lib@23.6.0
9+
310
## 23.5.1
411

512
### Patch Changes

packages/electron-forge-maker-appimage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-forge-maker-appimage",
3-
"version": "23.5.1",
3+
"version": "23.6.0",
44
"main": "main.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/electron-forge-maker-nsis-web/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# electron-forge-maker-nsis-web
22

3+
## 23.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9338097a`](https://github.com/electron-userland/electron-builder/commit/9338097a9f6754dee8d87185154eaa7d9cffdec8), [`d71a5790`](https://github.com/electron-userland/electron-builder/commit/d71a5790a94cd56b6e033b656b4892ec31f14b9d)]:
8+
- app-builder-lib@23.6.0
9+
310
## 23.5.1
411

512
### Patch Changes

packages/electron-forge-maker-nsis-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-forge-maker-nsis-web",
3-
"version": "23.5.1",
3+
"version": "23.6.0",
44
"main": "main.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/electron-forge-maker-nsis/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# electron-forge-maker-nsis
22

3+
## 23.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9338097a`](https://github.com/electron-userland/electron-builder/commit/9338097a9f6754dee8d87185154eaa7d9cffdec8), [`d71a5790`](https://github.com/electron-userland/electron-builder/commit/d71a5790a94cd56b6e033b656b4892ec31f14b9d)]:
8+
- app-builder-lib@23.6.0
9+
310
## 23.5.1
411

512
### Patch Changes

packages/electron-forge-maker-nsis/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-forge-maker-nsis",
3-
"version": "23.5.1",
3+
"version": "23.6.0",
44
"main": "main.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/electron-forge-maker-snap/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# electron-forge-maker-snap
22

3+
## 23.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9338097a`](https://github.com/electron-userland/electron-builder/commit/9338097a9f6754dee8d87185154eaa7d9cffdec8), [`d71a5790`](https://github.com/electron-userland/electron-builder/commit/d71a5790a94cd56b6e033b656b4892ec31f14b9d)]:
8+
- app-builder-lib@23.6.0
9+
310
## 23.5.1
411

512
### Patch Changes

packages/electron-forge-maker-snap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-forge-maker-snap",
3-
"version": "23.5.1",
3+
"version": "23.6.0",
44
"main": "main.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/electron-publish/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# electron-publish
22

3+
## 23.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4583273e`](https://github.com/electron-userland/electron-builder/commit/4583273ebe5cabfd1c14f647dc9edb7bff3c3bf3)]:
8+
- builder-util@23.6.0
9+
310
## 23.5.0
411

512
### Patch Changes

packages/electron-publish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-publish",
3-
"version": "23.5.0",
3+
"version": "23.6.0",
44
"main": "out/publisher.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/electron-updater/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 4.3.0
22

3+
## 5.3.0
4+
5+
### Minor Changes
6+
7+
- [#7136](https://github.com/electron-userland/electron-builder/pull/7136) [`4d989a8a`](https://github.com/electron-userland/electron-builder/commit/4d989a8a52bf7baac22742769abcc795ce193fbd) Thanks [@shenglianlee](https://github.com/shenglianlee)! - feat: non-silent mode allow not to run the app when the installation is complete
8+
39
## 5.2.4
410

511
### Patch Changes

packages/electron-updater/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-updater",
3-
"version": "5.2.4",
3+
"version": "5.3.0",
44
"description": "Cross platform updater for electron applications",
55
"main": "out/main.js",
66
"author": "Vladimir Krivosheev",

0 commit comments

Comments
 (0)