Skip to content
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.

Commit

Permalink
6.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Jun 11, 2015
1 parent 14ea0ad commit 9edc0db
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# 6.13.1

## Bug Fixes

- Fixing issue where `fieldGroup` was not sharing it's parent's form. Thanks [@benoror](https://github.com/benoror) [#347](/../../issues/347)

# 6.13.0

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-formly",
"version": "6.13.0",
"version": "6.13.1",
"authors": [
"Astrism <astrisms@gmail.com>"
],
Expand Down
7 changes: 4 additions & 3 deletions dist/formly.js
@@ -1,4 +1,4 @@
// angular-formly version 6.13.0 built with ♥ by Astrism <astrisms@gmail.com>, Kent C. Dodds <kent@doddsfamily.us> (ó ì_í)=óò=(ì_í ò)
// angular-formly version 6.13.1 built with ♥ by Astrism <astrisms@gmail.com>, Kent C. Dodds <kent@doddsfamily.us> (ó ì_í)=óò=(ì_í ò)

(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down Expand Up @@ -108,7 +108,7 @@ return /******/ (function(modules) { // webpackBootstrap

ngModule.constant("formlyApiCheck", formlyApiCheck);
ngModule.constant("formlyErrorAndWarningsUrlPrefix", formlyErrorAndWarningsUrlPrefix);
ngModule.constant("formlyVersion", ("6.13.0")); // <-- webpack variable
ngModule.constant("formlyVersion", ("6.13.1")); // <-- webpack variable

ngModule.provider("formlyUsability", formlyUsability);
ngModule.provider("formlyConfig", formlyConfig);
Expand Down Expand Up @@ -372,7 +372,7 @@ return /******/ (function(modules) { // webpackBootstrap

"use strict";

module.exports = "https://github.com/formly-js/angular-formly/blob/" + ("6.13.0") + "/other/ERRORS_AND_WARNINGS.md#";
module.exports = "https://github.com/formly-js/angular-formly/blob/" + ("6.13.1") + "/other/ERRORS_AND_WARNINGS.md#";

/***/ },
/* 8 */
Expand Down Expand Up @@ -1271,6 +1271,7 @@ return /******/ (function(modules) { // webpackBootstrap
}).join(" ");
}
var modelValue = "model";
scope.options.form = scope.form;
if (scope.options.key) {
modelValue = "model['" + scope.options.key + "']";
}
Expand Down
4 changes: 2 additions & 2 deletions dist/formly.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formly.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-formly",
"version": "6.13.0",
"version": "6.13.1",
"author": "Astrism <astrisms@gmail.com>",
"contributors": [
"Astrism <astrisms@gmail.com>",
Expand Down

0 comments on commit 9edc0db

Please sign in to comment.