Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vjee committed Feb 8, 2024
1 parent 1015093 commit 68b032c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "vitepress serve ."
},
"devDependencies": {
"@formulier/react": "workspace:0.1.1",
"@formulier/react": "workspace:0.1.2",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"react": "^18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @formulier/examples-react

## 0.1.2

### Patch Changes

- Updated dependencies
- @formulier/react@0.1.2

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@formulier/examples-react",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand All @@ -10,7 +10,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@formulier/react": "workspace:0.1.1",
"@formulier/react": "workspace:0.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.0",
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 @@
# @formulier/react

## 0.1.2

### Patch Changes

- Fix import

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@formulier/react",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"author": "Jasper Van Gestel <[email protected]> (https://github.com/vjee)",
"description": "Simple, performant form library for React",
Expand Down

0 comments on commit 68b032c

Please sign in to comment.