Bump: new version

This commit is contained in:
Harshith Mullapudi 2025-08-05 15:25:07 +05:30
parent c0c7083ef8
commit f5d121bcae
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
VERSION=0.1.13 VERSION=0.1.14
# Nest run in docker, change host to database container name # Nest run in docker, change host to database container name
DB_HOST=localhost DB_HOST=localhost

View File

@ -2,7 +2,7 @@ import { z } from "zod";
const EnvironmentSchema = z.object({ const EnvironmentSchema = z.object({
// Version // Version
VERSION: z.string().default("0.1.13"), VERSION: z.string().default("0.1.14"),
// Database // Database
DB_HOST: z.string().default("localhost"), DB_HOST: z.string().default("localhost"),

View File

@ -17,7 +17,7 @@ import {
AlertDialogTrigger, AlertDialogTrigger,
} from "../ui/alert-dialog"; } from "../ui/alert-dialog";
import { Badge } from "../ui/badge"; import { Badge } from "../ui/badge";
import { LogItem } from "~/hooks/use-logs"; import { type LogItem } from "~/hooks/use-logs";
interface LogTextCollapseProps { interface LogTextCollapseProps {
text?: string; text?: string;

View File

@ -1,4 +1,4 @@
VERSION=0.1.13 VERSION=0.1.14
# Nest run in docker, change host to database container name # Nest run in docker, change host to database container name
DB_HOST=localhost DB_HOST=localhost

View File

@ -136,4 +136,4 @@ OBJECT_STORE_SECRET_ACCESS_KEY=very-safe-password
# TRAEFIK_HTTPS_PUBLISH_IP=0.0.0.0 # TRAEFIK_HTTPS_PUBLISH_IP=0.0.0.0
# TRAEFIK_DASHBOARD_PUBLISH_IP=127.0.0.1 # TRAEFIK_DASHBOARD_PUBLISH_IP=127.0.0.1
CORE_VERSION=0.1.13 CORE_VERSION=0.1.14

View File

@ -1,7 +1,7 @@
{ {
"name": "core", "name": "core",
"private": true, "private": true,
"version": "0.1.13", "version": "0.1.14",
"workspaces": [ "workspaces": [
"apps/*", "apps/*",
"packages/*" "packages/*"