File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/website/templates/LandingPage/components
packages/create-next-stack Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ export const TechnologiesForm: React.FC = () => {
252252 formData
253253 ) => {
254254 const calculateCommand = ( formData : TechnologiesFormData ) => {
255- const args = [ "npx" , "create-next-stack@0.2.7 " ]
255+ const args = [ "npx" , "create-next-stack@0.2.8 " ]
256256
257257 args . push ( `--package-manager=${ options [ formData . packageManager ] . value } ` )
258258 args . push ( `--styling=${ options [ formData . styling ] . value } ` )
Original file line number Diff line number Diff line change 11{
22 "name" : " create-next-stack" ,
33 "description" : " Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps." ,
4- "version" : " 0.2.7 " ,
4+ "version" : " 0.2.8 " ,
55 "author" : " Anders Kjær Damgaard @akd-io" ,
66 "bugs" : " https://github.com/akd-io/create-next-stack/issues" ,
77 "homepage" : " https://github.com/akd-io/create-next-stack" ,
You can’t perform that action at this time.
0 commit comments