Skip to content

Commit

Permalink
chore: roll v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Feb 5, 2018
1 parent 692efdd commit e2ee5a0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.5.1",
"version": "0.3.3",
"version": "0.4.0",
"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.3",
"version": "0.4.0",
"description": "Supports converting SVG into another format using headless Chromium",
"homepage": "https://github.com/NotNinja/convert-svg",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/convert-svg-test-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-test-helper",
"version": "0.3.3",
"version": "0.4.0",
"description": "Helper for testing convert-svg-core implementations",
"homepage": "https://github.com/NotNinja/convert-svg",
"bugs": {
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "0.4.0",
"description": "Converts SVG to JPEG using headless Chromium",
"homepage": "https://github.com/NotNinja/convert-svg",
"bugs": {
Expand All @@ -26,10 +26,10 @@
"url": "https://github.com/NotNinja/convert-svg.git"
},
"dependencies": {
"convert-svg-core": "^0.3.3"
"convert-svg-core": "^0.4.0"
},
"devDependencies": {
"convert-svg-test-helper": "^0.3.3",
"convert-svg-test-helper": "^0.4.0",
"mocha": "^5.0.0"
},
"bin": {
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "0.4.0",
"description": "Converts SVG to PNG using headless Chromium",
"homepage": "https://github.com/NotNinja/convert-svg",
"bugs": {
Expand All @@ -25,10 +25,10 @@
"url": "https://github.com/NotNinja/convert-svg.git"
},
"dependencies": {
"convert-svg-core": "^0.3.3"
"convert-svg-core": "^0.4.0"
},
"devDependencies": {
"convert-svg-test-helper": "^0.3.3",
"convert-svg-test-helper": "^0.4.0",
"mocha": "^5.0.0"
},
"bin": {
Expand Down

0 comments on commit e2ee5a0

Please sign in to comment.