Skip to content

Commit

Permalink
v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jul 1, 2019
1 parent 002996d commit 06e1e99
Show file tree
Hide file tree
Showing 24 changed files with 134 additions and 29 deletions.
11 changes: 11 additions & 0 deletions 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.

## [4.3.1](https://github.com/smooth-code/svgr/compare/v4.3.0...v4.3.1) (2019-07-01)


### Bug Fixes

* **titleProp:** handle the existing title case by using element instead of value (children) ([#315](https://github.com/smooth-code/svgr/issues/315)) ([065e7a9](https://github.com/smooth-code/svgr/commit/065e7a9))





# [4.3.0](https://github.com/smooth-code/svgr/compare/v4.2.0...v4.3.0) (2019-05-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "4.3.0",
"version": "4.3.1",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/babel-plugin-svg-dynamic-title/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.

## [4.3.1](https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-svg-dynamic-title/compare/v4.3.0...v4.3.1) (2019-07-01)


### Bug Fixes

* **titleProp:** handle the existing title case by using element instead of value (children) ([#315](https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-svg-dynamic-title/issues/315)) ([065e7a9](https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-svg-dynamic-title/commit/065e7a9))





# [4.3.0](https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-svg-dynamic-title/compare/v4.2.0...v4.3.0) (2019-05-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-svg-dynamic-title/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/babel-plugin-svg-dynamic-title",
"description": "Transform SVG by adding a dynamic title element",
"version": "4.3.0",
"version": "4.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-svg-dynamic-title",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand Down
11 changes: 11 additions & 0 deletions packages/babel-preset/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.

## [4.3.1](https://github.com/smooth-code/svgr/tree/master/packages/babel-preset/compare/v4.3.0...v4.3.1) (2019-07-01)


### Bug Fixes

* **titleProp:** handle the existing title case by using element instead of value (children) ([#315](https://github.com/smooth-code/svgr/tree/master/packages/babel-preset/issues/315)) ([065e7a9](https://github.com/smooth-code/svgr/tree/master/packages/babel-preset/commit/065e7a9))





# [4.3.0](https://github.com/smooth-code/svgr/tree/master/packages/babel-preset/compare/v4.2.0...v4.3.0) (2019-05-28)


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": "4.3.0",
"version": "4.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-preset",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand All @@ -26,7 +26,7 @@
"@svgr/babel-plugin-remove-jsx-attribute": "^4.2.0",
"@svgr/babel-plugin-remove-jsx-empty-expression": "^4.2.0",
"@svgr/babel-plugin-replace-jsx-attribute-value": "^4.2.0",
"@svgr/babel-plugin-svg-dynamic-title": "^4.3.0",
"@svgr/babel-plugin-svg-dynamic-title": "^4.3.1",
"@svgr/babel-plugin-svg-em-dimensions": "^4.2.0",
"@svgr/babel-plugin-transform-react-native-svg": "^4.2.0",
"@svgr/babel-plugin-transform-svg-component": "^4.2.0"
Expand Down
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.

## [4.3.1](https://github.com/smooth-code/svgr/tree/master/packages/cli/compare/v4.3.0...v4.3.1) (2019-07-01)

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





# [4.3.0](https://github.com/smooth-code/svgr/tree/master/packages/cli/compare/v4.2.0...v4.3.0) (2019-05-28)


Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/cli",
"description": "SVGR command line.",
"version": "4.3.0",
"version": "4.3.1",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/cli",
"author": "Greg Bergé <berge.greg@gmail.com>",
"publishConfig": {
Expand All @@ -26,10 +26,10 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@svgr/core": "^4.3.0",
"@svgr/plugin-jsx": "^4.3.0",
"@svgr/plugin-prettier": "^4.2.0",
"@svgr/plugin-svgo": "^4.2.0",
"@svgr/core": "^4.3.1",
"@svgr/plugin-jsx": "^4.3.1",
"@svgr/plugin-prettier": "^4.3.1",
"@svgr/plugin-svgo": "^4.3.1",
"camelcase": "^5.3.1",
"chalk": "^2.4.2",
"commander": "^2.20.0",
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.

## [4.3.1](https://github.com/smooth-code/svgr/tree/master/packages/core/compare/v4.3.0...v4.3.1) (2019-07-01)

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





# [4.3.0](https://github.com/smooth-code/svgr/tree/master/packages/core/compare/v4.2.0...v4.3.0) (2019-05-28)

**Note:** Version bump only for package @svgr/core
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": "4.3.0",
"version": "4.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/core",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand All @@ -25,7 +25,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@svgr/plugin-jsx": "^4.3.0",
"@svgr/plugin-jsx": "^4.3.1",
"camelcase": "^5.3.1",
"cosmiconfig": "^5.2.1"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/hast-util-to-babel-ast/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.

## [4.3.1](https://github.com/smooth-code/svgr/tree/master/packages/hast-util-to-babel-ast/compare/v4.3.0...v4.3.1) (2019-07-01)

**Note:** Version bump only for package @svgr/hast-util-to-babel-ast





# [4.2.0](https://github.com/smooth-code/svgr/tree/master/packages/hast-util-to-babel-ast/compare/v4.1.0...v4.2.0) (2019-04-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-to-babel-ast/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/hast-util-to-babel-ast",
"description": "Transform HAST to Babel AST (JSX)",
"version": "4.2.0",
"version": "4.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/hast-util-to-babel-ast",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/parcel-plugin-svgr/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.

## [4.3.1](https://github.com/smooth-code/svgr/tree/master/packages/parcel-plugin-svgr/compare/v4.3.0...v4.3.1) (2019-07-01)

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





# [4.3.0](https://github.com/smooth-code/svgr/tree/master/packages/parcel-plugin-svgr/compare/v4.2.0...v4.3.0) (2019-05-28)

**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": "4.3.0",
"version": "4.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/parcel-plugin-svgr",
"author": "Mario Pabon <me@mariopabon.com>",
Expand Down Expand Up @@ -32,9 +32,9 @@
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^4.3.0",
"@svgr/plugin-jsx": "^4.3.0",
"@svgr/plugin-svgo": "^4.2.0"
"@svgr/core": "^4.3.1",
"@svgr/plugin-jsx": "^4.3.1",
"@svgr/plugin-svgo": "^4.3.1"
},
"devDependencies": {
"parcel-bundler": "^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.

## [4.3.1](https://github.com/smooth-code/svgr/tree/master/packages/plugin-jsx/compare/v4.3.0...v4.3.1) (2019-07-01)

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





# [4.3.0](https://github.com/smooth-code/svgr/tree/master/packages/plugin-jsx/compare/v4.2.0...v4.3.0) (2019-05-28)

**Note:** Version bump only for package @svgr/plugin-jsx
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-jsx/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/plugin-jsx",
"description": "Transform SVG into JSX",
"version": "4.3.0",
"version": "4.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/plugin-jsx",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"@babel/core": "^7.4.5",
"@svgr/babel-preset": "^4.3.0",
"@svgr/hast-util-to-babel-ast": "^4.2.0",
"@svgr/babel-preset": "^4.3.1",
"@svgr/hast-util-to-babel-ast": "^4.3.1",
"rehype-parse": "^6.0.0",
"unified": "^7.1.0",
"vfile": "^4.0.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-prettier/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.

## [4.3.1](https://github.com/smooth-code/svgr/tree/master/packages/plugin-prettier/compare/v4.3.0...v4.3.1) (2019-07-01)

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





# [4.2.0](https://github.com/smooth-code/svgr/tree/master/packages/plugin-prettier/compare/v4.1.0...v4.2.0) (2019-04-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-prettier/package.json
@@ -1,7 +1,7 @@
{
"name": "@svgr/plugin-prettier",
"description": "Format code using Prettier",
"version": "4.2.0",
"version": "4.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/plugin-prettier",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-svgo/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.

## [4.3.1](https://github.com/smooth-code/svgr/tree/master/packages/plugin-svgo/compare/v4.3.0...v4.3.1) (2019-07-01)

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





# [4.2.0](https://github.com/smooth-code/svgr/tree/master/packages/plugin-svgo/compare/v4.1.0...v4.2.0) (2019-04-11)


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": "4.2.0",
"version": "4.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/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.

## [4.3.1](https://github.com/smooth-code/svgr/tree/master/packages/rollup/compare/v4.3.0...v4.3.1) (2019-07-01)

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





# [4.3.0](https://github.com/smooth-code/svgr/tree/master/packages/rollup/compare/v4.2.0...v4.3.0) (2019-05-28)

**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": "4.3.0",
"version": "4.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/rollup",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^4.3.0",
"@svgr/plugin-jsx": "^4.3.0",
"@svgr/plugin-svgo": "^4.2.0",
"@svgr/core": "^4.3.1",
"@svgr/plugin-jsx": "^4.3.1",
"@svgr/plugin-svgo": "^4.3.1",
"rollup-pluginutils": "^2.8.1"
},
"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.

## [4.3.1](https://github.com/smooth-code/svgr/tree/master/packages/webpack/compare/v4.3.0...v4.3.1) (2019-07-01)

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





# [4.3.0](https://github.com/smooth-code/svgr/tree/master/packages/webpack/compare/v4.2.0...v4.3.0) (2019-05-28)

**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": "4.3.0",
"version": "4.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/webpack",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@svgr/core": "^4.3.0",
"@svgr/plugin-jsx": "^4.3.0",
"@svgr/plugin-svgo": "^4.2.0",
"@svgr/core": "^4.3.1",
"@svgr/plugin-jsx": "^4.3.1",
"@svgr/plugin-svgo": "^4.3.1",
"loader-utils": "^1.2.3"
},
"devDependencies": {
Expand Down

1 comment on commit 06e1e99

@vercel
Copy link

@vercel vercel bot commented on 06e1e99 Jul 1, 2019

Choose a reason for hiding this comment

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

Successfully aliased the URL https://svgr-ghrwsedeou.now.sh to the following alias.

Please sign in to comment.