diff --git a/CHANGELOG.md b/CHANGELOG.md index 610cea7f..d7dc3a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13) + + +### Bug Fixes + +* remove null-byte characters ([#154](https://github.com/smooth-code/svgr/issues/154)) ([de7f8a7](https://github.com/smooth-code/svgr/commit/de7f8a7)), closes [#153](https://github.com/smooth-code/svgr/issues/153) +* **webpack:** use source when possible ([#139](https://github.com/smooth-code/svgr/issues/139)) ([ae9965d](https://github.com/smooth-code/svgr/commit/ae9965d)) + + +### Features + +* **core:** pass info to SVGO ([2b2353b](https://github.com/smooth-code/svgr/commit/2b2353b)), closes [#152](https://github.com/smooth-code/svgr/issues/152) + + + + + ## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11) diff --git a/lerna.json b/lerna.json index 5a4863a9..c5c9f00f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "2.1.1", + "version": "2.2.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 67af373f..0e1f81b8 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13) + +**Note:** Version bump only for package @svgr/cli + + + + + ## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11) diff --git a/packages/cli/package.json b/packages/cli/package.json index 175e5844..e02b13fb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/cli", "description": "SVGR command line.", - "version": "2.1.1", + "version": "2.2.0", "repository": "git@github.com:smooth-code/svgr.git", "author": "Greg Bergé ", "keywords": [ @@ -23,7 +23,7 @@ "prepublishOnly": "yarn run build" }, "dependencies": { - "@svgr/core": "^2.1.1", + "@svgr/core": "^2.2.0", "chalk": "^2.4.1", "commander": "^2.17.1", "glob": "^7.1.2", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 98a91aa4..6b8b23e3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13) + + +### Bug Fixes + +* remove null-byte characters ([#154](https://github.com/smooth-code/svgr/issues/154)) ([de7f8a7](https://github.com/smooth-code/svgr/commit/de7f8a7)), closes [#153](https://github.com/smooth-code/svgr/issues/153) + + +### Features + +* **core:** pass info to SVGO ([2b2353b](https://github.com/smooth-code/svgr/commit/2b2353b)), closes [#152](https://github.com/smooth-code/svgr/issues/152) + + + + + ## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11) diff --git a/packages/core/package.json b/packages/core/package.json index eebcbb5a..b2ddeb94 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/core", "description": "Transform SVG into React Components.", - "version": "2.1.1", + "version": "2.2.0", "main": "lib/index.js", "repository": "git@github.com:smooth-code/svgr.git", "author": "Greg Bergé ", diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index 4f27dd1c..0a47e0b3 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13) + +**Note:** Version bump only for package @svgr/rollup + + + + + ## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11) diff --git a/packages/rollup/package.json b/packages/rollup/package.json index 7c5c8bc0..f6c87615 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/rollup", "description": "SVGR Rollup plugin.", - "version": "2.1.1", + "version": "2.2.0", "main": "lib/index.js", "repository": "git@github.com:smooth-code/svgr.git", "author": "Greg Bergé ", @@ -27,7 +27,7 @@ "@babel/plugin-transform-react-constant-elements": "^7.0.0-rc.1", "@babel/preset-env": "^7.0.0-rc.1", "@babel/preset-react": "^7.0.0-rc.1", - "@svgr/core": "^2.1.1", + "@svgr/core": "^2.2.0", "rollup-pluginutils": "^2.3.1" }, "devDependencies": { diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 7ee9c98c..91c22fad 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13) + + +### Bug Fixes + +* **webpack:** use source when possible ([#139](https://github.com/smooth-code/svgr/issues/139)) ([ae9965d](https://github.com/smooth-code/svgr/commit/ae9965d)) + + + + + ## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11) diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 2c2d8684..7d4e5cbd 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/webpack", "description": "SVGR webpack loader.", - "version": "2.1.1", + "version": "2.2.0", "main": "lib/index.js", "repository": "git@github.com:smooth-code/svgr.git", "author": "Greg Bergé ", @@ -27,7 +27,7 @@ "@babel/plugin-transform-react-constant-elements": "^7.0.0-rc.1", "@babel/preset-env": "^7.0.0-rc.1", "@babel/preset-react": "^7.0.0-rc.1", - "@svgr/core": "^2.1.1", + "@svgr/core": "^2.2.0", "loader-utils": "^1.1.0" }, "devDependencies": {