Skip to content

Commit

Permalink
feature(studio): Make studioHandler install Studio v12 (redwoodjs#11131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jul 31, 2024
1 parent bee5361 commit 9b753c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changesets/11131.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- feature(studio): Make studioHandler install Studio v12 (#11131) by @Tobbe

Makes sure you get the latest version of Redwood Studio the first time you run
`yarn rw studio`
2 changes: 1 addition & 1 deletion packages/cli/src/commands/studioHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const handler = async (options) => {
console.log(
'The studio package is not installed, installing it for you, this may take a moment...',
)
await installModule('@redwoodjs/studio', '11')
await installModule('@redwoodjs/studio', '12')
console.log('Studio package installed successfully.')

const installedRealtime = await installModule('@redwoodjs/realtime')
Expand Down

0 comments on commit 9b753c2

Please sign in to comment.