Skip to content

Commit 82eeb34

Browse files
chore(deploy): Release v5.0.0-alpha.7 (alpha) (#127)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f910175 commit 82eeb34

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"app-builder-bin": "4.2.0"
66
},
77
"changesets": [
8+
"early-dots-repair",
89
"eleven-dryers-clean",
910
"gorgeous-rabbits-sell",
1011
"green-owls-train",

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# app-builder-bin
22

3+
## 5.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- [#126](https://github.com/develar/app-builder/pull/126) [`f910175`](https://github.com/develar/app-builder/commit/f9101753dd2b93b857864d4051baeb6d8856dd64) Thanks [@mmaietta](https://github.com/mmaietta)! - fix: to resolve appimage issues in electron builder, and since we can't update electron-builder-binaries repo, we should just downgrade to the last working version of appimage
8+
39
## 5.0.0-alpha.6
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "app-builder-bin",
33
"description": "app-builder precompiled binaries",
4-
"version": "5.0.0-alpha.6",
4+
"version": "5.0.0-alpha.7",
55
"files": [
66
"index.js",
77
"mac",

pkg/package-format/bindata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/package-format/snap/snapScripts.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)