Skip to content

Commit fb8a056

Browse files
chore(deploy): Release
1 parent 14b96df commit fb8a056

File tree

24 files changed

+91
-30
lines changed

24 files changed

+91
-30
lines changed

.changeset/light-pandas-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-shrimps-invite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slimy-ligers-dance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wise-apples-look.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [](https://github.com/electron-userland/electron-builder/compare/v26.0.10...v) (2025-03-07)
2+
3+
4+
### Bug Fixes
5+
6+
* `after-install.tpl` - Detect if `apparmor` is enabled instead of just file-exists check ([#8932](https://github.com/electron-userland/electron-builder/issues/8932)) ([e1ea62b](https://github.com/electron-userland/electron-builder/commit/e1ea62b0029c4adca20196ef060948777caeac37))
7+
* find cwd using `getProjectRootPath` for detecting package manager ([#8941](https://github.com/electron-userland/electron-builder/issues/8941)) ([14b96df](https://github.com/electron-userland/electron-builder/commit/14b96dfcbb7e4fd114169c35b50932bf5777fcf1))
8+
* re-export various types from electron-updater ([#8933](https://github.com/electron-userland/electron-builder/issues/8933)) ([324032c](https://github.com/electron-userland/electron-builder/commit/324032c5ea94b983cda8a5510fcc1a3fb752a1a1))
9+
10+
11+
112
# [](https://github.com/electron-userland/electron-builder/compare/v26.0.9...v) (2025-03-03)
213

314

packages/app-builder-lib/CHANGELOG.md

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

3+
## 26.0.11
4+
5+
### Patch Changes
6+
7+
- [#8941](https://github.com/electron-userland/electron-builder/pull/8941) [`14b96dfc`](https://github.com/electron-userland/electron-builder/commit/14b96dfcbb7e4fd114169c35b50932bf5777fcf1) Thanks [@mmaietta](https://github.com/mmaietta)! - fix: find cwd using getProjectRootPath for detecting package manager
8+
9+
- [#8928](https://github.com/electron-userland/electron-builder/pull/8928) [`70d7c855`](https://github.com/electron-userland/electron-builder/commit/70d7c855360eb66b429f67a976709a52ce193a59) Thanks [@rotu](https://github.com/rotu)! - chore(docs): Document that detectUpdateChannel doesn't work when publishing to github
10+
11+
- [#8932](https://github.com/electron-userland/electron-builder/pull/8932) [`e1ea62b0`](https://github.com/electron-userland/electron-builder/commit/e1ea62b0029c4adca20196ef060948777caeac37) Thanks [@gaaf](https://github.com/gaaf)! - fix: `after-install.tpl`: Detect if apparmor is enabled instead of just file-exists check
12+
13+
- Updated dependencies []:
14+
- dmg-builder@26.0.11
15+
- electron-builder-squirrel-windows@26.0.11
16+
317
## 26.0.10
418

519
### 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": "26.0.10",
4+
"version": "26.0.11",
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 = "26.0.10"
1+
export const PACKAGE_VERSION = "26.0.11"

packages/dmg-builder/CHANGELOG.md

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

3+
## 26.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`14b96dfc`](https://github.com/electron-userland/electron-builder/commit/14b96dfcbb7e4fd114169c35b50932bf5777fcf1), [`70d7c855`](https://github.com/electron-userland/electron-builder/commit/70d7c855360eb66b429f67a976709a52ce193a59), [`e1ea62b0`](https://github.com/electron-userland/electron-builder/commit/e1ea62b0029c4adca20196ef060948777caeac37)]:
8+
- app-builder-lib@26.0.11
9+
310
## 26.0.10
411

512
### 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": "26.0.10",
3+
"version": "26.0.11",
44
"main": "out/dmgUtil.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

0 commit comments

Comments
 (0)