Skip to content

Commit

Permalink
Merge pull request bholmesdev#32 from bholmesdev/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
bholmesdev authored Jan 10, 2024
2 parents 53a6059 + b89aad2 commit dd2c195
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-ears-do.md

This file was deleted.

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

## 0.1.9

### Patch Changes

- [#31](https://github.com/bholmesdev/simple-stack/pull/31) [`0d489e5`](https://github.com/bholmesdev/simple-stack/commit/0d489e5f356e607a97a06766f9549666c599dae0) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Async validation would cause the form to submit even when form errors are present. This fix updates all form templates to call Astro's submit method manually.

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-stack-form",
"version": "0.1.8",
"version": "0.1.9",
"description": "A simple form library for Astro projects",
"type": "module",
"bin": {
Expand Down

0 comments on commit dd2c195

Please sign in to comment.