Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 17, 2024
1 parent de930e1 commit 749e623
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/thin-peaches-play.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# shadcn-zod-form

## 0.0.2

### Patch Changes

- [#1](https://github.com/ilyichv/shadcn-zod-form/pull/1) [`de930e1`](https://github.com/ilyichv/shadcn-zod-form/commit/de930e1cf9d9d4a31beb0b7b0b8c9af2e42e772e) Thanks [@ilyichv](https://github.com/ilyichv)! - feat: add array fields support

## 0.0.1

### Patch Changes
Expand Down
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "shadcn-zod-form",
"version": "0.0.1",
"version": "0.0.2",
"description": "Generate shadcn/ui forms from zod schemas",
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"files": [
"dist"
],
"type": "module",
"author": {
"name": "ilyichv",
Expand All @@ -15,7 +17,14 @@
"type": "git",
"url": "https://github.com/ilyichv/shadcn-zod-form.git"
},
"keywords": ["shadcn", "zod", "form", "ui", "cli", "react"],
"keywords": [
"shadcn",
"zod",
"form",
"ui",
"cli",
"react"
],
"exports": "./dist/index.js",
"bin": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 749e623

Please sign in to comment.