Skip to content

Commit 740b5d6

Browse files
committed
Bump version to 0.2.8
1 parent 0422bc2 commit 740b5d6

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
@@ -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}`)

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.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",

0 commit comments

Comments
 (0)