Skip to content

Commit

Permalink
7.17.0 — Updated f-templates-loader module. (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMullins authored and ashleynolan committed Apr 10, 2018
1 parent a6da6a7 commit 04e08c3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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).


v7.17.0
------------------------------
*April 10, 2018*

### Changed
- Updated `f-templates-loader` module.


v7.16.0
------------------------------
*April 9, 2018*
Expand All @@ -11,7 +20,7 @@ v7.16.0
- Added `f-templates-loader` module which handles locating and registering shared templates.
- Added `config.docs.excludeTemplateDirs` property to allow directories to be ignored when adding shared templates.

### Updated
### Changed
- `.gitignore` updated to exclude yalc config files


Expand All @@ -23,7 +32,7 @@ v7.15.0
- ESLint flag for automatically fixing ESLint rule violations. Will now fix a number of issues in-line when the lint task is run.
For more info, check out the [fix rule in the ESLint docs](https://eslint.org/docs/user-guide/command-line-interface#--fix) and to see a list of the rules this will auto-fix, [see the ESLint rule list](https://eslint.org/docs/rules/).

### Updated
### Changed
- `.gitignore` updated to exclude yalc config files


Expand All @@ -36,7 +45,7 @@ v7.14.0
- Unminified JS files compiled to docs folder
- Lodash clonedeep added for deep cloning objects in tests

### Updated
### Changed
- Split out the tests into more manageable chunks


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeat/gulp-build-fozzie",
"version": "7.16.0",
"version": "7.17.0",
"description": "Gulp build tasks for use across Fozzie modules",
"main": "index.js",
"author": "Damian Mullins <[email protected]> (http://www.damianmullins.com)",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@justeat/eslint-config-fozzie": "^1.4.0",
"@justeat/f-copy-assets": "^0.6.0",
"@justeat/f-templates-loader": "0.0.3",
"@justeat/f-templates-loader": "0.0.4",
"@justeat/stylelint-config-fozzie": "^2.0.1",
"assemble": "^0.24.3",
"autoprefixer": "^8.2.0",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@
glob "^7.1.2"
mkdirp "^0.5.1"

"@justeat/[email protected].3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@justeat/f-templates-loader/-/f-templates-loader-0.0.3.tgz#2fe83a3f4b0ea123f0550789e63fca3f3a5c55b5"
"@justeat/[email protected].4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@justeat/f-templates-loader/-/f-templates-loader-0.0.4.tgz#9b8f707b0af55a8839fc33ad88c551fb15d5debf"
dependencies:
handlebars "^4.0.11"
handlebars-helper-i18n "^0.1.0"

"@justeat/stylelint-config-fozzie@^2.0.1":
version "2.0.1"
Expand Down

0 comments on commit 04e08c3

Please sign in to comment.