From e9d61b0dc7ec45be966fd57b92c41e9b9f8483ab Mon Sep 17 00:00:00 2001 From: Travis Tidwell Date: Thu, 1 Jul 2021 09:20:14 -0500 Subject: [PATCH] Updated build. --- Changelog.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index e57f1f68e..116a42a2a 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.1.1 +### Fixed + - Add formio dependency to submission hook + ## 5.1.0 ### Fixed - Remove unnecessary check for form and components diff --git a/package-lock.json b/package-lock.json index 438d7f9d8..a03761974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@formio/react", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c032b2e02..597bd56d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/react", - "version": "5.1.0", + "version": "5.1.1", "description": "React renderer for form.io forms.", "main": "lib/index.js", "scripts": {