Skip to content

Commit 1cad52f

Browse files
committed
Merge branch 'main' into develop
2 parents bf75d8e + 8668c1d commit 1cad52f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/website/templates/LandingPage/components/TechnologiesForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export const TechnologiesForm: React.FC = () => {
220220
formData
221221
) => {
222222
const calculateCommand = (formData: TechnologiesFormData) => {
223-
const args = ["npx", "create-next-stack@0.2.6"]
223+
const args = ["npx", "create-next-stack@0.2.7"]
224224

225225
args.push(`--package-manager=${options[formData.packageManager].value}`)
226226
args.push(`--styling=${options[formData.styling].value}`)

packages/create-next-stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.6",
4+
"version": "0.2.7",
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",

0 commit comments

Comments
 (0)