Skip to content

Commit

Permalink
chore: roll v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Nov 3, 2017
1 parent 3a761fb commit 5291264
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": "0.3.0",
"version": "0.3.1",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/convert-svg-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-core",
"version": "0.3.0",
"version": "0.3.1",
"description": "Supports converting SVG into another format using headless Chromium",
"homepage": "https://github.com/NotNinja/convert-svg",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/convert-svg-to-jpeg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-to-jpeg",
"version": "0.3.0",
"version": "0.3.1",
"description": "Converts SVG to JPEG using headless Chromium",
"homepage": "https://github.com/NotNinja/convert-svg",
"bugs": {
Expand All @@ -26,7 +26,7 @@
"url": "https://github.com/NotNinja/convert-svg.git"
},
"dependencies": {
"convert-svg-core": "^0.3.0"
"convert-svg-core": "^0.3.1"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/convert-svg-to-png/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-to-png",
"version": "0.3.0",
"version": "0.3.1",
"description": "Converts SVG to PNG using headless Chromium",
"homepage": "https://github.com/NotNinja/convert-svg",
"bugs": {
Expand All @@ -25,7 +25,7 @@
"url": "https://github.com/NotNinja/convert-svg.git"
},
"dependencies": {
"convert-svg-core": "^0.3.0"
"convert-svg-core": "^0.3.1"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit 5291264

Please sign in to comment.