mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-12 00:58:26 +00:00
Bump: new version
This commit is contained in:
parent
c0c7083ef8
commit
f5d121bcae
@ -1,4 +1,4 @@
|
||||
VERSION=0.1.13
|
||||
VERSION=0.1.14
|
||||
|
||||
# Nest run in docker, change host to database container name
|
||||
DB_HOST=localhost
|
||||
|
||||
@ -2,7 +2,7 @@ import { z } from "zod";
|
||||
|
||||
const EnvironmentSchema = z.object({
|
||||
// Version
|
||||
VERSION: z.string().default("0.1.13"),
|
||||
VERSION: z.string().default("0.1.14"),
|
||||
|
||||
// Database
|
||||
DB_HOST: z.string().default("localhost"),
|
||||
|
||||
@ -17,7 +17,7 @@ import {
|
||||
AlertDialogTrigger,
|
||||
} from "../ui/alert-dialog";
|
||||
import { Badge } from "../ui/badge";
|
||||
import { LogItem } from "~/hooks/use-logs";
|
||||
import { type LogItem } from "~/hooks/use-logs";
|
||||
|
||||
interface LogTextCollapseProps {
|
||||
text?: string;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
VERSION=0.1.13
|
||||
VERSION=0.1.14
|
||||
|
||||
# Nest run in docker, change host to database container name
|
||||
DB_HOST=localhost
|
||||
|
||||
@ -136,4 +136,4 @@ OBJECT_STORE_SECRET_ACCESS_KEY=very-safe-password
|
||||
# TRAEFIK_HTTPS_PUBLISH_IP=0.0.0.0
|
||||
# TRAEFIK_DASHBOARD_PUBLISH_IP=127.0.0.1
|
||||
|
||||
CORE_VERSION=0.1.13
|
||||
CORE_VERSION=0.1.14
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "core",
|
||||
"private": true,
|
||||
"version": "0.1.13",
|
||||
"version": "0.1.14",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user