Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi committed Oct 12, 2017
1 parent 56d5381 commit 177d31f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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",
"version": "2.1.0",
"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",
"version": "2.1.0",
"description": "Babel plugin to transform svg to react component",
"keywords": [
"babel",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-svg-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-svg-core",
"version": "2.0.0",
"version": "2.1.0",
"description": "Core for react-svg-loader",
"keywords": [
"react-svg-loader"
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-plugin-react-svg": "^2.0.0",
"babel-plugin-react-svg": "^2.1.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "^6.24.1",
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",
"version": "2.1.0",
"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",
"react-svg-loader": "^2.1.0",
"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",
"version": "2.1.0",
"description": "Optimize svg and load it as a React Component",
"keywords": [
"loader",
Expand All @@ -26,6 +26,6 @@
},
"dependencies": {
"loader-utils": "^1.1.0",
"react-svg-core": "^2.0.0"
"react-svg-core": "^2.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/rollup-plugin-react-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-react-svg",
"version": "2.0.0",
"version": "2.1.0",
"description": "Optimize svg and load it as a React Component",
"keywords": [
"loader",
Expand All @@ -25,7 +25,7 @@
"url": "git+https://github.com/boopathi/react-svg-loader.git"
},
"dependencies": {
"rollup-pluginutils": "^2.0.1",
"react-svg-core": "^2.0.0"
"react-svg-core": "^2.1.0",
"rollup-pluginutils": "^2.0.1"
}
}

0 comments on commit 177d31f

Please sign in to comment.