Skip to content

Commit

Permalink
chore(deploy): Release v25.0.0-alpha.1 (6.3.0-alpha.1) (alpha) (#8111)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 9, 2024
1 parent 0bc304e commit 2e6523a
Show file tree
Hide file tree
Showing 27 changed files with 127 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Expand Up @@ -18,7 +18,9 @@
},
"changesets": [
"breezy-pans-shop",
"chatty-zebras-greet",
"stale-otters-turn",
"twelve-points-whisper",
"wild-buttons-pretend"
]
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# [](https://github.com/electron-userland/electron-builder/compare/v24.13.4-alpha.0...v) (2024-03-09)


### Features

* add minimumSystemVersion in electron updater ([#8108](https://github.com/electron-userland/electron-builder/issues/8108)) ([3d4cc7a](https://github.com/electron-userland/electron-builder/commit/3d4cc7ae01c4f6154d6ea59726578b1ff99b9daf))
* yarn 3 support for native modules via new electron/rebuild compilation ([#8112](https://github.com/electron-userland/electron-builder/issues/8112)) ([9edfee6](https://github.com/electron-userland/electron-builder/commit/9edfee6da2de0cfedafebceef0dbfea1a0a17644))



# [](https://github.com/electron-userland/electron-builder/compare/v24.13.3...v) (2024-03-08)


Expand Down
15 changes: 15 additions & 0 deletions packages/app-builder-lib/CHANGELOG.md
@@ -1,5 +1,20 @@
# app-builder-lib

## 25.0.0-alpha.1

### Minor Changes

- [#8112](https://github.com/electron-userland/electron-builder/pull/8112) [`9edfee6d`](https://github.com/electron-userland/electron-builder/commit/9edfee6da2de0cfedafebceef0dbfea1a0a17644) Thanks [@mmaietta](https://github.com/mmaietta)! - feat: implementing electron/rebuild with config option `nativeRebuilder` default: `legacy` to support Yarn 3 (modes: `parallel` or `sequential`)

### Patch Changes

- Updated dependencies [[`3d4cc7ae`](https://github.com/electron-userland/electron-builder/commit/3d4cc7ae01c4f6154d6ea59726578b1ff99b9daf)]:
- builder-util-runtime@9.2.5-alpha.1
- builder-util@25.0.0-alpha.1
- dmg-builder@25.0.0-alpha.1
- electron-publish@25.0.0-alpha.1
- electron-builder-squirrel-windows@25.0.0-alpha.1

## 24.13.4-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder-lib/package.json
@@ -1,7 +1,7 @@
{
"name": "app-builder-lib",
"description": "electron-builder lib",
"version": "24.13.4-alpha.0",
"version": "25.0.0-alpha.1",
"main": "out/index.js",
"files": [
"out",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder-lib/src/version.ts
@@ -1 +1 @@
export const PACKAGE_VERSION = "24.13.4-alpha.0"
export const PACKAGE_VERSION = "25.0.0-alpha.1"
6 changes: 6 additions & 0 deletions packages/builder-util-runtime/CHANGELOG.md
@@ -1,5 +1,11 @@
# builder-util-runtime

## 9.2.5-alpha.1

### Patch Changes

- [#8108](https://github.com/electron-userland/electron-builder/pull/8108) [`3d4cc7ae`](https://github.com/electron-userland/electron-builder/commit/3d4cc7ae01c4f6154d6ea59726578b1ff99b9daf) Thanks [@beyondkmp](https://github.com/beyondkmp)! - feat: add `minimumSystemVersion` in electron updater

## 9.2.5-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-util-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "builder-util-runtime",
"version": "9.2.5-alpha.0",
"version": "9.2.5-alpha.1",
"main": "out/index.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/builder-util/CHANGELOG.md
@@ -1,5 +1,14 @@
# builder-util

## 25.0.0-alpha.1

### Patch Changes

- [#8108](https://github.com/electron-userland/electron-builder/pull/8108) [`3d4cc7ae`](https://github.com/electron-userland/electron-builder/commit/3d4cc7ae01c4f6154d6ea59726578b1ff99b9daf) Thanks [@beyondkmp](https://github.com/beyondkmp)! - feat: add `minimumSystemVersion` in electron updater

- Updated dependencies [[`3d4cc7ae`](https://github.com/electron-userland/electron-builder/commit/3d4cc7ae01c4f6154d6ea59726578b1ff99b9daf)]:
- builder-util-runtime@9.2.5-alpha.1

## 24.13.4-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-util/package.json
@@ -1,6 +1,6 @@
{
"name": "builder-util",
"version": "24.13.4-alpha.0",
"version": "25.0.0-alpha.1",
"main": "out/util.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/dmg-builder/CHANGELOG.md
@@ -1,5 +1,14 @@
# dmg-builder

## 25.0.0-alpha.1

### Patch Changes

- Updated dependencies [[`3d4cc7ae`](https://github.com/electron-userland/electron-builder/commit/3d4cc7ae01c4f6154d6ea59726578b1ff99b9daf), [`9edfee6d`](https://github.com/electron-userland/electron-builder/commit/9edfee6da2de0cfedafebceef0dbfea1a0a17644)]:
- builder-util-runtime@9.2.5-alpha.1
- builder-util@25.0.0-alpha.1
- app-builder-lib@25.0.0-alpha.1

## 24.13.4-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dmg-builder/package.json
@@ -1,6 +1,6 @@
{
"name": "dmg-builder",
"version": "24.13.4-alpha.0",
"version": "25.0.0-alpha.1",
"main": "out/dmgUtil.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/electron-builder-squirrel-windows/CHANGELOG.md
@@ -1,5 +1,13 @@
# electron-builder-squirrel-windows

## 25.0.0-alpha.1

### Patch Changes

- Updated dependencies [[`3d4cc7ae`](https://github.com/electron-userland/electron-builder/commit/3d4cc7ae01c4f6154d6ea59726578b1ff99b9daf), [`9edfee6d`](https://github.com/electron-userland/electron-builder/commit/9edfee6da2de0cfedafebceef0dbfea1a0a17644)]:
- builder-util@25.0.0-alpha.1
- app-builder-lib@25.0.0-alpha.1

## 24.13.4-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder-squirrel-windows/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-builder-squirrel-windows",
"version": "24.13.4-alpha.0",
"version": "25.0.0-alpha.1",
"main": "out/SquirrelWindowsTarget.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/electron-builder/CHANGELOG.md
@@ -1,5 +1,15 @@
# electron-builder

## 25.0.0-alpha.1

### Patch Changes

- Updated dependencies [[`3d4cc7ae`](https://github.com/electron-userland/electron-builder/commit/3d4cc7ae01c4f6154d6ea59726578b1ff99b9daf), [`9edfee6d`](https://github.com/electron-userland/electron-builder/commit/9edfee6da2de0cfedafebceef0dbfea1a0a17644)]:
- builder-util-runtime@9.2.5-alpha.1
- builder-util@25.0.0-alpha.1
- app-builder-lib@25.0.0-alpha.1
- dmg-builder@25.0.0-alpha.1

## 24.13.4-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder/package.json
@@ -1,7 +1,7 @@
{
"name": "electron-builder",
"description": "A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box",
"version": "24.13.4-alpha.0",
"version": "25.0.0-alpha.1",
"main": "out/index.js",
"files": [
"out"
Expand Down
7 changes: 7 additions & 0 deletions packages/electron-forge-maker-appimage/CHANGELOG.md
@@ -1,5 +1,12 @@
# electron-forge-maker-appimage

## 25.0.0-alpha.1

### Patch Changes

- Updated dependencies [[`9edfee6d`](https://github.com/electron-userland/electron-builder/commit/9edfee6da2de0cfedafebceef0dbfea1a0a17644)]:
- app-builder-lib@25.0.0-alpha.1

## 24.13.4-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-appimage/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-appimage",
"version": "24.13.4-alpha.0",
"version": "25.0.0-alpha.1",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/electron-forge-maker-nsis-web/CHANGELOG.md
@@ -1,5 +1,12 @@
# electron-forge-maker-nsis-web

## 25.0.0-alpha.1

### Patch Changes

- Updated dependencies [[`9edfee6d`](https://github.com/electron-userland/electron-builder/commit/9edfee6da2de0cfedafebceef0dbfea1a0a17644)]:
- app-builder-lib@25.0.0-alpha.1

## 24.13.4-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis-web/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-nsis-web",
"version": "24.13.4-alpha.0",
"version": "25.0.0-alpha.1",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/electron-forge-maker-nsis/CHANGELOG.md
@@ -1,5 +1,12 @@
# electron-forge-maker-nsis

## 25.0.0-alpha.1

### Patch Changes

- Updated dependencies [[`9edfee6d`](https://github.com/electron-userland/electron-builder/commit/9edfee6da2de0cfedafebceef0dbfea1a0a17644)]:
- app-builder-lib@25.0.0-alpha.1

## 24.13.4-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-nsis",
"version": "24.13.4-alpha.0",
"version": "25.0.0-alpha.1",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/electron-forge-maker-snap/CHANGELOG.md
@@ -1,5 +1,12 @@
# electron-forge-maker-snap

## 25.0.0-alpha.1

### Patch Changes

- Updated dependencies [[`9edfee6d`](https://github.com/electron-userland/electron-builder/commit/9edfee6da2de0cfedafebceef0dbfea1a0a17644)]:
- app-builder-lib@25.0.0-alpha.1

## 24.13.4-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-snap/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-snap",
"version": "24.13.4-alpha.0",
"version": "25.0.0-alpha.1",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/electron-publish/CHANGELOG.md
@@ -1,5 +1,13 @@
# electron-publish

## 25.0.0-alpha.1

### Patch Changes

- Updated dependencies [[`3d4cc7ae`](https://github.com/electron-userland/electron-builder/commit/3d4cc7ae01c4f6154d6ea59726578b1ff99b9daf)]:
- builder-util-runtime@9.2.5-alpha.1
- builder-util@25.0.0-alpha.1

## 24.13.4-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-publish/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-publish",
"version": "24.13.4-alpha.0",
"version": "25.0.0-alpha.1",
"main": "out/publisher.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/electron-updater/CHANGELOG.md
@@ -1,5 +1,14 @@
## 4.3.0

## 6.3.0-alpha.1

### Patch Changes

- [#8108](https://github.com/electron-userland/electron-builder/pull/8108) [`3d4cc7ae`](https://github.com/electron-userland/electron-builder/commit/3d4cc7ae01c4f6154d6ea59726578b1ff99b9daf) Thanks [@beyondkmp](https://github.com/beyondkmp)! - feat: add `minimumSystemVersion` in electron updater

- Updated dependencies [[`3d4cc7ae`](https://github.com/electron-userland/electron-builder/commit/3d4cc7ae01c4f6154d6ea59726578b1ff99b9daf)]:
- builder-util-runtime@9.2.5-alpha.1

## 6.3.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-updater/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-updater",
"version": "6.3.0-alpha.0",
"version": "6.3.0-alpha.1",
"description": "Cross platform updater for electron applications",
"main": "out/main.js",
"author": "Vladimir Krivosheev",
Expand Down

0 comments on commit 2e6523a

Please sign in to comment.