Skip to content

Commit 4905fda

Browse files
committed
Lock gulp-uf-bundle-assets at v2.28.0 until userfrosting/gulp-uf-bundle-assets#5 is resolved (see #859)
1 parent 328943c commit 4905fda

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
## v4.1.17-alpha
9+
- Lock `gulp-uf-bundle-assets` at v2.28.0 until Silic0nS0ldier/gulp-uf-bundle-assets#5 is resolved (see #859)
10+
311
## v4.1.16-alpha
412
- Fix for `merge` bundling rule (#660)
513
- Fix for undefined variable exception under strict mode in `ufAlerts` (#809)

app/defines.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace UserFrosting;
44

55
// Some standard defines
6-
define('UserFrosting\VERSION', '4.1.16-alpha');
6+
define('UserFrosting\VERSION', '4.1.17-alpha');
77
define('UserFrosting\DS', '/');
88
define('UserFrosting\PHP_MIN_VERSION', '5.6');
99
define('UserFrosting\DEBUG_CONFIG', false);

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"devDependencies": {
1313
"gulp": "^3.9.1",
14-
"gulp-uf-bundle-assets": "^2.27.2",
14+
"gulp-uf-bundle-assets": "2.28.0",
1515
"gulp-load-plugins": "^1.4.0",
1616
"merge-array-object": "^1.0.3",
1717
"recursive-copy": "^2.0.5",

0 commit comments

Comments
 (0)