Bump version: 0.1.12

This commit is contained in:
Harshith Mullapudi 2025-07-25 11:56:23 +05:30
parent 34dfe6b823
commit d91bf60780
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
VERSION=0.1.11
VERSION=0.1.12

View File

@ -3,7 +3,7 @@ import { useActionData } from "@remix-run/react";
import {
type ActionFunctionArgs,
json,
LoaderFunctionArgs,
type LoaderFunctionArgs,
} from "@remix-run/node";
import { useForm } from "@conform-to/react";
import { getFieldsetConstraint, parse } from "@conform-to/zod";

View File

@ -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="max-w-5xl">
<div className="w-5xl">
<Section
title={integration.name}
description={integration.description}

View File

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