Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generators/ark_ui/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"

var Manifest = dotapi.Manifest{
Name: "ark_ui",
Version: "0.2.0",
Version: "0.2.1",
Description: "Ark UI headless component library",
DependsOn: []string{"typescript_base"},
ConflictsWith: []string{"shadcn_ui"},
Expand Down
2 changes: 1 addition & 1 deletion generators/auth_better_auth/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"

var Manifest = dotapi.Manifest{
Name: "auth_better_auth",
Version: "0.2.2",
Version: "0.2.3",
Description: "BetterAuth setup with Drizzle adapter: src/lib/auth.ts plus a direct toNodeHandler mount in src/app.ts (no intermediate route file)",
DependsOn: []string{"drizzle_postgres_adapter"},
Outputs: []string{
Expand Down
2 changes: 1 addition & 1 deletion generators/auth_better_auth_frontend/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"

var Manifest = dotapi.Manifest{
Name: "auth_better_auth_frontend",
Version: "0.2.0",
Version: "0.2.1",
Description: "Better Auth client setup with AuthProvider and useAuth hook",
DependsOn: []string{"typescript_base"},
ConflictsWith: []string{"auth_clerk_frontend", "auth_vanilla_frontend"},
Expand Down
2 changes: 1 addition & 1 deletion generators/express_server_typescript_deps/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"

var Manifest = dotapi.Manifest{
Name: "express_server_typescript_deps",
Version: "0.3.0",
Version: "0.3.1",
Description: "Express + CORS + dotenv npm dependencies and dev/build/start scripts for TypeScript projects",
DependsOn: []string{"express_server_entrypoint"},
Outputs: []string{},
Expand Down
2 changes: 1 addition & 1 deletion generators/express_test_setup/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"

var Manifest = dotapi.Manifest{
Name: "express_test_setup",
Version: "0.4.0",
Version: "0.4.1",
Description: "Vitest configuration and testing dependencies (vitest, supertest) for Express TypeScript projects",
DependsOn: []string{"express_server_entrypoint"},
Outputs: []string{"vitest.config.ts"},
Expand Down
2 changes: 1 addition & 1 deletion generators/feature_flags_posthog/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"

var Manifest = dotapi.Manifest{
Name: "feature_flags_posthog",
Version: "0.2.0",
Version: "0.3.0",
Description: "PostHog feature flags and analytics provider",
DependsOn: []string{"typescript_base"},
Outputs: []string{
Expand Down
2 changes: 1 addition & 1 deletion generators/nextjs_base/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"

var Manifest = dotapi.Manifest{
Name: "nextjs_base",
Version: "0.2.0",
Version: "0.2.1",
Description: "Next.js 15 App Router project with TypeScript",
DependsOn: []string{"typescript_base"},
Outputs: []string{
Expand Down
2 changes: 1 addition & 1 deletion generators/panda_css/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"

var Manifest = dotapi.Manifest{
Name: "panda_css",
Version: "0.4.0",
Version: "0.4.1",
Description: "Panda CSS v1 with styled-system code generation",
DependsOn: []string{"typescript_base"},
ConflictsWith: []string{"tailwind_v4", "shadcn_ui"},
Expand Down
2 changes: 1 addition & 1 deletion generators/prettier_typescript_deps/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"

var Manifest = dotapi.Manifest{
Name: "prettier_typescript_deps",
Version: "0.1.1",
Version: "0.1.2",
Description: "Adds prettier devDependency and format script to package.json (TypeScript projects)",
DependsOn: []string{"prettier_config", "*"},
Outputs: []string{},
Expand Down
2 changes: 1 addition & 1 deletion generators/react_app/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// project needs the TypeScript foundation first.
var Manifest = dotapi.Manifest{
Name: "react_app",
Version: "0.7.1",
Version: "0.7.2",
Description: "React + Vite application setup",
DependsOn: []string{"typescript_base"},
Outputs: []string{
Expand Down
2 changes: 1 addition & 1 deletion generators/react_router_v7/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"

var Manifest = dotapi.Manifest{
Name: "react_router_v7",
Version: "0.2.0",
Version: "0.3.0",
Description: "React Router v7 client-side routing for React+Vite",
DependsOn: []string{"react_app"},
ConflictsWith: []string{"tanstack_router"},
Expand Down
2 changes: 1 addition & 1 deletion generators/sentry_frontend/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"

var Manifest = dotapi.Manifest{
Name: "sentry_frontend",
Version: "0.2.0",
Version: "0.3.0",
Description: "Sentry error tracking and performance monitoring",
DependsOn: []string{"typescript_base"},
Outputs: []string{
Expand Down
Loading