From b911a12f18786eb1cb7c40c962258148c1b5ad05 Mon Sep 17 00:00:00 2001 From: Travis Tidwell Date: Mon, 30 Sep 2024 14:29:18 -0500 Subject: [PATCH] Updated build --- Changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index bf4509c4c9..8623fc9b09 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,7 @@ 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/). -## [Unreleased: 5.0.0-rc.87] +## 5.0.0-rc.87 ### Changed - FIO-9059: fixed an issue where the value for textarea with json datatype is not normalized and set correctly diff --git a/package.json b/package.json index 45d22eac49..1a0d5e5c55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.86", + "version": "5.0.0-rc.87", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "exports": {