Skip to content

Commit

Permalink
v2.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi committed Oct 11, 2017
1 parent 3b96cff commit 2114671
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.4.0",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-react-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-react-svg",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "Babel plugin to transform svg to react component",
"keywords": [
"babel",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-svg-loader-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-svg-loader-cli",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "react-svg-loader cli",
"keywords": [
"cli",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"lodash.isplainobject": "^4.0.6",
"react-svg-loader": "^2.0.0-alpha.3",
"react-svg-loader": "^2.0.0-alpha.4",
"yargs": "^9.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/react-svg-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-svg-loader",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "Optimize svg and load it as a React Component",
"keywords": [
"loader",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-plugin-react-svg": "^2.0.0-alpha.3",
"babel-plugin-react-svg": "^2.0.0-alpha.4",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "^6.24.1",
Expand Down

0 comments on commit 2114671

Please sign in to comment.