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

Commit 05a0fff

Browse files
author
Kent C. Dodds
committed
6.21.1
1 parent 7adde3b commit 05a0fff

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 6.21.1
2+
3+
## Bug Fixes
4+
5+
- Remove the shrinkwrap because it didn't really work out the way I wanted it to... [#408](/../../issues/408)
6+
17
# 6.21.0
28

39
## New Features

dist/formly.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! angular-formly version 6.21.0 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)
1+
//! angular-formly version 6.21.1 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)
22

33
(function webpackUniversalModuleDefinition(root, factory) {
44
if(typeof exports === 'object' && typeof module === 'object')
@@ -147,7 +147,7 @@ return /******/ (function(modules) { // webpackBootstrap
147147

148148
ngModule.constant('formlyApiCheck', _providersFormlyApiCheck2['default']);
149149
ngModule.constant('formlyErrorAndWarningsUrlPrefix', _otherDocsBaseUrl2['default']);
150-
ngModule.constant('formlyVersion', ("6.21.0")); // <-- webpack variable
150+
ngModule.constant('formlyVersion', ("6.21.1")); // <-- webpack variable
151151

152152
ngModule.provider('formlyUsability', _providersFormlyUsability2['default']);
153153
ngModule.provider('formlyConfig', _providersFormlyConfig2['default']);
@@ -445,7 +445,7 @@ return /******/ (function(modules) { // webpackBootstrap
445445
Object.defineProperty(exports, "__esModule", {
446446
value: true
447447
});
448-
exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("6.21.0") + "/other/ERRORS_AND_WARNINGS.md#";
448+
exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("6.21.1") + "/other/ERRORS_AND_WARNINGS.md#";
449449
module.exports = exports["default"];
450450

451451
/***/ },

dist/formly.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formly.min.js.map

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": "angular-formly",
3-
"version": "6.21.0",
3+
"version": "6.21.1",
44
"author": "Astrism <[email protected]>",
55
"contributors": [
66
"Astrism <[email protected]>",

0 commit comments

Comments
 (0)