Skip to content

Commit 24e66fc

Browse files
chore(deploy): Release (alpha)
1 parent ece7f88 commit 24e66fc

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"purple-phones-sin",
3636
"real-olives-film",
3737
"seven-garlics-tell",
38+
"sharp-olives-decide",
3839
"shy-lizards-beam",
3940
"silly-camels-fry",
4041
"silly-cycles-cheer",

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [](https://github.com/electron-userland/electron-builder/compare/v24.0.0-alpha.11...v) (2023-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* `inherit` stdio for electron-updater `exec` ([#7393](https://github.com/electron-userland/electron-builder/issues/7393)) ([#7394](https://github.com/electron-userland/electron-builder/issues/7394)) ([1bbcfb3](https://github.com/electron-userland/electron-builder/commit/1bbcfb3dc5f36b0803c69e9170db16ded52a0043))
7+
* **docs:** PlatformSpecificBuildOptions.md broken link ([#7405](https://github.com/electron-userland/electron-builder/issues/7405)) ([ece7f88](https://github.com/electron-userland/electron-builder/commit/ece7f889f93921894cbbcb02b924dc90d793be7c))
8+
9+
10+
111
# [](https://github.com/electron-userland/electron-builder/compare/v24.0.0-alpha.10...v) (2023-01-24)
212

313

docs/generated/PlatformSpecificBuildOptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<p><code id="PlatformSpecificBuildOptions-extraFiles">extraFiles</code> The <a href="/configuration/contents#extrafiles">extra files</a> configuration.</p>
2222
</li>
2323
<li>
24-
<p><code id="PlatformSpecificBuildOptions-asar">asar</code> = <code>true</code> <a href="#AsarOptions">AsarOptions</a> | Boolean | “undefined” - Whether to package the application’s source code into an archive, using <a href="https://www.electronjs.org/docs/latest/tutorial/application-distribution/">Electron’s archive format</a>.</p>
24+
<p><code id="PlatformSpecificBuildOptions-asar">asar</code> = <code>true</code> <a href="#AsarOptions">AsarOptions</a> | Boolean | “undefined” - Whether to package the application’s source code into an archive, using <a href="http://electron.atom.io/docs/tutorial/application-packaging/">Electron’s archive format</a>.</p>
2525
<p>Node modules, that must be unpacked, will be detected automatically, you don’t need to explicitly set <a href="#configuration-asarUnpack">asarUnpack</a> - please file an issue if this doesn’t work.</p>
2626
</li>
2727
<li>
28-
<p><code id="PlatformSpecificBuildOptions-asarUnpack">asarUnpack</code> Array&lt;String&gt; | String | “undefined” - A <a href="/file-patterns">glob patterns</a> relative to the <a href="#MetadataDirectories-app">app directory</a>, which specifies which files to unpack when creating the <a href="https://www.electronjs.org/docs/latest/tutorial/application-distribution/">asar</a> archive.</p>
28+
<p><code id="PlatformSpecificBuildOptions-asarUnpack">asarUnpack</code> Array&lt;String&gt; | String | “undefined” - A <a href="/file-patterns">glob patterns</a> relative to the <a href="#MetadataDirectories-app">app directory</a>, which specifies which files to unpack when creating the <a href="http://electron.atom.io/docs/tutorial/application-packaging/">asar</a> archive.</p>
2929
</li>
3030
</ul>
3131
<hr>

packages/electron-updater/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 4.3.0
22

3+
## 6.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#7394](https://github.com/electron-userland/electron-builder/pull/7394) [`1bbcfb3d`](https://github.com/electron-userland/electron-builder/commit/1bbcfb3dc5f36b0803c69e9170db16ded52a0043) Thanks [@ganthern](https://github.com/ganthern)! - fix: inherit stdio for updated processes (#7393)
8+
39
## 6.0.0-alpha.8
410

511
### Patch Changes

packages/electron-updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-updater",
3-
"version": "6.0.0-alpha.8",
3+
"version": "6.0.0-alpha.9",
44
"description": "Cross platform updater for electron applications",
55
"main": "out/main.js",
66
"author": "Vladimir Krivosheev",

0 commit comments

Comments
 (0)