Skip to content

Commit a94b2ef

Browse files
committed
Merge branch 'main' into develop
2 parents 715f399 + 7e83148 commit a94b2ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2",
4+
"version": "0.2.3",
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",

website/templates/LandingPage/components/TechnologiesForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export const TechnologiesForm: React.FC = () => {
203203
formData
204204
) => {
205205
const calculateCommand = (formData: TechnologiesFormData) => {
206-
const args = ["npx", "create-next-stack@0.2.2"]
206+
const args = ["npx", "create-next-stack@0.2.3"]
207207

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

0 commit comments

Comments
 (0)