Skip to content

Commit

Permalink
Show all blitz packages when running blitz version command (#3553)
Browse files Browse the repository at this point in the history
Co-authored-by: beerose <[email protected]>
  • Loading branch information
Zeko369 and beerose authored Jul 18, 2022
1 parent 8d9ea00 commit 54a66a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-apes-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"blitz": patch
---

Show all blitz packages when running `blitz version` command
3 changes: 3 additions & 0 deletions packages/blitz/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ async function printEnvInfo() {
Binaries: ["Node", "Yarn", "npm", "pnpm"],
npmPackages: [
"blitz",
"@blitzjs/rpc",
"@blitzjs/auth",
"@blitzjs/next",
"typescript",
"react",
"react-dom",
Expand Down

0 comments on commit 54a66a9

Please sign in to comment.