Skip to content

Commit

Permalink
Public 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vantezzen committed Oct 22, 2024
1 parent 0ccca22 commit fb296c8
Show file tree
Hide file tree
Showing 12 changed files with 70 additions and 6 deletions.
12 changes: 12 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# docs

## 1.1.0

### Minor Changes

- Add formProps

### Patch Changes

- Updated dependencies
- @autoform/react@2.1.0
- @autoform/mui@2.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# web

## 1.1.0

### Minor Changes

- Add formProps

### Patch Changes

- Updated dependencies
- @autoform/mantine@2.1.0
- @autoform/shadcn@2.1.0
- @autoform/mui@2.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down
11 changes: 11 additions & 0 deletions packages/mantine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @autoform/mantine

## 2.1.0

### Minor Changes

- Add formProps

### Patch Changes

- Updated dependencies
- @autoform/react@2.1.0

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mantine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autoform/mantine",
"version": "2.0.0",
"version": "2.1.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/mui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @autoform/mui

## 2.1.0

### Minor Changes

- Add formProps

### Patch Changes

- Updated dependencies
- @autoform/react@2.1.0

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autoform/mui",
"version": "2.0.0",
"version": "2.1.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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 @@
# @autoform/react

## 2.1.0

### Minor Changes

- Add formProps

## 2.0.0

### Major 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": "@autoform/react",
"version": "2.0.0",
"version": "2.1.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/shadcn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @autoform/shadcn

## 2.1.0

### Minor Changes

- Add formProps

### Patch Changes

- Updated dependencies
- @autoform/react@2.1.0

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shadcn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autoform/shadcn",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit fb296c8

Please sign in to comment.