From cec33b0314892d2f296c65b4e3aa4707abc95cce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 24 Oct 2024 11:56:28 +0000 Subject: [PATCH] chore(deploy): Release (alpha) --- .changeset/pre.json | 1 + CHANGELOG.md | 12 ++++++++++++ packages/electron-updater/CHANGELOG.md | 6 ++++++ packages/electron-updater/package.json | 2 +- 4 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 8a99c1b53f4..7211a6905b4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -19,6 +19,7 @@ "changesets": [ "early-penguins-share", "fluffy-wolves-smile", + "khaki-schools-provide", "lucky-tigers-do", "many-shoes-look", "nasty-mangos-yawn", diff --git a/CHANGELOG.md b/CHANGELOG.md index d83952c66b6..645cd3ea0fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [](https://github.com/electron-userland/electron-builder/compare/v26.0.0-alpha.2...v) (2024-10-24) + + +### Bug Fixes + +* add quotes to surround file path during azure signing to handle files with spaces ([#8606](https://github.com/electron-userland/electron-builder/issues/8606)) ([a0e635c](https://github.com/electron-userland/electron-builder/commit/a0e635c183633c291fd2e0a0e8c9a1c6b8e085a0)) +* check relative path in `asarUtil` without path separator ([#8603](https://github.com/electron-userland/electron-builder/issues/8603)) ([712a8bc](https://github.com/electron-userland/electron-builder/commit/712a8bce56331cd89df270f182fa27bf365e985b)) +* macUpdater - change `copyFileSync` to async operation to unblock the main thread ([#8623](https://github.com/electron-userland/electron-builder/issues/8623)) ([cfa67c0](https://github.com/electron-userland/electron-builder/commit/cfa67c01827a44c88fb8448562dbe928ba37494f)) +* **win): Revert "fix(win:** use appInfo description as primary entry for FileDescription" ([#8601](https://github.com/electron-userland/electron-builder/issues/8601)) ([215fc36](https://github.com/electron-userland/electron-builder/commit/215fc36b5e8d243ef5bc77d31eb8e30d0e8bca9d)), closes [electron-userland/electron-builder#8125](https://github.com/electron-userland/electron-builder/issues/8125) + + + # [](https://github.com/electron-userland/electron-builder/compare/v26.0.0-alpha.2...v) (2024-10-16) diff --git a/packages/electron-updater/CHANGELOG.md b/packages/electron-updater/CHANGELOG.md index 4163390f912..c74803b6996 100644 --- a/packages/electron-updater/CHANGELOG.md +++ b/packages/electron-updater/CHANGELOG.md @@ -1,5 +1,11 @@ ## 4.3.0 +## 6.4.0-alpha.1 + +### Patch Changes + +- [#8623](https://github.com/electron-userland/electron-builder/pull/8623) [`cfa67c01`](https://github.com/electron-userland/electron-builder/commit/cfa67c01827a44c88fb8448562dbe928ba37494f) Thanks [@q837477816](https://github.com/q837477816)! - fix: copyFileSync operation will block the main thread + ## 6.4.0-alpha.0 ### Minor Changes diff --git a/packages/electron-updater/package.json b/packages/electron-updater/package.json index 2d6cf579ab4..f85d627ef64 100644 --- a/packages/electron-updater/package.json +++ b/packages/electron-updater/package.json @@ -1,6 +1,6 @@ { "name": "electron-updater", - "version": "6.4.0-alpha.0", + "version": "6.4.0-alpha.1", "description": "Cross platform updater for electron applications", "main": "out/main.js", "author": "Vladimir Krivosheev",