Skip to content

Commit dd145d6

Browse files
chore(deploy): Release v25.0.0-alpha.12 (electron-updater@6.3.0-alpha.7) (alpha) (#8296)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1ac86c9 commit dd145d6

File tree

27 files changed

+144
-13
lines changed

27 files changed

+144
-13
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
"brave-toys-fly",
2222
"breezy-pans-shop",
2323
"chatty-zebras-greet",
24+
"clean-boxes-do",
2425
"dirty-rats-happen",
2526
"fair-pants-talk",
2627
"fair-rockets-march",
2728
"fast-maps-dress",
2829
"flat-keys-wonder",
30+
"fluffy-dryers-enjoy",
2931
"four-taxis-doubt",
3032
"gentle-bags-thank",
3133
"good-pots-design",

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [](https://github.com/electron-userland/electron-builder/compare/v25.0.0-alpha.11...v) (2024-07-10)
2+
3+
4+
### Bug Fixes
5+
6+
* add `MemoLazy` class to fix `codeSigningInfo` and `cscInfo` not responding to changed args ([#8291](https://github.com/electron-userland/electron-builder/issues/8291)) ([ad668ae](https://github.com/electron-userland/electron-builder/commit/ad668ae14ef60fb91dd74aa71562f2fd68fbaa48))
7+
8+
9+
110
# [](https://github.com/electron-userland/electron-builder/compare/v25.0.0-alpha.10...v) (2024-07-05)
211

312

packages/app-builder-lib/CHANGELOG.md

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

3+
## 25.0.0-alpha.12
4+
5+
### Patch Changes
6+
7+
- [#8304](https://github.com/electron-userland/electron-builder/pull/8304) [`1ac86c9e`](https://github.com/electron-userland/electron-builder/commit/1ac86c9ea277a89611d415eb7f2ef70441b0eb28) Thanks [@mmaietta](https://github.com/mmaietta)! - chore: update pnpm to 9.4.0
8+
9+
- [#8291](https://github.com/electron-userland/electron-builder/pull/8291) [`ad668ae1`](https://github.com/electron-userland/electron-builder/commit/ad668ae14ef60fb91dd74aa71562f2fd68fbaa48) Thanks [@IsaacAderogba](https://github.com/IsaacAderogba)! - fix: add MemoLazy to fix codeSigningInfo not responding to changed args
10+
11+
- Updated dependencies [[`1ac86c9e`](https://github.com/electron-userland/electron-builder/commit/1ac86c9ea277a89611d415eb7f2ef70441b0eb28), [`ad668ae1`](https://github.com/electron-userland/electron-builder/commit/ad668ae14ef60fb91dd74aa71562f2fd68fbaa48)]:
12+
- builder-util@25.0.0-alpha.12
13+
- builder-util-runtime@9.2.5-alpha.4
14+
- dmg-builder@25.0.0-alpha.12
15+
- electron-builder-squirrel-windows@25.0.0-alpha.12
16+
- electron-publish@25.0.0-alpha.12
17+
318
## 25.0.0-alpha.11
419

520
### 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.11",
4+
"version": "25.0.0-alpha.12",
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.11"
1+
export const PACKAGE_VERSION = "25.0.0-alpha.12"

packages/builder-util-runtime/CHANGELOG.md

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

3+
## 9.2.5-alpha.4
4+
5+
### Patch Changes
6+
7+
- [#8304](https://github.com/electron-userland/electron-builder/pull/8304) [`1ac86c9e`](https://github.com/electron-userland/electron-builder/commit/1ac86c9ea277a89611d415eb7f2ef70441b0eb28) Thanks [@mmaietta](https://github.com/mmaietta)! - chore: update pnpm to 9.4.0
8+
9+
- [#8291](https://github.com/electron-userland/electron-builder/pull/8291) [`ad668ae1`](https://github.com/electron-userland/electron-builder/commit/ad668ae14ef60fb91dd74aa71562f2fd68fbaa48) Thanks [@IsaacAderogba](https://github.com/IsaacAderogba)! - fix: add MemoLazy to fix codeSigningInfo not responding to changed args
10+
311
## 9.2.5-alpha.3
412

513
### Patch Changes

packages/builder-util-runtime/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-runtime",
3-
"version": "9.2.5-alpha.3",
3+
"version": "9.2.5-alpha.4",
44
"main": "out/index.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/builder-util/CHANGELOG.md

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

3+
## 25.0.0-alpha.12
4+
5+
### Patch Changes
6+
7+
- [#8304](https://github.com/electron-userland/electron-builder/pull/8304) [`1ac86c9e`](https://github.com/electron-userland/electron-builder/commit/1ac86c9ea277a89611d415eb7f2ef70441b0eb28) Thanks [@mmaietta](https://github.com/mmaietta)! - chore: update pnpm to 9.4.0
8+
9+
- Updated dependencies [[`1ac86c9e`](https://github.com/electron-userland/electron-builder/commit/1ac86c9ea277a89611d415eb7f2ef70441b0eb28), [`ad668ae1`](https://github.com/electron-userland/electron-builder/commit/ad668ae14ef60fb91dd74aa71562f2fd68fbaa48)]:
10+
- builder-util-runtime@9.2.5-alpha.4
11+
312
## 25.0.0-alpha.10
413

514
### 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.10",
3+
"version": "25.0.0-alpha.12",
44
"main": "out/util.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/dmg-builder/CHANGELOG.md

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

3+
## 25.0.0-alpha.12
4+
5+
### Patch Changes
6+
7+
- [#8304](https://github.com/electron-userland/electron-builder/pull/8304) [`1ac86c9e`](https://github.com/electron-userland/electron-builder/commit/1ac86c9ea277a89611d415eb7f2ef70441b0eb28) Thanks [@mmaietta](https://github.com/mmaietta)! - chore: update pnpm to 9.4.0
8+
9+
- Updated dependencies [[`1ac86c9e`](https://github.com/electron-userland/electron-builder/commit/1ac86c9ea277a89611d415eb7f2ef70441b0eb28), [`ad668ae1`](https://github.com/electron-userland/electron-builder/commit/ad668ae14ef60fb91dd74aa71562f2fd68fbaa48)]:
10+
- app-builder-lib@25.0.0-alpha.12
11+
- builder-util@25.0.0-alpha.12
12+
- builder-util-runtime@9.2.5-alpha.4
13+
314
## 25.0.0-alpha.11
415

516
### Patch Changes

0 commit comments

Comments
 (0)