Skip to content

Commit ea95e30

Browse files
chore(deploy): Release v5.0.0-alpha.4 (alpha) (#121)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 189519a commit ea95e30

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,8 @@
77
"changesets": [
88
"eleven-dryers-clean",
99
"gorgeous-rabbits-sell",
10+
"green-owls-train",
11+
"lovely-bugs-prove",
1012
"orange-seahorses-listen",
1113
"real-clocks-cheer",
1214
"rotten-fireants-flow",

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.4
4+
5+
### Patch Changes
6+
7+
- [#119](https://github.com/develar/app-builder/pull/119) [`6a940e4`](https://github.com/develar/app-builder/commit/6a940e46da11d733f8b7c6f31b183c0e402882aa) Thanks [@beyondkmp](https://github.com/beyondkmp)! - fix: alias name issue in node modules resolution dependency tree
8+
9+
- [#120](https://github.com/develar/app-builder/pull/120) [`189519a`](https://github.com/develar/app-builder/commit/189519a8292f939d9e5d3b47c6407444fee70334) Thanks [@beyondkmp](https://github.com/beyondkmp)! - change node module symlink to real path
10+
311
## 5.0.0-alpha.3
412

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