Skip to content

Commit dbedea0

Browse files
chore(deploy): Release v5.0.0-alpha.10 (alpha) (#140)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 128737e commit dbedea0

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"changesets": [
88
"early-dots-repair",
99
"eleven-dryers-clean",
10+
"five-badgers-greet",
1011
"gold-hats-kneel",
1112
"gorgeous-rabbits-sell",
1213
"green-owls-train",
@@ -19,6 +20,7 @@
1920
"serious-lizards-invite",
2021
"spicy-wasps-agree",
2122
"strange-parrots-smoke",
23+
"strange-pianos-move",
2224
"tasty-houses-drum",
2325
"tasty-humans-clean",
2426
"twelve-islands-carry"

CHANGELOG.md

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

3+
## 5.0.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- [#138](https://github.com/develar/app-builder/pull/138) [`28db936`](https://github.com/develar/app-builder/commit/28db9367b398df6bbc579e7a6429666eae08ccd3) Thanks [@beyondkmp](https://github.com/beyondkmp)! - fix: pnpm install error for node module collector (https://github.com/electron-userland/electron-builder/issues/8519)
8+
9+
- [#139](https://github.com/develar/app-builder/pull/139) [`128737e`](https://github.com/develar/app-builder/commit/128737e831cab4aedb48afe5e659997a16c5437a) Thanks [@mmaietta](https://github.com/mmaietta)! - chore: Update extract logic for using newer 7zz/7zzs/7zr.exe binaries
10+
311
## 5.0.0-alpha.9
412

513
### 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.9",
4+
"version": "5.0.0-alpha.10",
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)