Skip to content

Commit

Permalink
Version Packages (#14)
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 Dec 25, 2024
1 parent 3469bb4 commit 7e6c3a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-jobs-glow.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.0.21

### Patch Changes

- 3469bb4: Expose update options in `reportValidity`

## 0.0.20

### 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.20",
"version": "0.0.21",
"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.20",
"version": "0.0.21",
"description": "A validator for FormData and URLSearchParams objects",
"keywords": [
"form",
Expand Down

0 comments on commit 7e6c3a3

Please sign in to comment.