From aeea0126b0e29892a030a3d3cc8e970fd89e870d Mon Sep 17 00:00:00 2001 From: lane-formio Date: Wed, 6 Nov 2024 10:36:26 -0600 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 215ecf96c2..443f8b324e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 5.0.0-rc.98 +### Changed + - FIO-9280 fixed validation for select boxes with valid values and when value property is not set + ## 5.0.0-rc.97 ### Changed - Updated @formio/core@2.3.0-rc.21 diff --git a/package.json b/package.json index 1da3389114..feeb802442 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.97", + "version": "5.0.0-rc.98", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "exports": {