Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi committed May 6, 2019
1 parent 5510296 commit 7913eb2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "3.0.0"
"version": "3.0.1"
}
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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"description": "Core for react-svg-loader",
"keywords": [
"react-svg-loader"
Expand All @@ -24,7 +24,7 @@
"@babel/core": "^7.4.4",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-plugin-react-svg": "^3.0.0",
"babel-plugin-react-svg": "^3.0.1",
"lodash.clonedeep": "^4.5.0",
"lodash.isplainobject": "^4.0.6",
"svgo": "^1.2.2"
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": "3.0.0",
"version": "3.0.1",
"description": "react-svg-loader cli",
"keywords": [
"cli",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"lodash.isplainobject": "^4.0.6",
"react-svg-loader": "^3.0.0",
"react-svg-loader": "^3.0.1",
"yargs": "^13.2.2"
},
"engines": {
Expand Down
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": "3.0.0",
"version": "3.0.1",
"description": "Optimize svg and load it as a React Component",
"keywords": [
"loader",
Expand All @@ -26,7 +26,7 @@
"main": "lib/loader.js",
"dependencies": {
"loader-utils": "^1.2.3",
"react-svg-core": "^3.0.0"
"react-svg-core": "^3.0.1"
},
"engines": {
"node": ">=8"
Expand Down
4 changes: 2 additions & 2 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": "3.0.0",
"version": "3.0.1",
"description": "Optimize svg and load it as a React Component",
"keywords": [
"loader",
Expand All @@ -25,7 +25,7 @@
],
"main": "lib/index.js",
"dependencies": {
"react-svg-core": "^3.0.0",
"react-svg-core": "^3.0.1",
"rollup-pluginutils": "^2.6.0"
},
"engines": {
Expand Down

0 comments on commit 7913eb2

Please sign in to comment.