Skip to content

Commit a01b08d

Browse files
chore(deploy): Release (next)
1 parent ed422f3 commit a01b08d

File tree

34 files changed

+316
-58
lines changed

34 files changed

+316
-58
lines changed

.changeset/chatty-buckets-float.md

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

.changeset/dull-carpets-stick.md

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

.changeset/many-badgers-happen.md

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

.changeset/new-seas-attend.md

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

.changeset/release-notes-to-github-gitlab.md

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

.changeset/respect-binaries-mirror.md

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

CHANGELOG.md

Lines changed: 90 additions & 0 deletions
Large diffs are not rendered by default.

packages/app-builder-lib/CHANGELOG.md

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

3+
## 26.9.0
4+
5+
### Minor Changes
6+
7+
- Feat: If necessary, start with --no-sandbox _[`#9590`](https://github.com/electron-userland/electron-builder/pull/9590) [`ed422f3`](https://github.com/electron-userland/electron-builder/commit/ed422f36540a93e9bd2a19bc7a5e729bf2b033ea) [@sabonerune](https://github.com/sabonerune)_
8+
- Feat(nsis): detect windows version and exclude win 7 compatibility logic when not needed _[`#9564`](https://github.com/electron-userland/electron-builder/pull/9564) [`13d8535`](https://github.com/electron-userland/electron-builder/commit/13d85355b6d37bd82d5153d260ba11de71323875) [@JPCrounse](https://github.com/JPCrounse)_
9+
- Feat: pass release notes to GitHub/GitLab release body via `releaseBody` and `releaseName` options _[`#9581`](https://github.com/electron-userland/electron-builder/pull/9581) [`b7df0bc`](https://github.com/electron-userland/electron-builder/commit/b7df0bcef5790814fd6df187346dcec625dc681e) [@asamofal](https://github.com/asamofal)_
10+
11+
### Patch Changes
12+
13+
- Fix: respect electron*builder_binaries_mirror in downloadArtifact *[`#9631`](https://github.com/electron-userland/electron-builder/pull/9631) [`0c8fc41`](https://github.com/electron-userland/electron-builder/commit/0c8fc415debf0dc7e19e8ffd9c06db100ef41f11) [@ysansan98](https://github.com/ysansan98)\_
14+
15+
downloadArtifact() was ignoring electron_builder_binaries_mirror and falling back
16+
to electron_mirror due to @electron/get behavior. This affected dmg-builder
17+
(macOS) and appimage-tools (Linux) downloads.
18+
- Extract getBinariesMirrorUrl() to share mirror URL resolution
19+
- Use the helper in both downloadArtifact() and getBinFromUrl()
20+
- Ensure custom mirrors are respected for all binary downloads
21+
22+
<details><summary>Updated 5 dependencies</summary>
23+
24+
<small>
25+
26+
[`b7df0bc`](https://github.com/electron-userland/electron-builder/commit/b7df0bcef5790814fd6df187346dcec625dc681e)
27+
28+
</small>
29+
30+
- `electron-publish@26.9.0`
31+
- `builder-util-runtime@9.6.0`
32+
- `dmg-builder@26.9.0`
33+
- `electron-builder-squirrel-windows@26.9.0`
34+
- `builder-util@26.9.0`
35+
36+
</details>
37+
338
## 26.8.2
439

540
### 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.8.2",
4+
"version": "26.9.0",
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.8.2"
1+
export const PACKAGE_VERSION = "26.9.0"

0 commit comments

Comments
 (0)