Skip to content

Commit

Permalink
Updated @formity/react version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martiserra99 committed Feb 7, 2025
1 parent 9d3fb9c commit f5cdd99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cy:open": "cypress open"
},
"dependencies": {
"@formity/react": "^0.3.0",
"@formity/react": "^0.3.1",
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @formity/react

## 0.3.1

### Patch Changes

- Solved bug about nextState being called twice in strict mode

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formity/react",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"private": false,
"description": "A highly customizable React library for creating advanced multi-step forms.",
Expand Down

0 comments on commit f5cdd99

Please sign in to comment.