Skip to content

Commit c7ab92b

Browse files
committed
v2.2.0
1 parent b4c67be commit c7ab92b

10 files changed

Lines changed: 73 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.2.0"></a>
7+
# [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13)
8+
9+
10+
### Bug Fixes
11+
12+
* 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)
13+
* **webpack:** use source when possible ([#139](https://github.com/smooth-code/svgr/issues/139)) ([ae9965d](https://github.com/smooth-code/svgr/commit/ae9965d))
14+
15+
16+
### Features
17+
18+
* **core:** pass info to SVGO ([2b2353b](https://github.com/smooth-code/svgr/commit/2b2353b)), closes [#152](https://github.com/smooth-code/svgr/issues/152)
19+
20+
21+
22+
23+
624
<a name="2.1.1"></a>
725
## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11)
826

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.1",
6+
"version": "2.2.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true,
99
"command": {

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.2.0"></a>
7+
# [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13)
8+
9+
**Note:** Version bump only for package @svgr/cli
10+
11+
12+
13+
14+
615
<a name="2.1.1"></a>
716
## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11)
817

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.1",
4+
"version": "2.2.0",
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.1",
26+
"@svgr/core": "^2.2.0",
2727
"chalk": "^2.4.1",
2828
"commander": "^2.17.1",
2929
"glob": "^7.1.2",

packages/core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.2.0"></a>
7+
# [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13)
8+
9+
10+
### Bug Fixes
11+
12+
* 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)
13+
14+
15+
### Features
16+
17+
* **core:** pass info to SVGO ([2b2353b](https://github.com/smooth-code/svgr/commit/2b2353b)), closes [#152](https://github.com/smooth-code/svgr/issues/152)
18+
19+
20+
21+
22+
623
<a name="2.1.1"></a>
724
## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11)
825

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.1",
4+
"version": "2.2.0",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.2.0"></a>
7+
# [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13)
8+
9+
**Note:** Version bump only for package @svgr/rollup
10+
11+
12+
13+
14+
615
<a name="2.1.1"></a>
716
## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11)
817

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.1",
4+
"version": "2.2.0",
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-rc.1",
2828
"@babel/preset-env": "^7.0.0-rc.1",
2929
"@babel/preset-react": "^7.0.0-rc.1",
30-
"@svgr/core": "^2.1.1",
30+
"@svgr/core": "^2.2.0",
3131
"rollup-pluginutils": "^2.3.1"
3232
},
3333
"devDependencies": {

packages/webpack/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.2.0"></a>
7+
# [2.2.0](https://github.com/smooth-code/svgr/compare/v2.1.1...v2.2.0) (2018-08-13)
8+
9+
10+
### Bug Fixes
11+
12+
* **webpack:** use source when possible ([#139](https://github.com/smooth-code/svgr/issues/139)) ([ae9965d](https://github.com/smooth-code/svgr/commit/ae9965d))
13+
14+
15+
16+
17+
618
<a name="2.1.1"></a>
719
## [2.1.1](https://github.com/smooth-code/svgr/compare/v2.1.0...v2.1.1) (2018-07-11)
820

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.1",
4+
"version": "2.2.0",
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-rc.1",
2828
"@babel/preset-env": "^7.0.0-rc.1",
2929
"@babel/preset-react": "^7.0.0-rc.1",
30-
"@svgr/core": "^2.1.1",
30+
"@svgr/core": "^2.2.0",
3131
"loader-utils": "^1.1.0"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)