Skip to content

Commit 4bbc955

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

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+
"gold-hats-kneel",
1011
"gorgeous-rabbits-sell",
1112
"green-owls-train",
1213
"lovely-bugs-prove",
@@ -16,6 +17,7 @@
1617
"real-clocks-cheer",
1718
"rotten-fireants-flow",
1819
"serious-lizards-invite",
20+
"spicy-wasps-agree",
1921
"strange-parrots-smoke",
2022
"tasty-houses-drum",
2123
"tasty-humans-clean",

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.9
4+
5+
### Patch Changes
6+
7+
- [#134](https://github.com/develar/app-builder/pull/134) [`82d3a96`](https://github.com/develar/app-builder/commit/82d3a963bed48f8eb623db0d805a72f0cd72396d) Thanks [@beyondkmp](https://github.com/beyondkmp)! - fix: fix for handling native dependencies, such as `tar` node module
8+
9+
- [#136](https://github.com/develar/app-builder/pull/136) [`bbad893`](https://github.com/develar/app-builder/commit/bbad893da75c4fc7e019fa629748aabcde73c4e9) Thanks [@beyondkmp](https://github.com/beyondkmp)! - feat: resolve all the pnpm issues without hostied config
10+
311
## 5.0.0-alpha.8
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.8",
4+
"version": "5.0.0-alpha.9",
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)