Skip to content

Commit fa09c9b

Browse files
committed
v2.1.1
1 parent e13a99a commit fa09c9b

10 files changed

Lines changed: 54 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.1.1"></a>
7+
## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11)
8+
9+
10+
### Bug Fixes
11+
12+
* **core:** config conflict with icon option ([#137](https://github.com/smooth-code/svgr/issues/137)) ([e13a99a](https://github.com/smooth-code/svgr/commit/e13a99a))
13+
14+
15+
16+
617
<a name="2.1.0"></a>
718
# [2.1.0](https://github.com/smooth-code/svgr/compare/v2.0.0...v2.1.0) (2018-07-08)
819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.1.0",
6+
"version": "2.1.1",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.1.1"></a>
7+
## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @svgr/cli
13+
614
<a name="2.1.0"></a>
715
# [2.1.0](https://github.com/smooth-code/svgr/compare/v2.0.0...v2.1.0) (2018-07-08)
816

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/cli",
33
"description": "SVGR command line.",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"repository": "git@github.com:smooth-code/svgr.git",
66
"author": "Greg Bergé <berge.greg@gmail.com>",
77
"keywords": [
@@ -23,7 +23,7 @@
2323
"prepublishOnly": "yarn run build"
2424
},
2525
"dependencies": {
26-
"@svgr/core": "^2.1.0",
26+
"@svgr/core": "^2.1.1",
2727
"chalk": "^2.4.1",
2828
"commander": "^2.16.0",
2929
"glob": "^7.1.2",

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.1.1"></a>
7+
## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11)
8+
9+
10+
### Bug Fixes
11+
12+
* **core:** config conflict with icon option ([#137](https://github.com/smooth-code/svgr/issues/137)) ([e13a99a](https://github.com/smooth-code/svgr/commit/e13a99a))
13+
14+
15+
16+
617
<a name="2.1.0"></a>
718
# [2.1.0](https://github.com/smooth-code/svgr/compare/v2.0.0...v2.1.0) (2018-07-08)
819

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/core",
33
"description": "Transform SVG into React Components.",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"main": "lib/index.js",
66
"repository": "git@github.com:smooth-code/svgr.git",
77
"author": "Greg Bergé <berge.greg@gmail.com>",

packages/rollup/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.1.1"></a>
7+
## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @svgr/rollup
13+
614
<a name="2.1.0"></a>
715
# [2.1.0](https://github.com/smooth-code/svgr/compare/v2.0.0...v2.1.0) (2018-07-08)
816

packages/rollup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/rollup",
33
"description": "SVGR Rollup plugin.",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"main": "lib/index.js",
66
"repository": "git@github.com:smooth-code/svgr.git",
77
"author": "Greg Bergé <berge.greg@gmail.com>",
@@ -27,7 +27,7 @@
2727
"@babel/plugin-transform-react-constant-elements": "^7.0.0-beta.52",
2828
"@babel/preset-env": "^7.0.0-beta.52",
2929
"@babel/preset-react": "^7.0.0-beta.52",
30-
"@svgr/core": "^2.1.0",
30+
"@svgr/core": "^2.1.1",
3131
"rollup-pluginutils": "^2.3.0"
3232
},
3333
"devDependencies": {

packages/webpack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.1.1"></a>
7+
## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @svgr/webpack
13+
614
<a name="2.1.0"></a>
715
# [2.1.0](https://github.com/smooth-code/svgr/compare/v2.0.0...v2.1.0) (2018-07-08)
816

packages/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/webpack",
33
"description": "SVGR webpack loader.",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"main": "lib/index.js",
66
"repository": "git@github.com:smooth-code/svgr.git",
77
"author": "Greg Bergé <berge.greg@gmail.com>",
@@ -27,7 +27,7 @@
2727
"@babel/plugin-transform-react-constant-elements": "^7.0.0-beta.52",
2828
"@babel/preset-env": "^7.0.0-beta.52",
2929
"@babel/preset-react": "^7.0.0-beta.52",
30-
"@svgr/core": "^2.1.0",
30+
"@svgr/core": "^2.1.1",
3131
"loader-utils": "^1.1.0"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)