Skip to content

Commit

Permalink
Updated build and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Apr 14, 2020
1 parent e3976df commit 2f1df86
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## 4.13.17.rc.2
### Changed
- Upgrade formio.js to 4.9.17-rc.2

## 4.13.17-rc.1
### Changed
- Upgrade formio.js to 4.9.17-rc.1
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dist/ng-formio.js",
"dist/formio.css"
],
"version": "4.13.17-rc.1",
"version": "4.13.17-rc.2",
"authors": [
"Travis Tidwell <[email protected]>",
"Randall Knutson <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/formio.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ng-formio.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-formio",
"version": "4.13.17-rc.1",
"version": "4.13.17-rc.2",
"description": "The form redering engine behind Form.IO.",
"main": "dist/ng-formio.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"json-logic-js": "^1.1.0"
},
"dependencies": {
"formiojs": "^4.9.19-rc.1"
"formiojs": "^4.9.19-rc.2"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit 2f1df86

Please sign in to comment.