mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-12 00:28:26 +00:00
Bump version: 0.1.12
This commit is contained in:
parent
34dfe6b823
commit
d91bf60780
@ -1,4 +1,4 @@
|
|||||||
VERSION=0.1.11
|
VERSION=0.1.12
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ import { useActionData } from "@remix-run/react";
|
|||||||
import {
|
import {
|
||||||
type ActionFunctionArgs,
|
type ActionFunctionArgs,
|
||||||
json,
|
json,
|
||||||
LoaderFunctionArgs,
|
type LoaderFunctionArgs,
|
||||||
} from "@remix-run/node";
|
} from "@remix-run/node";
|
||||||
import { useForm } from "@conform-to/react";
|
import { useForm } from "@conform-to/react";
|
||||||
import { getFieldsetConstraint, parse } from "@conform-to/zod";
|
import { getFieldsetConstraint, parse } from "@conform-to/zod";
|
||||||
|
|||||||
@ -164,7 +164,7 @@ export default function IntegrationDetail() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<div className="flex h-[calc(100vh_-_56px)] flex-col items-center overflow-hidden p-4 px-5">
|
<div className="flex h-[calc(100vh_-_56px)] flex-col items-center overflow-hidden p-4 px-5">
|
||||||
<div className="max-w-5xl">
|
<div className="w-5xl">
|
||||||
<Section
|
<Section
|
||||||
title={integration.name}
|
title={integration.name}
|
||||||
description={integration.description}
|
description={integration.description}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "core",
|
"name": "core",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.1.11",
|
"version": "0.1.12",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"apps/*",
|
"apps/*",
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user