From d84e80fe460f194653e79504bf9a4e733364fc26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Sun, 16 Sep 2018 17:35:10 +0200 Subject: [PATCH] v2.4.0 --- CHANGELOG.md | 19 +++++++++++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 13 +++++++++++++ packages/cli/package.json | 4 ++-- packages/core/CHANGELOG.md | 19 +++++++++++++++++++ packages/core/package.json | 2 +- packages/rollup/CHANGELOG.md | 12 ++++++++++++ packages/rollup/package.json | 4 ++-- packages/webpack/CHANGELOG.md | 12 ++++++++++++ packages/webpack/package.json | 4 ++-- 10 files changed, 83 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6053dbb1..f6dfaf4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.4.0](https://github.com/smooth-code/svgr/compare/v2.3.0...v2.4.0) (2018-09-16) + + +### Bug Fixes + +* use literal instead of litteral ([7849fd4](https://github.com/smooth-code/svgr/commit/7849fd4)) + + +### Features + +* allow to spread props at the start ([#166](https://github.com/smooth-code/svgr/issues/166)) ([cd659dc](https://github.com/smooth-code/svgr/commit/cd659dc)) +* **upgrade:** h2x@1.1.0 (jsdom@12.0.0) & others ([2d9b7bd](https://github.com/smooth-code/svgr/commit/2d9b7bd)) +* new option "svgProps" ([#172](https://github.com/smooth-code/svgr/issues/172)) ([9657110](https://github.com/smooth-code/svgr/commit/9657110)) + + + + + # [2.3.0](https://github.com/smooth-code/svgr/compare/v2.2.1...v2.3.0) (2018-09-03) diff --git a/lerna.json b/lerna.json index 31c849c3..1a99b62c 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "2.3.0", + "version": "2.4.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 91d50456..9291e303 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.4.0](https://github.com/smooth-code/svgr/compare/v2.3.0...v2.4.0) (2018-09-16) + + +### Features + +* **upgrade:** h2x@1.1.0 (jsdom@12.0.0) & others ([2d9b7bd](https://github.com/smooth-code/svgr/commit/2d9b7bd)) +* new option "svgProps" ([#172](https://github.com/smooth-code/svgr/issues/172)) ([9657110](https://github.com/smooth-code/svgr/commit/9657110)) + + + + + # [2.3.0](https://github.com/smooth-code/svgr/compare/v2.2.1...v2.3.0) (2018-09-03) diff --git a/packages/cli/package.json b/packages/cli/package.json index ba2dbe61..528a9774 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/cli", "description": "SVGR command line.", - "version": "2.3.0", + "version": "2.4.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.2.0", + "@svgr/core": "^2.4.0", "camelcase": "^5.0.0", "chalk": "^2.4.1", "commander": "^2.18.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6b8b23e3..dc6d4cbd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.4.0](https://github.com/smooth-code/svgr/compare/v2.3.0...v2.4.0) (2018-09-16) + + +### Bug Fixes + +* use literal instead of litteral ([7849fd4](https://github.com/smooth-code/svgr/commit/7849fd4)) + + +### Features + +* allow to spread props at the start ([#166](https://github.com/smooth-code/svgr/issues/166)) ([cd659dc](https://github.com/smooth-code/svgr/commit/cd659dc)) +* **upgrade:** h2x@1.1.0 (jsdom@12.0.0) & others ([2d9b7bd](https://github.com/smooth-code/svgr/commit/2d9b7bd)) +* new option "svgProps" ([#172](https://github.com/smooth-code/svgr/issues/172)) ([9657110](https://github.com/smooth-code/svgr/commit/9657110)) + + + + + # [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13) diff --git a/packages/core/package.json b/packages/core/package.json index 49c27fe0..66c58c89 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.2.0", + "version": "2.4.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 346f5ad6..53386a3b 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/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.4.0](https://github.com/smooth-code/svgr/compare/v2.3.0...v2.4.0) (2018-09-16) + + +### Features + +* **upgrade:** h2x@1.1.0 (jsdom@12.0.0) & others ([2d9b7bd](https://github.com/smooth-code/svgr/commit/2d9b7bd)) + + + + + # [2.3.0](https://github.com/smooth-code/svgr/compare/v2.2.1...v2.3.0) (2018-09-03) diff --git a/packages/rollup/package.json b/packages/rollup/package.json index aa7a22ff..9b2df8a5 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/rollup", "description": "SVGR Rollup plugin.", - "version": "2.3.0", + "version": "2.4.0", "main": "lib/index.js", "repository": "git@github.com:smooth-code/svgr.git", "author": "Greg Bergé ", @@ -26,7 +26,7 @@ "@babel/plugin-transform-react-constant-elements": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", - "@svgr/core": "^2.2.0", + "@svgr/core": "^2.4.0", "rollup-pluginutils": "^2.3.1" }, "devDependencies": { diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index bad6d256..5f97c008 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.4.0](https://github.com/smooth-code/svgr/compare/v2.3.0...v2.4.0) (2018-09-16) + + +### Features + +* **upgrade:** h2x@1.1.0 (jsdom@12.0.0) & others ([2d9b7bd](https://github.com/smooth-code/svgr/commit/2d9b7bd)) + + + + + # [2.3.0](https://github.com/smooth-code/svgr/compare/v2.2.1...v2.3.0) (2018-09-03) diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 86e12061..9df1fc30 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/webpack", "description": "SVGR webpack loader.", - "version": "2.3.0", + "version": "2.4.0", "main": "lib/index.js", "repository": "git@github.com:smooth-code/svgr.git", "author": "Greg Bergé ", @@ -26,7 +26,7 @@ "@babel/plugin-transform-react-constant-elements": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", - "@svgr/core": "^2.2.0", + "@svgr/core": "^2.4.0", "loader-utils": "^1.1.0" }, "devDependencies": {