Skip to content

Commit 1700dba

Browse files
committedJan 20, 2020
v5.1.0
1 parent c9d2dfc commit 1700dba

File tree

12 files changed

+74
-10
lines changed

12 files changed

+74
-10
lines changed
 

‎CHANGELOG.md

+17
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+
# [5.1.0](https://github.com/smooth-code/svgr/compare/v5.0.1...v5.1.0) (2020-01-20)
7+
8+
9+
### Bug Fixes
10+
11+
* fix merging svgo plugins in config ([#384](https://github.com/smooth-code/svgr/issues/384)) ([c9d2dfc](https://github.com/smooth-code/svgr/commit/c9d2dfcb8d4da55eb21a13507c87d9e549a86e7e))
12+
13+
14+
### Features
15+
16+
* add Svg prefix to exports that starts with a number ([#383](https://github.com/smooth-code/svgr/issues/383)) ([fd120d1](https://github.com/smooth-code/svgr/commit/fd120d11c81395353f300da487295b769f6b9501)), closes [#379](https://github.com/smooth-code/svgr/issues/379)
17+
* allow to provide custom index.js template ([#378](https://github.com/smooth-code/svgr/issues/378)) ([f734dda](https://github.com/smooth-code/svgr/commit/f734ddac8e639ad213a3ce09689e46226fd5c1e0))
18+
19+
20+
21+
22+
623
## [5.0.1](https://github.com/smooth-code/svgr/compare/v5.0.0...v5.0.1) (2019-12-29)
724

825

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.0.1",
6+
"version": "5.1.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

‎packages/cli/CHANGELOG.md

+12
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+
# [5.1.0](https://github.com/gregberge/svgr/tree/master/packages/cli/compare/v5.0.1...v5.1.0) (2020-01-20)
7+
8+
9+
### Features
10+
11+
* add Svg prefix to exports that starts with a number ([#383](https://github.com/gregberge/svgr/tree/master/packages/cli/issues/383)) ([fd120d1](https://github.com/gregberge/svgr/tree/master/packages/cli/commit/fd120d11c81395353f300da487295b769f6b9501)), closes [#379](https://github.com/gregberge/svgr/tree/master/packages/cli/issues/379)
12+
* allow to provide custom index.js template ([#378](https://github.com/gregberge/svgr/tree/master/packages/cli/issues/378)) ([f734dda](https://github.com/gregberge/svgr/tree/master/packages/cli/commit/f734ddac8e639ad213a3ce09689e46226fd5c1e0))
13+
14+
15+
16+
17+
618
## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/cli/compare/v5.0.0...v5.0.1) (2019-12-29)
719

820

‎packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/cli",
33
"description": "SVGR command line.",
4-
"version": "5.0.1",
4+
"version": "5.1.0",
55
"repository": "https://github.com/gregberge/svgr/tree/master/packages/cli",
66
"author": "Greg Bergé <berge.greg@gmail.com>",
77
"publishConfig": {
@@ -34,7 +34,7 @@
3434
"@svgr/core": "^5.0.1",
3535
"@svgr/plugin-jsx": "^5.0.1",
3636
"@svgr/plugin-prettier": "^5.0.1",
37-
"@svgr/plugin-svgo": "^5.0.1",
37+
"@svgr/plugin-svgo": "^5.1.0",
3838
"camelcase": "^5.3.1",
3939
"chalk": "^3.0.0",
4040
"commander": "^4.0.1",

‎packages/parcel-plugin-svgr/CHANGELOG.md

+8
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+
# [5.1.0](https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr/compare/v5.0.1...v5.1.0) (2020-01-20)
7+
8+
**Note:** Version bump only for package @svgr/parcel-plugin-svgr
9+
10+
11+
12+
13+
614
## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr/compare/v5.0.0...v5.0.1) (2019-12-29)
715

816

‎packages/parcel-plugin-svgr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/parcel-plugin-svgr",
33
"description": "SVGR Parcel plugin.",
4-
"version": "5.0.1",
4+
"version": "5.1.0",
55
"main": "lib/index.js",
66
"repository": "https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr",
77
"author": "Mario Pabon <me@mariopabon.com>",
@@ -39,7 +39,7 @@
3939
"@babel/preset-react": "^7.7.4",
4040
"@svgr/core": "^5.0.1",
4141
"@svgr/plugin-jsx": "^5.0.1",
42-
"@svgr/plugin-svgo": "^5.0.1"
42+
"@svgr/plugin-svgo": "^5.1.0"
4343
},
4444
"devDependencies": {
4545
"parcel-bundler": "^1.10.0"

‎packages/plugin-svgo/CHANGELOG.md

+11
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+
# [5.1.0](https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo/compare/v5.0.1...v5.1.0) (2020-01-20)
7+
8+
9+
### Bug Fixes
10+
11+
* fix merging svgo plugins in config ([#384](https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo/issues/384)) ([c9d2dfc](https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo/commit/c9d2dfcb8d4da55eb21a13507c87d9e549a86e7e))
12+
13+
14+
15+
16+
617
## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo/compare/v5.0.0...v5.0.1) (2019-12-29)
718

819

‎packages/plugin-svgo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/plugin-svgo",
33
"description": "Optimize SVG",
4-
"version": "5.0.1",
4+
"version": "5.1.0",
55
"main": "lib/index.js",
66
"repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo",
77
"author": "Greg Bergé <berge.greg@gmail.com>",

‎packages/rollup/CHANGELOG.md

+8
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+
# [5.1.0](https://github.com/gregberge/svgr/tree/master/packages/rollup/compare/v5.0.1...v5.1.0) (2020-01-20)
7+
8+
**Note:** Version bump only for package @svgr/rollup
9+
10+
11+
12+
13+
614
## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/rollup/compare/v5.0.0...v5.0.1) (2019-12-29)
715

816

‎packages/rollup/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/rollup",
33
"description": "SVGR Rollup plugin.",
4-
"version": "5.0.1",
4+
"version": "5.1.0",
55
"main": "lib/index.js",
66
"repository": "https://github.com/gregberge/svgr/tree/master/packages/rollup",
77
"author": "Greg Bergé <berge.greg@gmail.com>",
@@ -36,7 +36,7 @@
3636
"@babel/preset-react": "^7.7.4",
3737
"@svgr/core": "^5.0.1",
3838
"@svgr/plugin-jsx": "^5.0.1",
39-
"@svgr/plugin-svgo": "^5.0.1",
39+
"@svgr/plugin-svgo": "^5.1.0",
4040
"rollup-pluginutils": "^2.8.2"
4141
},
4242
"devDependencies": {

‎packages/webpack/CHANGELOG.md

+8
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+
# [5.1.0](https://github.com/gregberge/svgr/tree/master/packages/webpack/compare/v5.0.1...v5.1.0) (2020-01-20)
7+
8+
**Note:** Version bump only for package @svgr/webpack
9+
10+
11+
12+
13+
614
## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/webpack/compare/v5.0.0...v5.0.1) (2019-12-29)
715

816

‎packages/webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/webpack",
33
"description": "SVGR webpack loader.",
4-
"version": "5.0.1",
4+
"version": "5.1.0",
55
"main": "lib/index.js",
66
"repository": "https://github.com/gregberge/svgr/tree/master/packages/webpack",
77
"author": "Greg Bergé <berge.greg@gmail.com>",
@@ -36,7 +36,7 @@
3636
"@babel/preset-react": "^7.0.0",
3737
"@svgr/core": "^5.0.1",
3838
"@svgr/plugin-jsx": "^5.0.1",
39-
"@svgr/plugin-svgo": "^5.0.1",
39+
"@svgr/plugin-svgo": "^5.1.0",
4040
"loader-utils": "^1.2.3"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.