Skip to content

Commit

Permalink
v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Apr 5, 2020
1 parent 00f0882 commit f30bb85
Show file tree
Hide file tree
Showing 20 changed files with 111 additions and 22 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.1](https://github.com/gregberge/svgr/compare/v5.3.0...v5.3.1) (2020-04-05)


### Bug Fixes

* fix typescript types (ref, title) ([#419](https://github.com/gregberge/svgr/issues/419)) ([6e7e6b2](https://github.com/gregberge/svgr/commit/6e7e6b2e73d26d30f64604e0fc627f9ff94079c2))





# [5.3.0](https://github.com/gregberge/svgr/compare/v5.2.0...v5.3.0) (2020-03-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "5.3.0",
"version": "5.3.1",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/babel-plugin-transform-svg-component/CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.1](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component/compare/v5.3.0...v5.3.1) (2020-04-05)


### Bug Fixes

* fix typescript types (ref, title) ([#419](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component/issues/419)) ([6e7e6b2](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component/commit/6e7e6b2e73d26d30f64604e0fc627f9ff94079c2))





# [5.3.0](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component/compare/v5.2.0...v5.3.0) (2020-03-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-svg-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svgr/babel-plugin-transform-svg-component",
"description": "Transform SVG into component",
"version": "5.3.0",
"version": "5.3.1",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component",
"author": "Greg Bergé <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.1](https://github.com/gregberge/svgr/tree/master/packages/babel-preset/compare/v5.3.0...v5.3.1) (2020-04-05)

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





# [5.3.0](https://github.com/gregberge/svgr/tree/master/packages/babel-preset/compare/v5.2.0...v5.3.0) (2020-03-22)

**Note:** Version bump only for package @svgr/babel-preset
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svgr/babel-preset",
"description": "SVGR preset that apply transformations from config",
"version": "5.3.0",
"version": "5.3.1",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-preset",
"author": "Greg Bergé <[email protected]>",
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.3.0"
"@svgr/babel-plugin-transform-svg-component": "^5.3.1"
}
}
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.1](https://github.com/gregberge/svgr/tree/master/packages/cli/compare/v5.3.0...v5.3.1) (2020-04-05)


### Bug Fixes

* fix typescript types (ref, title) ([#419](https://github.com/gregberge/svgr/tree/master/packages/cli/issues/419)) ([6e7e6b2](https://github.com/gregberge/svgr/tree/master/packages/cli/commit/6e7e6b2e73d26d30f64604e0fc627f9ff94079c2))





# [5.3.0](https://github.com/gregberge/svgr/tree/master/packages/cli/compare/v5.2.0...v5.3.0) (2020-03-22)


Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svgr/cli",
"description": "SVGR command line.",
"version": "5.3.0",
"version": "5.3.1",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/cli",
"author": "Greg Bergé <[email protected]>",
"publishConfig": {
Expand Down Expand Up @@ -31,9 +31,9 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@svgr/core": "^5.3.0",
"@svgr/plugin-jsx": "^5.3.0",
"@svgr/plugin-prettier": "^5.3.0",
"@svgr/core": "^5.3.1",
"@svgr/plugin-jsx": "^5.3.1",
"@svgr/plugin-prettier": "^5.3.1",
"@svgr/plugin-svgo": "^5.3.0",
"camelcase": "^5.3.1",
"chalk": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.1](https://github.com/gregberge/svgr/tree/master/packages/core/compare/v5.3.0...v5.3.1) (2020-04-05)

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





# [5.3.0](https://github.com/gregberge/svgr/tree/master/packages/core/compare/v5.2.0...v5.3.0) (2020-03-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svgr/core",
"description": "Transform SVG into React Components.",
"version": "5.3.0",
"version": "5.3.1",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/core",
"author": "Greg Bergé <[email protected]>",
Expand Down Expand Up @@ -30,7 +30,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@svgr/plugin-jsx": "^5.3.0",
"@svgr/plugin-jsx": "^5.3.1",
"camelcase": "^5.3.1",
"cosmiconfig": "^6.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/parcel-plugin-svgr/CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.1](https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr/compare/v5.3.0...v5.3.1) (2020-04-05)

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





# [5.3.0](https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr/compare/v5.2.0...v5.3.0) (2020-03-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/parcel-plugin-svgr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svgr/parcel-plugin-svgr",
"description": "SVGR Parcel plugin.",
"version": "5.3.0",
"version": "5.3.1",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr",
"author": "Mario Pabon <[email protected]>",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@babel/plugin-transform-react-constant-elements": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@svgr/core": "^5.3.0",
"@svgr/plugin-jsx": "^5.3.0",
"@svgr/core": "^5.3.1",
"@svgr/plugin-jsx": "^5.3.1",
"@svgr/plugin-svgo": "^5.3.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.1](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v5.3.0...v5.3.1) (2020-04-05)

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





# [5.3.0](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v5.2.0...v5.3.0) (2020-03-22)

**Note:** Version bump only for package @svgr/plugin-jsx
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svgr/plugin-jsx",
"description": "Transform SVG into JSX",
"version": "5.3.0",
"version": "5.3.1",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx",
"author": "Greg Bergé <[email protected]>",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@babel/core": "^7.7.5",
"@svgr/babel-preset": "^5.3.0",
"@svgr/babel-preset": "^5.3.1",
"@svgr/hast-util-to-babel-ast": "^5.0.1",
"svg-parser": "^2.0.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.1](https://github.com/gregberge/svgr/tree/master/packages/plugin-prettier/compare/v5.3.0...v5.3.1) (2020-04-05)

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





# [5.3.0](https://github.com/gregberge/svgr/tree/master/packages/plugin-prettier/compare/v5.2.0...v5.3.0) (2020-03-22)

**Note:** Version bump only for package @svgr/plugin-prettier
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svgr/plugin-prettier",
"description": "Format code using Prettier",
"version": "5.3.0",
"version": "5.3.1",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-prettier",
"author": "Greg Bergé <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.1](https://github.com/gregberge/svgr/tree/master/packages/rollup/compare/v5.3.0...v5.3.1) (2020-04-05)

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





# [5.3.0](https://github.com/gregberge/svgr/tree/master/packages/rollup/compare/v5.2.0...v5.3.0) (2020-03-22)

**Note:** Version bump only for package @svgr/rollup
Expand Down
6 changes: 3 additions & 3 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svgr/rollup",
"description": "SVGR Rollup plugin.",
"version": "5.3.0",
"version": "5.3.1",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/rollup",
"author": "Greg Bergé <[email protected]>",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@babel/plugin-transform-react-constant-elements": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.9.4",
"@svgr/core": "^5.3.0",
"@svgr/plugin-jsx": "^5.3.0",
"@svgr/core": "^5.3.1",
"@svgr/plugin-jsx": "^5.3.1",
"@svgr/plugin-svgo": "^5.3.0",
"rollup-pluginutils": "^2.8.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.1](https://github.com/gregberge/svgr/tree/master/packages/webpack/compare/v5.3.0...v5.3.1) (2020-04-05)

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





# [5.3.0](https://github.com/gregberge/svgr/tree/master/packages/webpack/compare/v5.2.0...v5.3.0) (2020-03-22)

**Note:** Version bump only for package @svgr/webpack
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svgr/webpack",
"description": "SVGR webpack loader.",
"version": "5.3.0",
"version": "5.3.1",
"main": "lib/index.js",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/webpack",
"author": "Greg Bergé <[email protected]>",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@babel/plugin-transform-react-constant-elements": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@svgr/core": "^5.3.0",
"@svgr/plugin-jsx": "^5.3.0",
"@svgr/core": "^5.3.1",
"@svgr/plugin-jsx": "^5.3.1",
"@svgr/plugin-svgo": "^5.3.0",
"loader-utils": "^2.0.0"
},
Expand Down

1 comment on commit f30bb85

@vercel
Copy link

@vercel vercel bot commented on f30bb85 Apr 5, 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.