Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed Sep 11, 2021
1 parent 423f198 commit 7ba1596
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.0",
"version": "0.2.0",
"npmClient": "yarn",
"useWorkspaces": false,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@droppyjs/cli",
"version": "0.1.0",
"version": "0.2.0",
"description": "> Command Line Interface for droppy.",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
"license": "BSD-2-Clause",
"main": "lib/cli.js",
"dependencies": {
"@droppyjs/server": "0.1.0",
"@droppyjs/server": "0.2.0",
"daemonize-process": "^3.0.0",
"minimist": "^1.2.5",
"ps-node": "^0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@droppyjs/client",
"version": "0.1.0",
"version": "0.2.0",
"description": "> Client for droppy",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@droppyjs/server",
"version": "0.1.0",
"version": "0.2.0",
"description": "> Server for droppy.",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
Expand All @@ -24,8 +24,8 @@
"url": "https://github.com/droppyjs/droppy/issues"
},
"dependencies": {
"@droppyjs/client": "0.1.0",
"@droppyjs/svgstore": "0.1.0",
"@droppyjs/client": "0.2.0",
"@droppyjs/svgstore": "0.2.0",
"busboy": "0.3.1",
"chokidar": "3.4.2",
"colorette": "1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/svgstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@droppyjs/svgstore",
"version": "0.1.0",
"version": "0.2.0",
"description": "> Combines mulitple svg files into one.",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
Expand Down

0 comments on commit 7ba1596

Please sign in to comment.