Skip to content

Commit

Permalink
v0.8.0 - Updated gulp-build-fozzie version and updated unit test sn…
Browse files Browse the repository at this point in the history
…apshots. (#9)
  • Loading branch information
DamianMullins authored Jan 18, 2018
1 parent 7da5062 commit 1eb9626
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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).


v0.8.0
------------------------------
*January 18, 2018*

### Changed
- Updated `gulp-build-fozzie` version.
- Updated failing snapshot unit test files.


v0.7.0
------------------------------
*January 16, 2018*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-toggle",
"description": "Fozzie vanilla JS toggle library.",
"version": "0.7.0",
"version": "0.8.0",
"main": "dist/index.js",
"homepage": "https://github.com/justeat/f-toggle",
"contributors": [
Expand All @@ -23,7 +23,7 @@
"qwery": "^4.0.0"
},
"devDependencies": {
"@justeat/gulp-build-fozzie": "^7.0.0",
"@justeat/gulp-build-fozzie": "^7.1.0",
"babel-cli": "^6.26.0",
"babel-preset-babili": "^0.1.4",
"babel-preset-es2015": "^6.24.1",
Expand Down
4 changes: 2 additions & 2 deletions test/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ exports[`show can handle multiple specified targets 1`] = `
exports[`show can handle multiple targets 1`] = `
"
<div data-toggle-name=\\"test\\" class=\\"\\"></div>
<div data-toggle-name=\\"test\\"></div>
<div data-toggle-name=\\"test\\" class=\\"\\"></div>
<button data-toggle-target=\\"show:test\\"></button>
"
`;
exports[`show does nothing when element is already shown 1`] = `
"
<div data-toggle-name=\\"test\\" class=\\"\\"></div>
<div data-toggle-name=\\"test\\"></div>
<button data-toggle-target=\\"show:test\\"></button>
"
`;
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
glob "^7.1.2"
mkdirp "^0.5.1"

"@justeat/gulp-build-fozzie@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@justeat/gulp-build-fozzie/-/gulp-build-fozzie-7.0.0.tgz#4001f4fb41d6330daa64fbe73469d012832ea9c9"
"@justeat/gulp-build-fozzie@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@justeat/gulp-build-fozzie/-/gulp-build-fozzie-7.1.0.tgz#af4a07d8e077c4f12582bb7057662410f3d61cd6"
dependencies:
"@justeat/eslint-config-fozzie" "^1.3.0"
"@justeat/f-copy-assets" "^0.4.0"
Expand Down

0 comments on commit 1eb9626

Please sign in to comment.