Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.7...v2.0.0) (2023-03-16)

### Features

* 🎸 Fixes rails attributes implementation ([19e61d8](19e61d8))

### BREAKING CHANGES

* 🧨 <Form />
  • Loading branch information
semantic-release-bot committed Mar 16, 2023
1 parent 19e61d8 commit aac99a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/aviemet/useInertiaForm/compare/v1.0.7...v2.0.0) (2023-03-16)


### Features

* 🎸 Fixes rails attributes implementation ([19e61d8](https://github.com/aviemet/useInertiaForm/commit/19e61d8e7e54010e7c94402d0e746ef08b6384e2))


### BREAKING CHANGES

* 🧨 <Form />

## [1.0.7](https://github.com/aviemet/useInertiaForm/compare/v1.0.6...v1.0.7) (2023-03-14)


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": "use-inertia-form",
"version": "1.0.7",
"version": "2.0.0",
"description": "Extra functionality for Inertia.js useForm hook",
"main": "dist/useInertiaForm.js",
"module": "dist/useInertiaForm.esm.js",
Expand Down

0 comments on commit aac99a6

Please sign in to comment.