npm create analog@latest
leblancmeneses opened this issue · 2 comments
leblancmeneses commented
Please provide the environment you discovered this bug in.
node 20.11.1, Apple M1 Max
Which area/package is the issue in?
create-analog
Description
option selection: "What would you like to start?"
"Full-stack Application" correctly generates: ^1.8.2
"Minimal" generates new projects with ^1.7.3-beta.1
Please provide the exception or error you saw
expected "Minimal" to use latest analogjs.
Other information
No response
I would be willing to submit a PR to fix this issue
- Yes
- No
brandonroberts commented
Good catch. It can be fixed by adding the package.json in these two arrays
https://github.com/analogjs/analog/blob/beta/release.config.cjs#L7
https://github.com/analogjs/analog/blob/beta/release.config.cjs#L131
brandonroberts commented
Fixed in 0e030cc