Skip to content

Commit 7937e14

Browse files
committed
Bump
1 parent 565c335 commit 7937e14

File tree

7 files changed

+18
-28
lines changed

7 files changed

+18
-28
lines changed

.changeset/three-kangaroos-hang.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22

33
> Automatically render forms for your existing data schema.
44
5-
---
6-
7-
> [!NOTE]
8-
>
9-
> **Work in Progress** AutoForm as a standalone package is still work in progress. If you want to help out, please check out the [GitHub repository](https://github.com/vantezzen/autoform) and add your own integrations!
10-
11-
Find the full documentation at [autoform.vantezzen.io](https://autoform.vantezzen.io).
12-
13-
---
14-
15-
> AutoForm is now a full library!
16-
175
AutoForm quickly grew from a small component into a codebase larger than any shadcn component should be. To let AutoForm grow without bloating your shadcn/ui components, AutoForm is now a full library!
186

197
Don't worry, you can still use AutoForm with your shadcn components and expand it with your own components - but it now also supports integration into other UI libraries like MUI and Mantine and we plan on adding support for other schema libraries than zod too.

apps/docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# docs
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- Add Zod 4 support
8+
39
## 2.1.0
410

511
### Minor Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/docs/pages/docs/index.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ sidebar_position: 1
66

77
> Automatically render forms for your existing data schema.
88
9-
import { Callout } from "nextra/components";
10-
11-
<Callout emoji="🚧">
12-
**Work in Progress** AutoForm as a standalone package is still work in
13-
progress. If you want to help out, please check out the [GitHub
14-
repository](https://github.com/vantezzen/autoform) and add your own
15-
integrations!
16-
</Callout>
17-
189
What is AutoForm? Let's say you have a zod or yup schema that you already use for your backend:
1910

2011
```ts

packages/zod/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @autoform/zod
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- Add Zod 4 support
8+
9+
### Minor Changes
10+
11+
- 565c335: add zod v4 support
12+
313
## 2.2.0
414

515
### Minor Changes

packages/zod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autoform/zod",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)