Skip to content

Commit

Permalink
Lock gulp-uf-bundle-assets at v2.28.0 until userfrosting/gulp-uf-bu…
Browse files Browse the repository at this point in the history
…ndle-assets#5 is resolved (see #859)
  • Loading branch information
alexweissman committed Mar 24, 2018
1 parent 328943c commit 4905fda
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v4.1.17-alpha
- Lock `gulp-uf-bundle-assets` at v2.28.0 until Silic0nS0ldier/gulp-uf-bundle-assets#5 is resolved (see #859)

## v4.1.16-alpha
- Fix for `merge` bundling rule (#660)
- Fix for undefined variable exception under strict mode in `ufAlerts` (#809)
Expand Down
2 changes: 1 addition & 1 deletion app/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace UserFrosting;

// Some standard defines
define('UserFrosting\VERSION', '4.1.16-alpha');
define('UserFrosting\VERSION', '4.1.17-alpha');
define('UserFrosting\DS', '/');
define('UserFrosting\PHP_MIN_VERSION', '5.6');
define('UserFrosting\DEBUG_CONFIG', false);
Expand Down
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-uf-bundle-assets": "^2.27.2",
"gulp-uf-bundle-assets": "2.28.0",
"gulp-load-plugins": "^1.4.0",
"merge-array-object": "^1.0.3",
"recursive-copy": "^2.0.5",
Expand Down

0 comments on commit 4905fda

Please sign in to comment.