Skip to content

Commit

Permalink
chore(deploy): Release 24.0.0-alpha.12 (electron-updater@6.0.0-alpha.…
Browse files Browse the repository at this point in the history
…9) (alpha) (#7397)
  • Loading branch information
github-actions[bot] committed Feb 15, 2023
1 parent b7a53d0 commit 8ba58fa
Show file tree
Hide file tree
Showing 22 changed files with 164 additions and 80 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,18 @@
"fresh-experts-clap",
"good-balloons-admire",
"healthy-walls-peel",
"hungry-trainers-relax",
"lazy-icons-ring",
"neat-peas-complain",
"nervous-zebras-accept",
"old-shrimps-drive",
"olive-planets-grin",
"plenty-bees-give",
"plenty-spoons-prove",
"purple-phones-sin",
"real-olives-film",
"seven-garlics-tell",
"sharp-olives-decide",
"shy-lizards-beam",
"silly-camels-fry",
"silly-cycles-cheer",
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [](https://github.com/electron-userland/electron-builder/compare/v24.0.0-alpha.11...v) (2023-02-15)


### Bug Fixes

* `inherit` stdio for electron-updater `exec` ([#7393](https://github.com/electron-userland/electron-builder/issues/7393)) ([#7394](https://github.com/electron-userland/electron-builder/issues/7394)) ([1bbcfb3](https://github.com/electron-userland/electron-builder/commit/1bbcfb3dc5f36b0803c69e9170db16ded52a0043))
* **docs:** PlatformSpecificBuildOptions.md broken link ([#7405](https://github.com/electron-userland/electron-builder/issues/7405)) ([ece7f88](https://github.com/electron-userland/electron-builder/commit/ece7f889f93921894cbbcb02b924dc90d793be7c))
* enable signing of .node modules in order to support WDAC ([#7421](https://github.com/electron-userland/electron-builder/issues/7421)) ([d1e0c34](https://github.com/electron-userland/electron-builder/commit/d1e0c348283b5f099217aa247f9af24c77a3e415)), closes [#7329](https://github.com/electron-userland/electron-builder/issues/7329)
* update docs for updated electron API ([b7a53d0](https://github.com/electron-userland/electron-builder/commit/b7a53d0f69f1350b47cef118b1ef4aaf9885f88f))


### Features

* Allow for NSIS windows installer to be wrapped in an MSI ([#7407](https://github.com/electron-userland/electron-builder/issues/7407)) ([a338730](https://github.com/electron-userland/electron-builder/commit/a3387309f0297cb824926bd7fa5cb653da9f24ca))



# [](https://github.com/electron-userland/electron-builder/compare/v24.0.0-alpha.10...v) (2023-01-24)


Expand Down
8 changes: 8 additions & 0 deletions packages/app-builder-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# app-builder-lib

## 24.0.0-alpha.12

### Patch Changes

- [`45c07e3e`](https://github.com/electron-userland/electron-builder/commit/45c07e3e063e89a6f8a82e8ae5ef7a2453ff161a) Thanks [@mmaietta](https://github.com/mmaietta)! - fix: enable signing of .node modules in order to support WDAC

- [#7407](https://github.com/electron-userland/electron-builder/pull/7407) [`a3387309`](https://github.com/electron-userland/electron-builder/commit/a3387309f0297cb824926bd7fa5cb653da9f24ca) Thanks [@ghost1face](https://github.com/ghost1face)! - feat: Allow for NSIS windows installer to be wrapped in an MSI

## 24.0.0-alpha.11

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app-builder-lib",
"description": "electron-builder lib",
"version": "24.0.0-alpha.11",
"version": "24.0.0-alpha.12",
"main": "out/index.js",
"files": [
"out",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder-lib/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = "24.0.0-alpha.11"
export const PACKAGE_VERSION = "24.0.0-alpha.12"
7 changes: 7 additions & 0 deletions packages/dmg-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# dmg-builder

## 24.0.0-alpha.12

### Patch Changes

- Updated dependencies [[`45c07e3e`](https://github.com/electron-userland/electron-builder/commit/45c07e3e063e89a6f8a82e8ae5ef7a2453ff161a), [`a3387309`](https://github.com/electron-userland/electron-builder/commit/a3387309f0297cb824926bd7fa5cb653da9f24ca)]:
- app-builder-lib@24.0.0-alpha.12

## 24.0.0-alpha.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dmg-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dmg-builder",
"version": "24.0.0-alpha.11",
"version": "24.0.0-alpha.12",
"main": "out/dmgUtil.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/electron-builder-squirrel-windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# electron-builder-squirrel-windows

## 24.0.0-alpha.12

### Patch Changes

- Updated dependencies [[`45c07e3e`](https://github.com/electron-userland/electron-builder/commit/45c07e3e063e89a6f8a82e8ae5ef7a2453ff161a), [`a3387309`](https://github.com/electron-userland/electron-builder/commit/a3387309f0297cb824926bd7fa5cb653da9f24ca)]:
- app-builder-lib@24.0.0-alpha.12

## 24.0.0-alpha.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder-squirrel-windows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-builder-squirrel-windows",
"version": "24.0.0-alpha.11",
"version": "24.0.0-alpha.12",
"main": "out/SquirrelWindowsTarget.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/electron-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# electron-builder

## 24.0.0-alpha.12

### Patch Changes

- Updated dependencies [[`45c07e3e`](https://github.com/electron-userland/electron-builder/commit/45c07e3e063e89a6f8a82e8ae5ef7a2453ff161a), [`a3387309`](https://github.com/electron-userland/electron-builder/commit/a3387309f0297cb824926bd7fa5cb653da9f24ca)]:
- app-builder-lib@24.0.0-alpha.12
- dmg-builder@24.0.0-alpha.12

## 24.0.0-alpha.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder/package.json
Original file line number Diff line number Diff line change
@@ -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.0.0-alpha.11",
"version": "24.0.0-alpha.12",
"main": "out/index.js",
"files": [
"out"
Expand Down
7 changes: 7 additions & 0 deletions packages/electron-forge-maker-appimage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# electron-forge-maker-appimage

## 24.0.0-alpha.12

### Patch Changes

- Updated dependencies [[`45c07e3e`](https://github.com/electron-userland/electron-builder/commit/45c07e3e063e89a6f8a82e8ae5ef7a2453ff161a), [`a3387309`](https://github.com/electron-userland/electron-builder/commit/a3387309f0297cb824926bd7fa5cb653da9f24ca)]:
- app-builder-lib@24.0.0-alpha.12

## 24.0.0-alpha.11

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

## 24.0.0-alpha.12

### Patch Changes

- Updated dependencies [[`45c07e3e`](https://github.com/electron-userland/electron-builder/commit/45c07e3e063e89a6f8a82e8ae5ef7a2453ff161a), [`a3387309`](https://github.com/electron-userland/electron-builder/commit/a3387309f0297cb824926bd7fa5cb653da9f24ca)]:
- app-builder-lib@24.0.0-alpha.12

## 24.0.0-alpha.11

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

## 24.0.0-alpha.12

### Patch Changes

- Updated dependencies [[`45c07e3e`](https://github.com/electron-userland/electron-builder/commit/45c07e3e063e89a6f8a82e8ae5ef7a2453ff161a), [`a3387309`](https://github.com/electron-userland/electron-builder/commit/a3387309f0297cb824926bd7fa5cb653da9f24ca)]:
- app-builder-lib@24.0.0-alpha.12

## 24.0.0-alpha.11

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

## 24.0.0-alpha.12

### Patch Changes

- Updated dependencies [[`45c07e3e`](https://github.com/electron-userland/electron-builder/commit/45c07e3e063e89a6f8a82e8ae5ef7a2453ff161a), [`a3387309`](https://github.com/electron-userland/electron-builder/commit/a3387309f0297cb824926bd7fa5cb653da9f24ca)]:
- app-builder-lib@24.0.0-alpha.12

## 24.0.0-alpha.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-snap",
"version": "24.0.0-alpha.11",
"version": "24.0.0-alpha.12",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/electron-updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 4.3.0

## 6.0.0-alpha.9

### Patch Changes

- [#7394](https://github.com/electron-userland/electron-builder/pull/7394) [`1bbcfb3d`](https://github.com/electron-userland/electron-builder/commit/1bbcfb3dc5f36b0803c69e9170db16ded52a0043) Thanks [@ganthern](https://github.com/ganthern)! - fix: inherit stdio for updated processes (#7393)

## 6.0.0-alpha.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-updater",
"version": "6.0.0-alpha.8",
"version": "6.0.0-alpha.9",
"description": "Cross platform updater for electron applications",
"main": "out/main.js",
"author": "Vladimir Krivosheev",
Expand Down
140 changes: 70 additions & 70 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
{
"name": "@electron-builder/test",
"version": "0.0.0",
"private": true,
"dependencies": {
"7zip-bin": "~5.1.1",
"@electron/osx-sign": "^1.0.4",
"@jest/core": "^27.5.1",
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
"ci-info": "^3.7.0",
"decompress-zip": "^0.3.3",
"depcheck": "1.4.3",
"dmg-builder": "workspace:*",
"electron-builder": "workspace:*",
"electron-builder-squirrel-windows": "workspace:*",
"electron-publish": "workspace:*",
"electron-updater": "workspace:*",
"fs-extra": "^10.1.0",
"jest": "^27.5.1",
"jest-junit": "^12.0.0",
"js-yaml": "^4.1.0",
"path-sort": "^0.1.0",
"semver": "^7.3.8",
"stat-mode": "^1.0.0",
"temp-file": "^3.4.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/js-yaml": "^4.0.1",
"@types/semver": "^7.3.13",
"esbuild": "^0.12.14",
"esbuild-jest": "^0.5.0",
"fast-xml-parser": "^4.0.15"
},
"jest": {
"snapshotResolver": "<rootDir>/snapshotResolver.js",
"testEnvironment": "node",
"roots": [
"src"
],
"transformIgnorePatterns": [
"./node_modules",
"../node_modules",
"../packages"
],
"transform": {
"^.+\\.ts$": [
"esbuild-jest",
{
"sourcemap": "inline",
"loaders": {
".ts": "ts"
}
}
]
},
"testPathIgnorePatterns": [
"[\\/]{1}helpers[\\/]{1}"
],
"testRegex": "\\.[jt]s$",
"setupFilesAfterEnv": [
"<rootDir>/jestSetup.js"
]
}
}
{
"name": "@electron-builder/test",
"version": "0.0.0",
"private": true,
"dependencies": {
"7zip-bin": "~5.1.1",
"@electron/osx-sign": "^1.0.4",
"@jest/core": "^27.5.1",
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
"ci-info": "^3.7.0",
"decompress-zip": "^0.3.3",
"depcheck": "1.4.3",
"dmg-builder": "workspace:*",
"electron-builder": "workspace:*",
"electron-builder-squirrel-windows": "workspace:*",
"electron-publish": "workspace:*",
"electron-updater": "workspace:*",
"fs-extra": "^10.1.0",
"jest": "^27.5.1",
"jest-junit": "^12.0.0",
"js-yaml": "^4.1.0",
"path-sort": "^0.1.0",
"semver": "^7.3.8",
"stat-mode": "^1.0.0",
"temp-file": "^3.4.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/js-yaml": "^4.0.1",
"@types/semver": "^7.3.13",
"esbuild": "^0.12.14",
"esbuild-jest": "^0.5.0",
"fast-xml-parser": "^4.0.15"
},
"jest": {
"snapshotResolver": "<rootDir>/snapshotResolver.js",
"testEnvironment": "node",
"roots": [
"src"
],
"transformIgnorePatterns": [
"./node_modules",
"../node_modules",
"../packages"
],
"transform": {
"^.+\\.ts$": [
"esbuild-jest",
{
"sourcemap": "inline",
"loaders": {
".ts": "ts"
}
}
]
},
"testPathIgnorePatterns": [
"[\\/]{1}helpers[\\/]{1}"
],
"testRegex": "\\.[jt]s$",
"setupFilesAfterEnv": [
"<rootDir>/jestSetup.js"
]
}
}

0 comments on commit 8ba58fa

Please sign in to comment.