From 64fb8abf0522f91104d01b772f70d72868e83430 Mon Sep 17 00:00:00 2001 From: lane-formio Date: Thu, 5 Sep 2024 22:50:10 -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 f318161d5d..fac07d2c92 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.78 +### Changed + - FIO-8072: Added conditional operators for select component with number data type + ## 5.0.0-rc.77 ### Changed - Updated @formio/core@2.2.2 diff --git a/package.json b/package.json index e51759118a..e9d7ea2835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.77", + "version": "5.0.0-rc.78", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "exports": {