From 9a99610f99c592d48060f75d463f7c2dafc96894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Thu, 16 Aug 2018 09:25:15 +0000 Subject: [PATCH] v2.2.1 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/rollup/CHANGELOG.md | 12 ++++++++++++ packages/rollup/package.json | 2 +- packages/webpack/CHANGELOG.md | 9 +++++++++ packages/webpack/package.json | 2 +- 6 files changed, 36 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7dc3a9a..dd51c82f 100644 --- a/CHANGELOG.md +++ b/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.1](https://github.com/smooth-code/svgr/compare/v2.2.0...v2.2.1) (2018-08-16) + + +### Bug Fixes + +* **rollup:** fix to work with rollup-plugin-typescript2 ([#147](https://github.com/smooth-code/svgr/issues/147)) ([4b3737e](https://github.com/smooth-code/svgr/commit/4b3737e)) + + + + + # [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13) diff --git a/lerna.json b/lerna.json index 0a69a4f9..946dc720 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "2.2.0", + "version": "2.2.1", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index 0a47e0b3..c17346ba 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.2.1](https://github.com/smooth-code/svgr/compare/v2.2.0...v2.2.1) (2018-08-16) + + +### Bug Fixes + +* **rollup:** fix to work with rollup-plugin-typescript2 ([#147](https://github.com/smooth-code/svgr/issues/147)) ([4b3737e](https://github.com/smooth-code/svgr/commit/4b3737e)) + + + + + # [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13) diff --git a/packages/rollup/package.json b/packages/rollup/package.json index f6c87615..38c5add4 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/rollup", "description": "SVGR Rollup plugin.", - "version": "2.2.0", + "version": "2.2.1", "main": "lib/index.js", "repository": "git@github.com:smooth-code/svgr.git", "author": "Greg Bergé ", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 91c22fad..42772bbc 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/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.1](https://github.com/smooth-code/svgr/compare/v2.2.0...v2.2.1) (2018-08-16) + +**Note:** Version bump only for package @svgr/webpack + + + + + # [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13) diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 9849f990..d0412c8e 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/webpack", "description": "SVGR webpack loader.", - "version": "2.2.0", + "version": "2.2.1", "main": "lib/index.js", "repository": "git@github.com:smooth-code/svgr.git", "author": "Greg Bergé ",