From ffbb30d0405a59e0ce8ab5183be2aa57d1120111 Mon Sep 17 00:00:00 2001 From: Bennett Date: Thu, 24 Oct 2024 11:02:16 +0200 Subject: [PATCH] Bump core --- package-lock.json | 12 ++++++------ packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a2e482..6817ceb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ } }, "apps/docs": { - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@autoform/core": "*", @@ -354,7 +354,7 @@ } }, "apps/web": { - "version": "1.0.0", + "version": "1.1.0", "dependencies": { "@autoform/mantine": "*", "@autoform/mui": "*", @@ -19813,7 +19813,7 @@ }, "packages/mantine": { "name": "@autoform/mantine", - "version": "2.0.0", + "version": "2.1.0", "dependencies": { "@autoform/core": "*", "@autoform/react": "*", @@ -19840,7 +19840,7 @@ }, "packages/mui": { "name": "@autoform/mui", - "version": "2.0.0", + "version": "2.1.0", "dependencies": { "@autoform/core": "*", "@autoform/react": "*", @@ -20054,7 +20054,7 @@ }, "packages/react": { "name": "@autoform/react", - "version": "2.0.0", + "version": "2.1.0", "dependencies": { "@autoform/core": "*", "@autoform/yup": "*", @@ -20078,7 +20078,7 @@ }, "packages/shadcn": { "name": "@autoform/shadcn", - "version": "2.0.0", + "version": "2.1.0", "dependencies": { "@autoform/core": "*", "@autoform/react": "*", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b57979b..7f96b21 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @autoform/core +## 2.1.0 + +### Minor Changes + +- Improve types + ## 2.0.0 ### Major Changes diff --git a/packages/core/package.json b/packages/core/package.json index eb1fabb..795d335 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@autoform/core", - "version": "2.0.0", + "version": "2.1.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",