Skip to content

Commit 7adca19

Browse files
chore(deploy): Release v5.0.0-alpha.5 (alpha) (#122)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 20feb29 commit 7adca19

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
@@ -12,6 +12,8 @@
1212
"orange-seahorses-listen",
1313
"real-clocks-cheer",
1414
"rotten-fireants-flow",
15+
"serious-lizards-invite",
16+
"tasty-houses-drum",
1517
"tasty-humans-clean",
1618
"twelve-islands-carry"
1719
]

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.5
4+
5+
### Patch Changes
6+
7+
- [#123](https://github.com/develar/app-builder/pull/123) [`20feb29`](https://github.com/develar/app-builder/commit/20feb293f5fa2dc46c4e52212ec9e17e6db669a0) Thanks [@mmaietta](https://github.com/mmaietta)! - fix current mksquashfs version only allows xz and gzip compressions
8+
9+
- [#118](https://github.com/develar/app-builder/pull/118) [`94485c6`](https://github.com/develar/app-builder/commit/94485c6d500fda34b92a6b4e0ef8314d2cc1a88d) Thanks [@fabienr](https://github.com/fabienr)! - fix: hoist dependencies to the real parent in nodeModuleCollector
10+
311
## 5.0.0-alpha.4
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.4",
4+
"version": "5.0.0-alpha.5",
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)