From c600c04421ab425ea6443ba2b929d9ae3ee86ab7 Mon Sep 17 00:00:00 2001 From: lane-formio Date: Wed, 14 Aug 2024 12:54:22 -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 3bd8ae700a..73f9541568 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.73 +### Changed + - FIO-8729: fixed an issue where the rollback to default templates does not work correctly and unknown template message is shown + ## 5.0.0-rc.72 ### Changed - Updated @formio/core@2.2.2-rc.1 diff --git a/package.json b/package.json index c9b494e951..0b51efd10c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.72", + "version": "5.0.0-rc.73", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "exports": {