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

Commit 3f47be8

Browse files
committed
merging built files
2 parents 3512707 + ecadd92 commit 3f47be8

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

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.26.4 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)
1+
//! angular-formly version 6.26.9 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.26.4")); // <-- webpack variable
150+
ngModule.constant('formlyVersion', ("6.26.9")); // <-- webpack variable
151151

152152
ngModule.provider('formlyUsability', _providersFormlyUsability2['default']);
153153
ngModule.provider('formlyConfig', _providersFormlyConfig2['default']);
@@ -452,7 +452,7 @@ return /******/ (function(modules) { // webpackBootstrap
452452
Object.defineProperty(exports, "__esModule", {
453453
value: true
454454
});
455-
exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("6.26.4") + "/other/ERRORS_AND_WARNINGS.md#";
455+
exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("6.26.9") + "/other/ERRORS_AND_WARNINGS.md#";
456456
module.exports = exports["default"];
457457

458458
/***/ },

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.26.4",
3+
"version": "6.26.9",
44
"author": "Astrism <[email protected]>",
55
"contributors": [
66
"Astrism <[email protected]>",

scripts/publish-latest.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ echo "setting global bot config"
77
git config --global user.email [email protected]
88
git config --global user.name formly-bot
99

10+
echo "checking out temp branch"
11+
git checkout -b travis/temp
12+
1013
echo "adding dist"
1114
git add dist package.json
1215

@@ -21,8 +24,8 @@ git remote set-branches --add origin latest # required because travis clones wit
2124
git fetch origin
2225
git checkout latest
2326

24-
echo "merging master"
25-
git merge master -m "master merge" -X theirs
27+
echo "merging built files"
28+
git merge travis/temp -m "merging built files" -X theirs
2629

2730
echo "pushing"
2831
git push origin HEAD:latest -f >/dev/null 2>/dev/null

0 commit comments

Comments
 (0)