Skip to content

Commit

Permalink
chore: release formgator (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 29, 2025
1 parent 12c8a90 commit 566755f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-rings-dream.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 @@
# formgator

## 0.1.0

### Minor Changes

- 12c8a90: Formgator is now standard-schema compliant! Read more on https://standardschema.dev/

## 0.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"name": "@gauben/formgator",
"version": "0.0.22",
"version": "0.1.0",
"exports": {
".": "./src/index.ts",
"./sveltekit": "./src/sveltekit/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formgator",
"version": "0.0.22",
"version": "0.1.0",
"description": "A validator for FormData and URLSearchParams objects",
"keywords": [
"form",
Expand Down

0 comments on commit 566755f

Please sign in to comment.