From 66f2ab7dca0dba4061556522f647c2776fb2672d Mon Sep 17 00:00:00 2001 From: lane-formio Date: Fri, 5 Apr 2024 13:50:36 -0500 Subject: [PATCH] Updated build --- Changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 850248aa..ad1251da 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 2.0.0-rc.28 +### Changed + - Fix json and custom validation errors response + ## 2.0.0-rc.27 - FIO-8128: allow export of dist minified js diff --git a/package.json b/package.json index 8de2234c..90755b27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/core", - "version": "2.0.0-rc.27", + "version": "2.0.0-rc.28", "description": "The core Form.io renderering framework.", "main": "lib/index.js", "exports": {