From e4060a73abc202ed2ba56bc67e092bab126775bb Mon Sep 17 00:00:00 2001 From: Pablo Eliseo Date: Tue, 20 Jun 2023 16:24:35 +0200 Subject: [PATCH] 2.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8230064b..556b9332 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@guidesmiths/react-form-builder", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@guidesmiths/react-form-builder", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "debounce-promise": "^3.1.2", diff --git a/package.json b/package.json index 69b83abe..cb007fcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@guidesmiths/react-form-builder", - "version": "2.0.0", + "version": "2.1.0", "description": "React from builder using json schema", "author": "Guidesmiths", "license": "MIT",