Skip to content

Commit

Permalink
Added mixin option
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Apr 4, 2015
1 parent 2d11aea commit db82caa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.0 Maintenance release (2015-04-04)
* Compatible with [svg-sprite 1.1.0](https://github.com/jkphl/svg-sprite/tree/v1.1.0)
* Added mixin option ([svg-sprite #66](https://github.com/jkphl/svg-sprite/issues/66); ATTENTION: May break custom templates!)
* Updated development dependencies

## 1.0.20 maintenance release (2015-03-28)
* Compatible with [svg-sprite 1.0.20](https://github.com/jkphl/svg-sprite/tree/v1.0.20)
* Fixed several CLI bugs in svg-sprite ([svg-sprite #65](https://github.com/jkphl/svg-sprite/issues/65))
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp-svg-sprite",
"description": "SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours",
"version": "1.0.20",
"version": "1.1.0",
"homepage": "https://github.com/jkphl/gulp-svg-sprite",
"author": {
"name": "Joschi Kuphal",
Expand Down Expand Up @@ -30,7 +30,7 @@
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"svg-sprite": "^1.0.20",
"svg-sprite": "^1.1.0",
"through2": "^1.1.1",
"gulp-util": "^3.0.4"
},
Expand All @@ -40,14 +40,14 @@
"mocha-lcov-reporter": "*",
"istanbul": "*",
"event-stream": "*",
"should": "~4.4.2",
"glob": "~4.3.1",
"should": "~5.2.0",
"glob": "~5.0.3",
"svg2png": "^1.1.0",
"image-diff": "^1.0.1",
"mkdirp": "^0.5.0",
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"gulp-plumber": "^0.6.6"
"gulp": "^3.8.11",
"gulp-jshint": "^1.10.0",
"gulp-plumber": "^1.0.0"
},
"peerDependencies": {
"vinyl": "^0.4.6"
Expand Down

0 comments on commit db82caa

Please sign in to comment.