mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-20 06:18:27 +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
|
# Nest run in docker, change host to database container name
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
|
|||||||
@ -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"),
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
@ -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/*"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user