Skip to content

Commit

Permalink
Changed packages version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martiserra99 committed Feb 11, 2025
1 parent 910b6da commit 29d4051
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 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.1",
"@formity/react": "^0.4.0",
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @formity/react

## 0.4.0

### Minor Changes

- Updated Yield schema element to yield values when navigating to previous steps

### Patch Changes

- Updated dependencies
- @formity/system@0.4.0

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formity/react",
"version": "0.3.1",
"version": "0.4.0",
"license": "MIT",
"private": false,
"description": "A highly customizable React library for creating advanced multi-step forms.",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dev": "rollup --config rollup.config.mjs --watch"
},
"dependencies": {
"@formity/system": "^0.3.0"
"@formity/system": "^0.4.0"
},
"devDependencies": {
"@types/react": "^18.3.12"
Expand Down
6 changes: 6 additions & 0 deletions packages/system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @formity/system

## 0.4.0

### Minor Changes

- Updated Yield schema element to yield values when navigating to previous steps

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formity/system",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"private": false,
"description": "Core system that powers the Formity library.",
Expand Down

0 comments on commit 29d4051

Please sign in to comment.