Skip to content

Commit 104a34c

Browse files
committed
Updated build and version.
1 parent 513b548 commit 104a34c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 5.1.0
8+
### Fixed
9+
- Remove unnecessary check for form and components
10+
11+
### Changed
12+
- Official release
13+
714
## 5.1.0-rc.1
815
### Fixed
916
- Change the way formio being stored

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formio/react",
3-
"version": "5.1.0-rc.1",
3+
"version": "5.1.0",
44
"description": "React renderer for form.io forms.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)