Skip to content

Commit

Permalink
v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 24, 2019
1 parent 88b24c5 commit 14a2664
Show file tree
Hide file tree
Showing 18 changed files with 109 additions and 20 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.3](https://github.com/smooth-code/svgr/compare/v4.3.2...v4.3.3) (2019-09-24)


### Bug Fixes

* **babel-plugin-svg-dynamic-title:** dont render empty title ([#341](https://github.com/smooth-code/svgr/issues/341)) ([88b24c5](https://github.com/smooth-code/svgr/commit/88b24c5)), closes [#333](https://github.com/smooth-code/svgr/issues/333)
* invalid characters in component name ([#332](https://github.com/smooth-code/svgr/issues/332)) ([4b4bd2c](https://github.com/smooth-code/svgr/commit/4b4bd2c)), closes [#331](https://github.com/smooth-code/svgr/issues/331)





## [4.3.2](https://github.com/smooth-code/svgr/compare/v4.3.1...v4.3.2) (2019-07-15)


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": "4.3.2",
"version": "4.3.3",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/babel-plugin-svg-dynamic-title/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.

## [4.3.3](https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-svg-dynamic-title/compare/v4.3.2...v4.3.3) (2019-09-24)


### Bug Fixes

* **babel-plugin-svg-dynamic-title:** dont render empty title ([#341](https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-svg-dynamic-title/issues/341)) ([88b24c5](https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-svg-dynamic-title/commit/88b24c5)), closes [#333](https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-svg-dynamic-title/issues/333)





## [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)


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

## [4.3.3](https://github.com/smooth-code/svgr/tree/master/packages/babel-preset/compare/v4.3.2...v4.3.3) (2019-09-24)


### Bug Fixes

* **babel-plugin-svg-dynamic-title:** dont render empty title ([#341](https://github.com/smooth-code/svgr/tree/master/packages/babel-preset/issues/341)) ([88b24c5](https://github.com/smooth-code/svgr/tree/master/packages/babel-preset/commit/88b24c5)), closes [#333](https://github.com/smooth-code/svgr/tree/master/packages/babel-preset/issues/333)





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


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": "4.3.1",
"version": "4.3.3",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-preset",
"author": "Greg Bergé <[email protected]>",
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.1",
"@svgr/babel-plugin-svg-dynamic-title": "^4.3.3",
"@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
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.

## [4.3.3](https://github.com/smooth-code/svgr/tree/master/packages/cli/compare/v4.3.2...v4.3.3) (2019-09-24)


### Bug Fixes

* **babel-plugin-svg-dynamic-title:** dont render empty title ([#341](https://github.com/smooth-code/svgr/tree/master/packages/cli/issues/341)) ([88b24c5](https://github.com/smooth-code/svgr/tree/master/packages/cli/commit/88b24c5)), closes [#333](https://github.com/smooth-code/svgr/tree/master/packages/cli/issues/333)





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

**Note:** Version bump only for package @svgr/cli
Expand Down
6 changes: 3 additions & 3 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": "4.3.2",
"version": "4.3.3",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/cli",
"author": "Greg Bergé <[email protected]>",
"publishConfig": {
Expand All @@ -26,8 +26,8 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@svgr/core": "^4.3.2",
"@svgr/plugin-jsx": "^4.3.2",
"@svgr/core": "^4.3.3",
"@svgr/plugin-jsx": "^4.3.3",
"@svgr/plugin-prettier": "^4.3.2",
"@svgr/plugin-svgo": "^4.3.1",
"camelcase": "^5.3.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.3](https://github.com/smooth-code/svgr/tree/master/packages/core/compare/v4.3.2...v4.3.3) (2019-09-24)


### Bug Fixes

* **babel-plugin-svg-dynamic-title:** dont render empty title ([#341](https://github.com/smooth-code/svgr/tree/master/packages/core/issues/341)) ([88b24c5](https://github.com/smooth-code/svgr/tree/master/packages/core/commit/88b24c5)), closes [#333](https://github.com/smooth-code/svgr/tree/master/packages/core/issues/333)
* invalid characters in component name ([#332](https://github.com/smooth-code/svgr/tree/master/packages/core/issues/332)) ([4b4bd2c](https://github.com/smooth-code/svgr/tree/master/packages/core/commit/4b4bd2c)), closes [#331](https://github.com/smooth-code/svgr/tree/master/packages/core/issues/331)





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

**Note:** Version bump only for package @svgr/core
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": "4.3.2",
"version": "4.3.3",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/core",
"author": "Greg Bergé <[email protected]>",
Expand All @@ -25,7 +25,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@svgr/plugin-jsx": "^4.3.2",
"@svgr/plugin-jsx": "^4.3.3",
"camelcase": "^5.3.1",
"cosmiconfig": "^5.2.1"
}
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.

## [4.3.3](https://github.com/smooth-code/svgr/tree/master/packages/parcel-plugin-svgr/compare/v4.3.2...v4.3.3) (2019-09-24)

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





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

**Note:** Version bump only for package @svgr/parcel-plugin-svgr
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": "4.3.2",
"version": "4.3.3",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/parcel-plugin-svgr",
"author": "Mario Pabon <[email protected]>",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@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.2",
"@svgr/plugin-jsx": "^4.3.2",
"@svgr/core": "^4.3.3",
"@svgr/plugin-jsx": "^4.3.3",
"@svgr/plugin-svgo": "^4.3.1"
},
"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.

## [4.3.3](https://github.com/smooth-code/svgr/tree/master/packages/plugin-jsx/compare/v4.3.2...v4.3.3) (2019-09-24)

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





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


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": "4.3.2",
"version": "4.3.3",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/plugin-jsx",
"author": "Greg Bergé <[email protected]>",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/core": "^7.4.5",
"@svgr/babel-preset": "^4.3.1",
"@svgr/babel-preset": "^4.3.3",
"@svgr/hast-util-to-babel-ast": "^4.3.2",
"svg-parser": "^2.0.0"
}
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.

## [4.3.3](https://github.com/smooth-code/svgr/tree/master/packages/rollup/compare/v4.3.2...v4.3.3) (2019-09-24)

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





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

**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": "4.3.2",
"version": "4.3.3",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/rollup",
"author": "Greg Bergé <[email protected]>",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@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.2",
"@svgr/plugin-jsx": "^4.3.2",
"@svgr/core": "^4.3.3",
"@svgr/plugin-jsx": "^4.3.3",
"@svgr/plugin-svgo": "^4.3.1",
"rollup-pluginutils": "^2.8.1"
},
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.

## [4.3.3](https://github.com/smooth-code/svgr/tree/master/packages/webpack/compare/v4.3.2...v4.3.3) (2019-09-24)

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





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

**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": "4.3.2",
"version": "4.3.3",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/webpack",
"author": "Greg Bergé <[email protected]>",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@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.2",
"@svgr/plugin-jsx": "^4.3.2",
"@svgr/core": "^4.3.3",
"@svgr/plugin-jsx": "^4.3.3",
"@svgr/plugin-svgo": "^4.3.1",
"loader-utils": "^1.2.3"
},
Expand Down

1 comment on commit 14a2664

@vercel
Copy link

@vercel vercel bot commented on 14a2664 Sep 24, 2019

Choose a reason for hiding this comment

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

Successfully deployed to following URLs:

Please sign in to comment.