Skip to content

Commit

Permalink
Compatibility release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jan 5, 2016
1 parent efc5718 commit 5df1978
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.2.18 Maintenance release (2016-01-05)
* Compatible with [svg-sprite 1.2.18](https://github.com/jkphl/svg-sprite/tree/v1.2.18)
* Updated dependencies
* Fixed inline embedding link in example templates ([svg-sprite #130](https://github.com/jkphl/svg-sprite/issues/130))
* Fixed broken Less mixin support ([svg-sprite #133](https://github.com/jkphl/svg-sprite/issues/133))
* Introduced support for custom shape orders ([svg-sprite #131](https://github.com/jkphl/svg-sprite/issues/131))

## 1.2.17 Maintenance release (2015-12-17)
* Compatible with [svg-sprite 1.2.17](https://github.com/jkphl/svg-sprite/tree/v1.2.17)
* Updated dev dependencies
Expand Down
10 changes: 5 additions & 5 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.2.17",
"version": "1.2.18",
"homepage": "https://github.com/jkphl/gulp-svg-sprite",
"author": "Joschi Kuphal <joschi@kuphal.net> (https://jkphl.is)",
"repository": {
Expand All @@ -24,25 +24,25 @@
"CHANGELOG.md"
],
"dependencies": {
"svg-sprite": "~1.2.17",
"svg-sprite": "~1.2.18",
"through2": "^2.0.0",
"gulp-util": "^3.0.7",
"vinyl": "^1.1.0"
},
"devDependencies": {
"coveralls": "*",
"event-stream": "*",
"glob": "~6.0.1",
"glob": "~6.0.3",
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"gulp-plumber": "^1.0.1",
"image-diff": "^1.3.0",
"istanbul": "*",
"jshint": "^2.9.1-rc1",
"jshint": "^2.9.1-rc2",
"mkdirp": "^0.5.1",
"mocha": "*",
"mocha-lcov-reporter": "*",
"should": "~8.0.1",
"should": "~8.0.2",
"svg2png": "^2.0.0"
},
"keywords": [
Expand Down

0 comments on commit 5df1978

Please sign in to comment.