Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jun 27, 2016
1 parent 8af8122 commit 5f9c25d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.2 Maintenance release (2016-04-27)
* Compatible with [svg-sprite 1.3.2](https://github.com/jkphl/svg-sprite/tree/v1.3.2)
* Updated dependencies

## 1.3.1 Bugfix release (2016-05-17)
* Compatible with [svg-sprite 1.3.1](https://github.com/jkphl/svg-sprite/tree/v1.3.1)
* Fixed modeless run ([svg-sprite #158](https://github.com/jkphl/svg-sprite/issues/158), [#42](https://github.com/jkphl/gulp-svg-sprite/issues/42))
Expand Down Expand Up @@ -211,7 +215,4 @@

## v1.0.4 Bugfix release
* Compatible with [svg-sprite 1.0.4](https://github.com/jkphl/svg-sprite/tree/v1.0.4)
* Fixed XML & doctype declaration bug with inline sprites ([#2](https://github.com/jkphl/gulp-svg-sprite/issues/2))

## v1.0.2
* Initial release, compatible with [svg-sprite 1.0.2](https://github.com/jkphl/svg-sprite/tree/v1.0.2)
* Fixed XML & doctype declaration bug with inline sprites ([#2](https://github.com/jkphl/gulp-svg-sprite/issues/2)
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gulp-svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
# gulp-svg-sprite [![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
===============

is a Gulp plugin wrapping around [svg-sprite](https://github.com/jkphl/svg-sprite) which **takes a bunch of [SVG](http://www.w3.org/TR/SVG/) files**, optimizes them and bakes them into **SVG sprites** of several types:
Expand Down Expand Up @@ -206,6 +206,7 @@ Copyright © 2015 Joschi Kuphal <[email protected]> / [@jkphl](https://twitter.c

[npm-url]: https://npmjs.org/package/gulp-svg-sprite
[npm-image]: https://badge.fury.io/js/gulp-svg-sprite.png
[npm-downloads]: https://img.shields.io/npm/dm/gulp-svg-sprite.svg

[travis-url]: http://travis-ci.org/jkphl/gulp-svg-sprite
[travis-image]: https://secure.travis-ci.org/jkphl/gulp-svg-sprite.png
Expand All @@ -216,4 +217,4 @@ Copyright © 2015 Joschi Kuphal <[email protected]> / [@jkphl](https://twitter.c
[depstat-url]: https://david-dm.org/jkphl/gulp-svg-sprite
[depstat-image]: https://david-dm.org/jkphl/gulp-svg-sprite.svg
[devdepstat-url]: https://david-dm.org/jkphl/gulp-svg-sprite#info=devDependencies
[devdepstat-image]: https://david-dm.org/jkphl/gulp-svg-sprite/dev-status.svg
[devdepstat-image]: https://david-dm.org/jkphl/gulp-svg-sprite/dev-status.svg
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.3.1",
"version": "1.3.2",
"homepage": "https://github.com/jkphl/gulp-svg-sprite",
"author": "Joschi Kuphal <[email protected]> (https://jkphl.is)",
"repository": {
Expand All @@ -24,26 +24,26 @@
"CHANGELOG.md"
],
"dependencies": {
"svg-sprite": "~1.3.1",
"svg-sprite": "~1.3.2",
"through2": "^2.0.1",
"gulp-util": "^3.0.7",
"vinyl": "^1.1.1"
},
"devDependencies": {
"coveralls": "*",
"event-stream": "*",
"glob": "~7.0.3",
"glob": "~7.0.5",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.1",
"gulp-plumber": "^1.1.0",
"image-diff": "^1.5.1",
"image-diff": "^1.6.0",
"istanbul": "*",
"jshint": "^2.9.2",
"mkdirp": "^0.5.1",
"pn": "^1.0.0",
"mocha": "*",
"mocha-lcov-reporter": "*",
"should": "~8.3.1",
"should": "~9.0.2",
"svg2png": "jkphl/svg2png"
},
"keywords": [
Expand Down

0 comments on commit 5f9c25d

Please sign in to comment.