Skip to content

Commit 2114671

Browse files
committed
v2.0.0-alpha.4
1 parent 3b96cff commit 2114671

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.4.0",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"packages": [
55
"packages/*"
66
],

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": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"description": "Babel plugin to transform svg to react component",
55
"keywords": [
66
"babel",

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": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
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": "^2.0.0-alpha.3",
32+
"react-svg-loader": "^2.0.0-alpha.4",
3333
"yargs": "^9.0.1"
3434
}
3535
}

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": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"description": "Optimize svg and load it as a React Component",
55
"keywords": [
66
"loader",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"babel-core": "^6.26.0",
29-
"babel-plugin-react-svg": "^2.0.0-alpha.3",
29+
"babel-plugin-react-svg": "^2.0.0-alpha.4",
3030
"babel-plugin-syntax-jsx": "^6.18.0",
3131
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3232
"babel-preset-react": "^6.24.1",

0 commit comments

Comments
 (0)