Skip to content

Commit 177d31f

Browse files
committed
v2.1.0
1 parent 56d5381 commit 177d31f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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",
3+
"version": "2.1.0",
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",
3+
"version": "2.1.0",
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": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Core for react-svg-loader",
55
"keywords": [
66
"react-svg-loader"
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"babel-core": "^6.26.0",
25-
"babel-plugin-react-svg": "^2.0.0",
25+
"babel-plugin-react-svg": "^2.1.0",
2626
"babel-plugin-syntax-jsx": "^6.18.0",
2727
"babel-plugin-transform-object-rest-spread": "^6.26.0",
2828
"babel-preset-react": "^6.24.1",

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",
3+
"version": "2.1.0",
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",
32+
"react-svg-loader": "^2.1.0",
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",
3+
"version": "2.1.0",
44
"description": "Optimize svg and load it as a React Component",
55
"keywords": [
66
"loader",
@@ -26,6 +26,6 @@
2626
},
2727
"dependencies": {
2828
"loader-utils": "^1.1.0",
29-
"react-svg-core": "^2.0.0"
29+
"react-svg-core": "^2.1.0"
3030
}
3131
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-react-svg",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Optimize svg and load it as a React Component",
55
"keywords": [
66
"loader",
@@ -25,7 +25,7 @@
2525
"url": "git+https://github.com/boopathi/react-svg-loader.git"
2626
},
2727
"dependencies": {
28-
"rollup-pluginutils": "^2.0.1",
29-
"react-svg-core": "^2.0.0"
28+
"react-svg-core": "^2.1.0",
29+
"rollup-pluginutils": "^2.0.1"
3030
}
3131
}

0 commit comments

Comments
 (0)