Skip to content

Commit 1320c0e

Browse files
chore(deploy): Release v25.0.0-alpha.13 ([email protected]) (alpha) (#8315)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 79ab3f8 commit 1320c0e

File tree

26 files changed

+127
-15
lines changed

26 files changed

+127
-15
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"dirty-rats-happen",
2626
"fair-pants-talk",
2727
"fair-rockets-march",
28+
"famous-cycles-walk",
2829
"fast-maps-dress",
2930
"flat-keys-wonder",
3031
"fluffy-dryers-enjoy",
@@ -33,7 +34,9 @@
3334
"good-pots-design",
3435
"green-parrots-drum",
3536
"lazy-buttons-hunt",
37+
"lovely-bottles-allow",
3638
"lucky-otters-report",
39+
"mean-horses-film",
3740
"mighty-spies-knock",
3841
"moody-years-poke",
3942
"neat-bottles-wash",
@@ -42,6 +45,8 @@
4245
"popular-jobs-protect",
4346
"pretty-lemons-trade",
4447
"quiet-jars-leave",
48+
"real-ducks-repair",
49+
"rich-eels-notice",
4550
"selfish-experts-wonder",
4651
"selfish-icons-rest",
4752
"selfish-turtles-fold",
@@ -55,6 +60,7 @@
5560
"tame-balloons-walk",
5661
"tender-countries-drive",
5762
"thick-flies-carry",
63+
"tidy-donkeys-protect",
5864
"tough-clouds-think",
5965
"twelve-points-whisper",
6066
"wild-buttons-pretend",

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [](https://github.com/electron-userland/electron-builder/compare/v25.0.0-alpha.12...v) (2024-07-12)
2+
3+
4+
### Bug Fixes
5+
6+
* binary checking for unpacked assets ([#8310](https://github.com/electron-userland/electron-builder/issues/8310)) ([145ecb6](https://github.com/electron-userland/electron-builder/commit/145ecb66baabd39ca523ebbba26ef484384fe8e7))
7+
* **deps:** update dependency minimatch to v10 ([#8327](https://github.com/electron-userland/electron-builder/issues/8327)) ([f9eae65](https://github.com/electron-userland/electron-builder/commit/f9eae653985f332ead7545490c73aa27d90c35cd))
8+
* **deps:** update dependency read-config-file to v6.4.0 ([#8324](https://github.com/electron-userland/electron-builder/issues/8324)) ([1f1f92c](https://github.com/electron-userland/electron-builder/commit/1f1f92c978acfde789abd740086be2e6398fe5e6))
9+
* Modify the import method of the builder-util package ([#8330](https://github.com/electron-userland/electron-builder/issues/8330)) ([db1894d](https://github.com/electron-userland/electron-builder/commit/db1894d78a0bbf8377a787a25dddc17af22a4667))
10+
* Nsis license file encode issue ([#8314](https://github.com/electron-userland/electron-builder/issues/8314)) ([1337f15](https://github.com/electron-userland/electron-builder/commit/1337f158c93d4c83ebaefb20833811fd90f05f16))
11+
* **rpm-updater:** stop uninstalling app before update ([#8311](https://github.com/electron-userland/electron-builder/issues/8311)) ([35a0784](https://github.com/electron-userland/electron-builder/commit/35a0784eb4cffc2fcbf33ec58fefbacf8e8e5125)), closes [#8305](https://github.com/electron-userland/electron-builder/issues/8305)
12+
13+
14+
115
# [](https://github.com/electron-userland/electron-builder/compare/v25.0.0-alpha.11...v) (2024-07-10)
216

317

docs/api/electron-builder.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Developer API only. See [Configuration](../configuration/configuration.md) for u
111111
<ul>
112112
<li><a href="#module_app-builder-lib.Framework+afterPack"><code>.afterPack(context)</code></a> ⇒ <code>Promise&lt;any&gt;</code></li>
113113
<li><a href="#module_app-builder-lib.Framework+beforeCopyExtraFiles"><code>.beforeCopyExtraFiles(options)</code></a> ⇒ <code>Promise&lt;any&gt;</code></li>
114-
<li><a href="#module_app-builder-lib.Framework+createTransformer"><code>.createTransformer()</code></a> ⇒ <code>null</code> | <code>module:packages/builder-util/out/fs.__type</code></li>
114+
<li><a href="#module_app-builder-lib.Framework+createTransformer"><code>.createTransformer()</code></a> ⇒ <code>null</code> | <code>module:builder-util/out/fs.__type</code></li>
115115
<li><a href="#module_app-builder-lib.Framework+getDefaultIcon"><code>.getDefaultIcon(platform)</code></a> ⇒ <code>null</code> | <code>String</code></li>
116116
<li><a href="#module_app-builder-lib.Framework+getExcludedDependencies"><code>.getExcludedDependencies(platform)</code></a> ⇒ <code>null</code> | <code>Array</code></li>
117117
<li><a href="#module_app-builder-lib.Framework+getMainFile"><code>.getMainFile(platform)</code></a> ⇒ <code>null</code> | <code>String</code></li>
@@ -341,7 +341,7 @@ Developer API only. See [Configuration](../configuration/configuration.md) for u
341341
<ul>
342342
<li><a href="#module_app-builder-lib.Framework+afterPack"><code>.afterPack(context)</code></a> ⇒ <code>Promise&lt;any&gt;</code></li>
343343
<li><a href="#module_app-builder-lib.Framework+beforeCopyExtraFiles"><code>.beforeCopyExtraFiles(options)</code></a> ⇒ <code>Promise&lt;any&gt;</code></li>
344-
<li><a href="#module_app-builder-lib.Framework+createTransformer"><code>.createTransformer()</code></a> ⇒ <code>null</code> | <code>module:packages/builder-util/out/fs.__type</code></li>
344+
<li><a href="#module_app-builder-lib.Framework+createTransformer"><code>.createTransformer()</code></a> ⇒ <code>null</code> | <code>module:builder-util/out/fs.__type</code></li>
345345
<li><a href="#module_app-builder-lib.Framework+getDefaultIcon"><code>.getDefaultIcon(platform)</code></a> ⇒ <code>null</code> | <code>String</code></li>
346346
<li><a href="#module_app-builder-lib.Framework+getExcludedDependencies"><code>.getExcludedDependencies(platform)</code></a> ⇒ <code>null</code> | <code>Array</code></li>
347347
<li><a href="#module_app-builder-lib.Framework+getMainFile"><code>.getMainFile(platform)</code></a> ⇒ <code>null</code> | <code>String</code></li>
@@ -382,7 +382,7 @@ Developer API only. See [Configuration](../configuration/configuration.md) for u
382382
</tbody>
383383
</table>
384384
<p><a name="module_app-builder-lib.Framework+createTransformer"></a></p>
385-
<h3 id="framework.createtransformer()-%E2%87%92-null-%7C-module%3Apackages%2Fbuilder-util%2Fout%2Ffs.__type"><code>framework.createTransformer()</code> ⇒ <code>null</code> | <code>module:packages/builder-util/out/fs.__type</code></h3>
385+
<h3 id="framework.createtransformer()-%E2%87%92-null-%7C-module%3Abuilder-util%2Fout%2Ffs.__type"><code>framework.createTransformer()</code> ⇒ <code>null</code> | <code>module:builder-util/out/fs.__type</code></h3>
386386
<p><a name="module_app-builder-lib.Framework+getDefaultIcon"></a></p>
387387
<h3 id="framework.getdefaulticon(platform)-%E2%87%92-null-%7C-string"><code>framework.getDefaultIcon(platform)</code> ⇒ <code>null</code> | <code>String</code></h3>
388388
<table>

packages/app-builder-lib/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# app-builder-lib
22

3+
## 25.0.0-alpha.13
4+
5+
### Patch Changes
6+
7+
- [#8323](https://github.com/electron-userland/electron-builder/pull/8323) [`fa3275c0`](https://github.com/electron-userland/electron-builder/commit/fa3275c05b334f59453d04551fffa24bfa558e48) Thanks [@mmaietta](https://github.com/mmaietta)! - chore(deps): update dependency typescript to v5.5.3
8+
9+
- [#8310](https://github.com/electron-userland/electron-builder/pull/8310) [`145ecb66`](https://github.com/electron-userland/electron-builder/commit/145ecb66baabd39ca523ebbba26ef484384fe8e7) Thanks [@beyondkmp](https://github.com/beyondkmp)! - update binary checking
10+
11+
- [#8327](https://github.com/electron-userland/electron-builder/pull/8327) [`f9eae653`](https://github.com/electron-userland/electron-builder/commit/f9eae653985f332ead7545490c73aa27d90c35cd) Thanks [@mmaietta](https://github.com/mmaietta)! - fix(deps): update dependency minimatch to v10
12+
13+
- [#8314](https://github.com/electron-userland/electron-builder/pull/8314) [`1337f158`](https://github.com/electron-userland/electron-builder/commit/1337f158c93d4c83ebaefb20833811fd90f05f16) Thanks [@beyondkmp](https://github.com/beyondkmp)! - change license file's encode to utf8 with BOM
14+
15+
- Updated dependencies [[`db1894d7`](https://github.com/electron-userland/electron-builder/commit/db1894d78a0bbf8377a787a25dddc17af22a4667)]:
16+
17+
18+
19+
20+
321
## 25.0.0-alpha.12
422

523
### Patch Changes

packages/app-builder-lib/package.json

Lines changed: 1 addition & 1 deletion
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": "25.0.0-alpha.12",
4+
"version": "25.0.0-alpha.13",
55
"main": "out/index.js",
66
"files": [
77
"out",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = "25.0.0-alpha.12"
1+
export const PACKAGE_VERSION = "25.0.0-alpha.13"

packages/builder-util/CHANGELOG.md

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

3+
## 25.0.0-alpha.13
4+
5+
### Patch Changes
6+
7+
- [#8330](https://github.com/electron-userland/electron-builder/pull/8330) [`db1894d7`](https://github.com/electron-userland/electron-builder/commit/db1894d78a0bbf8377a787a25dddc17af22a4667) Thanks [@beyondkmp](https://github.com/beyondkmp)! - import builder-util from root instead of out
8+
39
## 25.0.0-alpha.12
410

511
### Patch Changes

packages/builder-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "builder-util",
3-
"version": "25.0.0-alpha.12",
3+
"version": "25.0.0-alpha.13",
44
"main": "out/util.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/dmg-builder/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# dmg-builder
22

3+
## 25.0.0-alpha.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fa3275c0`](https://github.com/electron-userland/electron-builder/commit/fa3275c05b334f59453d04551fffa24bfa558e48), [`145ecb66`](https://github.com/electron-userland/electron-builder/commit/145ecb66baabd39ca523ebbba26ef484384fe8e7), [`f9eae653`](https://github.com/electron-userland/electron-builder/commit/f9eae653985f332ead7545490c73aa27d90c35cd), [`db1894d7`](https://github.com/electron-userland/electron-builder/commit/db1894d78a0bbf8377a787a25dddc17af22a4667), [`1337f158`](https://github.com/electron-userland/electron-builder/commit/1337f158c93d4c83ebaefb20833811fd90f05f16)]:
8+
9+
10+
311
## 25.0.0-alpha.12
412

513
### Patch Changes

packages/dmg-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dmg-builder",
3-
"version": "25.0.0-alpha.12",
3+
"version": "25.0.0-alpha.13",
44
"main": "out/dmgUtil.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

0 commit comments

Comments
 (0)