Skip to content

Commit

Permalink
Updated patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
martiserra99 committed Jan 5, 2025
1 parent b36faa1 commit 78846e1
Show file tree
Hide file tree
Showing 5 changed files with 18 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.2.0",
"@formity/react": "^0.2.1",
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @formity/react

## 0.2.1

### Patch Changes

- Updated README.md
- Updated dependencies
- @formity/system@0.2.1

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"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.2.0"
"@formity/system": "^0.2.1"
},
"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.2.1

### Patch Changes

- Updated README.md

## 0.2.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.2.0",
"version": "0.2.1",
"license": "MIT",
"private": false,
"description": "Core system that powers the Formity library.",
Expand Down

0 comments on commit 78846e1

Please sign in to comment.