Skip to content

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Feb 23, 2020
1 parent 388acea commit 8b2129b
Show file tree
Hide file tree
Showing 20 changed files with 119 additions and 25 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/smooth-code/svgr/compare/v5.1.0...v5.2.0) (2020-02-23)


### Bug Fixes

* verify that `svgoConfig.plugins` is an array ([#397](https://github.com/smooth-code/svgr/issues/397)) ([88110b6](https://github.com/smooth-code/svgr/commit/88110b6eb4d93ded68ca2de05cc82654dfac977d))


### Features

* **parcel-plugin:** replace `parcel-bundler` with `parcel` ([#387](https://github.com/smooth-code/svgr/issues/387)) ([d09bcd5](https://github.com/smooth-code/svgr/commit/d09bcd5d7ba21c8845c6042928bbdf14165e787b))





# [5.1.0](https://github.com/smooth-code/svgr/compare/v5.0.1...v5.1.0) (2020-01-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "5.1.0",
"version": "5.2.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/babel-plugin-transform-svg-component/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component/compare/v5.1.0...v5.2.0) (2020-02-23)

**Note:** Version bump only for package @svgr/babel-plugin-transform-svg-component





## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component/compare/v5.0.0...v5.0.1) (2019-12-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-svg-component/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/babel-plugin-transform-svg-component",
"description": "Transform SVG into component",
"version": "5.0.1",
"version": "5.2.0",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-preset/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/gregberge/svgr/tree/master/packages/babel-preset/compare/v5.1.0...v5.2.0) (2020-02-23)

**Note:** Version bump only for package @svgr/babel-preset





## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/babel-preset/compare/v5.0.0...v5.0.1) (2019-12-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/babel-preset",
"description": "SVGR preset that apply transformations from config",
"version": "5.0.1",
"version": "5.2.0",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-preset",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand Down Expand Up @@ -34,6 +34,6 @@
"@svgr/babel-plugin-svg-dynamic-title": "^5.0.1",
"@svgr/babel-plugin-svg-em-dimensions": "^5.0.1",
"@svgr/babel-plugin-transform-react-native-svg": "^5.0.1",
"@svgr/babel-plugin-transform-svg-component": "^5.0.1"
"@svgr/babel-plugin-transform-svg-component": "^5.2.0"
}
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/gregberge/svgr/tree/master/packages/cli/compare/v5.1.0...v5.2.0) (2020-02-23)

**Note:** Version bump only for package @svgr/cli





# [5.1.0](https://github.com/gregberge/svgr/tree/master/packages/cli/compare/v5.0.1...v5.1.0) (2020-01-20)


Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/cli",
"description": "SVGR command line.",
"version": "5.1.0",
"version": "5.2.0",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/cli",
"author": "Greg Bergé <berge.greg@gmail.com>",
"publishConfig": {
Expand Down Expand Up @@ -31,10 +31,10 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@svgr/core": "^5.0.1",
"@svgr/plugin-jsx": "^5.0.1",
"@svgr/core": "^5.2.0",
"@svgr/plugin-jsx": "^5.2.0",
"@svgr/plugin-prettier": "^5.0.1",
"@svgr/plugin-svgo": "^5.1.0",
"@svgr/plugin-svgo": "^5.2.0",
"camelcase": "^5.3.1",
"chalk": "^3.0.0",
"commander": "^4.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/gregberge/svgr/tree/master/packages/core/compare/v5.1.0...v5.2.0) (2020-02-23)

**Note:** Version bump only for package @svgr/core





## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/core/compare/v5.0.0...v5.0.1) (2019-12-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/core",
"description": "Transform SVG into React Components.",
"version": "5.0.1",
"version": "5.2.0",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/core",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand Down Expand Up @@ -30,7 +30,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@svgr/plugin-jsx": "^5.0.1",
"@svgr/plugin-jsx": "^5.2.0",
"camelcase": "^5.3.1",
"cosmiconfig": "^6.0.0"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/parcel-plugin-svgr/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr/compare/v5.1.0...v5.2.0) (2020-02-23)


### Features

* **parcel-plugin:** replace `parcel-bundler` with `parcel` ([#387](https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr/issues/387)) ([d09bcd5](https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr/commit/d09bcd5d7ba21c8845c6042928bbdf14165e787b))





# [5.1.0](https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr/compare/v5.0.1...v5.1.0) (2020-01-20)

**Note:** Version bump only for package @svgr/parcel-plugin-svgr
Expand Down
8 changes: 4 additions & 4 deletions packages/parcel-plugin-svgr/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/parcel-plugin-svgr",
"description": "SVGR Parcel plugin.",
"version": "5.1.0",
"version": "5.2.0",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr",
"author": "Mario Pabon <me@mariopabon.com>",
Expand Down Expand Up @@ -37,9 +37,9 @@
"@babel/plugin-transform-react-constant-elements": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@svgr/core": "^5.0.1",
"@svgr/plugin-jsx": "^5.0.1",
"@svgr/plugin-svgo": "^5.1.0"
"@svgr/core": "^5.2.0",
"@svgr/plugin-jsx": "^5.2.0",
"@svgr/plugin-svgo": "^5.2.0"
},
"devDependencies": {
"parcel": "^1.10.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-jsx/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v5.1.0...v5.2.0) (2020-02-23)

**Note:** Version bump only for package @svgr/plugin-jsx





## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v5.0.0...v5.0.1) (2019-12-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-jsx/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/plugin-jsx",
"description": "Transform SVG into JSX",
"version": "5.0.1",
"version": "5.2.0",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@babel/core": "^7.7.5",
"@svgr/babel-preset": "^5.0.1",
"@svgr/babel-preset": "^5.2.0",
"@svgr/hast-util-to-babel-ast": "^5.0.1",
"svg-parser": "^2.0.2"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-svgo/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo/compare/v5.1.0...v5.2.0) (2020-02-23)


### Bug Fixes

* verify that `svgoConfig.plugins` is an array ([#397](https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo/issues/397)) ([88110b6](https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo/commit/88110b6eb4d93ded68ca2de05cc82654dfac977d))





# [5.1.0](https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo/compare/v5.0.1...v5.1.0) (2020-01-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svgo/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/plugin-svgo",
"description": "Optimize SVG",
"version": "5.1.0",
"version": "5.2.0",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/gregberge/svgr/tree/master/packages/rollup/compare/v5.1.0...v5.2.0) (2020-02-23)

**Note:** Version bump only for package @svgr/rollup





# [5.1.0](https://github.com/gregberge/svgr/tree/master/packages/rollup/compare/v5.0.1...v5.1.0) (2020-01-20)

**Note:** Version bump only for package @svgr/rollup
Expand Down
8 changes: 4 additions & 4 deletions packages/rollup/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/rollup",
"description": "SVGR Rollup plugin.",
"version": "5.1.0",
"version": "5.2.0",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/rollup",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand Down Expand Up @@ -34,9 +34,9 @@
"@babel/plugin-transform-react-constant-elements": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@svgr/core": "^5.0.1",
"@svgr/plugin-jsx": "^5.0.1",
"@svgr/plugin-svgo": "^5.1.0",
"@svgr/core": "^5.2.0",
"@svgr/plugin-jsx": "^5.2.0",
"@svgr/plugin-svgo": "^5.2.0",
"rollup-pluginutils": "^2.8.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/gregberge/svgr/tree/master/packages/webpack/compare/v5.1.0...v5.2.0) (2020-02-23)

**Note:** Version bump only for package @svgr/webpack





# [5.1.0](https://github.com/gregberge/svgr/tree/master/packages/webpack/compare/v5.0.1...v5.1.0) (2020-01-20)

**Note:** Version bump only for package @svgr/webpack
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/webpack",
"description": "SVGR webpack loader.",
"version": "5.1.0",
"version": "5.2.0",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/webpack",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand Down Expand Up @@ -34,9 +34,9 @@
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^5.0.1",
"@svgr/plugin-jsx": "^5.0.1",
"@svgr/plugin-svgo": "^5.1.0",
"@svgr/core": "^5.2.0",
"@svgr/plugin-jsx": "^5.2.0",
"@svgr/plugin-svgo": "^5.2.0",
"loader-utils": "^1.2.3"
},
"devDependencies": {
Expand Down

1 comment on commit 8b2129b

@vercel
Copy link

@vercel vercel bot commented on 8b2129b Feb 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.