Skip to content

Commit

Permalink
chore(deploy): Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 9, 2021
1 parent a99a7c8 commit a8c8f1d
Show file tree
Hide file tree
Showing 23 changed files with 97 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-months-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-planes-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-chairs-dress.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
# [](https://github.com/electron-userland/electron-builder/compare/v22.11.11...v) (2021-08-09)


### Bug Fixes

* **electron-updater:** small cleanup and add more debug logging for MacUpdater to investigate [#6120](https://github.com/electron-userland/electron-builder/issues/6120) ([#6122](https://github.com/electron-userland/electron-builder/issues/6122)) ([ae81dfa](https://github.com/electron-userland/electron-builder/commit/ae81dfae519435355fc079c76fc16ac25216bf38))
* **electron-updater:** use tag name instead of version when resolving GitHub files ([#6117](https://github.com/electron-userland/electron-builder/issues/6117)) ([dcf03a6](https://github.com/electron-userland/electron-builder/commit/dcf03a67a8a0d4cec4422cda0aa2585f7f54a384))
* **nsis:** should close app when `Silent` and `ONE_CLICK` ([#6100](https://github.com/electron-userland/electron-builder/issues/6100)) ([baf640d](https://github.com/electron-userland/electron-builder/commit/baf640da459dc667240e6015deaf11adb2155063))


### Features

* allow custom makensis and nsis logging ([#6024](https://github.com/electron-userland/electron-builder/issues/6024)) ([a99a7c8](https://github.com/electron-userland/electron-builder/commit/a99a7c87ffd7ffaaa5fae1a17f731a59aac60581)), closes [#5119](https://github.com/electron-userland/electron-builder/issues/5119)
* **portable:** Adding support for unique dir on each portable app launch ([#6093](https://github.com/electron-userland/electron-builder/issues/6093)) ([f8e16db](https://github.com/electron-userland/electron-builder/commit/f8e16db5393f663724e9c03ceab87698a252c934)), closes [#5764](https://github.com/electron-userland/electron-builder/issues/5764) [#5382](https://github.com/electron-userland/electron-builder/issues/5382) [#4105](https://github.com/electron-userland/electron-builder/issues/4105)



# (2021-07-29)


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

## 22.12.0

### Minor Changes

- 14974114: feat(nsis portable): Adding support for unique dir on each portable app launch
- a99a7c87: feat: allowing custom makensis url to be specified and adding flag to enable debug logging for NSIS scripts

## 22.11.11

### 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": "22.11.11",
"version": "22.12.0",
"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 = "22.11.11"
export const PACKAGE_VERSION = "22.12.0"
8 changes: 8 additions & 0 deletions packages/dmg-builder/CHANGELOG.md
@@ -1,5 +1,13 @@
# dmg-builder

## 22.12.0

### Patch Changes

- Updated dependencies [14974114]
- Updated dependencies [a99a7c87]
- app-builder-lib@22.12.0

## 22.11.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dmg-builder/package.json
@@ -1,6 +1,6 @@
{
"name": "dmg-builder",
"version": "22.11.11",
"version": "22.12.0",
"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

## 22.12.0

### Patch Changes

- Updated dependencies [14974114]
- Updated dependencies [a99a7c87]
- app-builder-lib@22.12.0

## 22.11.11

### 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": "22.11.11",
"version": "22.12.0",
"main": "out/SquirrelWindowsTarget.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/electron-builder/CHANGELOG.md
@@ -1,5 +1,14 @@
# electron-builder

## 22.12.0

### Patch Changes

- Updated dependencies [14974114]
- Updated dependencies [a99a7c87]
- app-builder-lib@22.12.0
- dmg-builder@22.12.0

## 22.11.11

### 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": "22.11.11",
"version": "22.12.0",
"main": "out/index.js",
"files": [
"out"
Expand Down
8 changes: 8 additions & 0 deletions packages/electron-forge-maker-appimage/CHANGELOG.md
@@ -1,5 +1,13 @@
# electron-forge-maker-appimage

## 22.12.0

### Patch Changes

- Updated dependencies [14974114]
- Updated dependencies [a99a7c87]
- app-builder-lib@22.12.0

## 22.11.11

### 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": "22.11.11",
"version": "22.12.0",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/electron-forge-maker-nsis-web/CHANGELOG.md
@@ -1,5 +1,13 @@
# electron-forge-maker-nsis-web

## 22.12.0

### Patch Changes

- Updated dependencies [14974114]
- Updated dependencies [a99a7c87]
- app-builder-lib@22.12.0

## 22.11.11

### 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": "22.11.11",
"version": "22.12.0",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/electron-forge-maker-nsis/CHANGELOG.md
@@ -1,5 +1,13 @@
# electron-forge-maker-nsis

## 22.12.0

### Patch Changes

- Updated dependencies [14974114]
- Updated dependencies [a99a7c87]
- app-builder-lib@22.12.0

## 22.11.11

### 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": "22.11.11",
"version": "22.12.0",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/electron-forge-maker-snap/CHANGELOG.md
@@ -1,5 +1,13 @@
# electron-forge-maker-snap

## 22.12.0

### Patch Changes

- Updated dependencies [14974114]
- Updated dependencies [a99a7c87]
- app-builder-lib@22.12.0

## 22.11.11

### 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": "22.11.11",
"version": "22.12.0",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/electron-updater/CHANGELOG.md
@@ -1,5 +1,11 @@
## 4.3.0

## 4.4.4

### Patch Changes

- ae81dfae: fix(electron-updater): small cleanup and add more debug logging for MacUpdater to investigate #6120

## 4.4.3

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

0 comments on commit a8c8f1d

Please sign in to comment.