Skip to content

Commit e6e0b83

Browse files
author
Vic Shóstak
committed
Bump cgapp v4.1.0
1 parent d289aa3 commit e6e0b83

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkg/registry/defaults.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// CLIVersion version of Create Go App CLI.
14-
const CLIVersion string = "4.0.1"
14+
const CLIVersion string = "4.1.0"
1515

1616
// Variables struct for Ansible variables (inventory, hosts).
1717
type Variables struct {
@@ -66,11 +66,13 @@ var (
6666
"vanilla-ts",
6767
"react",
6868
"react-ts",
69+
"react-swc",
70+
"react-swc-ts",
6971
"preact",
7072
"preact-ts",
7173
"next",
7274
"next-ts",
73-
"nuxt3",
75+
"nuxt",
7476
"vue",
7577
"vue-ts",
7678
"svelte",
@@ -83,7 +85,7 @@ var (
8385
"qwik-ts",
8486
},
8587
Default: "none",
86-
PageSize: 19,
88+
PageSize: 21,
8789
},
8890
},
8991
{

0 commit comments

Comments
 (0)