Skip to content

Commit 6a97ebf

Browse files
committed
Merge branch 'main' into develop
2 parents efe4734 + b14375e commit 6a97ebf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3",
4+
"version": "0.2.4",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import { capitalizeFirstCharacter } from "../../../utils/capitalizeFirstCharacte
1818
import { objectToKeyToKeyMap } from "../../../utils/objectToKeyToKeyMap"
1919
import { validateProjectName } from "../../../utils/validateProjectName"
2020
import { CommandModal } from "./CommandModal"
21-
import { WithInfoIconAndTooltip } from "./InfoIconTooltip"
2221
import { ExternalLinkIcon } from "./icons/ExternalLinkIcon"
22+
import { WithInfoIconAndTooltip } from "./InfoIconTooltip"
2323

2424
const cssModulesValue = "css-modules"
2525

@@ -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.3"]
206+
const args = ["npx", "create-next-stack@0.2.4"]
207207

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

0 commit comments

Comments
 (0)