Skip to content

Commit cf2ffce

Browse files
committed
v3.0.3
1 parent 4bcde59 commit cf2ffce

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"useWorkspaces": true,
66
"npmClient": "yarn",
7-
"version": "3.0.2"
7+
"version": "3.0.3"
88
}

packages/babel-plugin-react-svg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-react-svg",
3-
"version": "3.0.1",
3+
"version": "3.0.3",
44
"description": "Babel plugin to transform svg to react component",
55
"keywords": [
66
"babel",

packages/react-svg-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-svg-core",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Core for react-svg-loader",
55
"keywords": [
66
"react-svg-loader"
@@ -24,7 +24,7 @@
2424
"@babel/core": "^7.4.5",
2525
"@babel/plugin-syntax-jsx": "^7.2.0",
2626
"@babel/preset-react": "^7.0.0",
27-
"babel-plugin-react-svg": "^3.0.1",
27+
"babel-plugin-react-svg": "^3.0.3",
2828
"lodash.clonedeep": "^4.5.0",
2929
"lodash.isplainobject": "^4.0.6",
3030
"svgo": "^1.2.2"

packages/react-svg-loader-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-svg-loader-cli",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "react-svg-loader cli",
55
"keywords": [
66
"cli",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"lodash.isplainobject": "^4.0.6",
32-
"react-svg-loader": "^3.0.2",
32+
"react-svg-loader": "^3.0.3",
3333
"yargs": "^13.2.4"
3434
},
3535
"engines": {

packages/react-svg-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-svg-loader",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Optimize svg and load it as a React Component",
55
"keywords": [
66
"loader",
@@ -26,7 +26,7 @@
2626
"main": "lib/loader.js",
2727
"dependencies": {
2828
"loader-utils": "^1.2.3",
29-
"react-svg-core": "^3.0.2"
29+
"react-svg-core": "^3.0.3"
3030
},
3131
"engines": {
3232
"node": ">=8"

packages/rollup-plugin-react-svg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-react-svg",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Optimize svg and load it as a React Component",
55
"keywords": [
66
"loader",
@@ -25,7 +25,7 @@
2525
],
2626
"main": "lib/index.js",
2727
"dependencies": {
28-
"react-svg-core": "^3.0.2",
28+
"react-svg-core": "^3.0.3",
2929
"rollup-pluginutils": "^2.8.0"
3030
},
3131
"engines": {

0 commit comments

Comments
 (0)