Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed Jan 29, 2024
1 parent df875e2 commit 3a07e7c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
11 changes: 8 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"version": "1.0.0",
"packages": [
"packages/*"
],
"version": "1.0.1",
"npmClient": "yarn",
"useWorkspaces": false,
"command": {
Expand All @@ -9,7 +11,10 @@
},
"publish": {
"npmClient": "npm",
"allowBranch": ["master", "canary"],
"allowBranch": [
"master",
"canary"
],
"registry": "https://registry.npmjs.org/"
}
},
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": "1.0.0",
"version": "1.0.1",
"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": "1.0.0",
"@droppyjs/server": "1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"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": "1.0.0",
"@droppyjs/svgstore": "1.0.0",
"@droppyjs/client": "1.0.1",
"@droppyjs/svgstore": "1.0.1",
"autoprefixer": "10.4.2",
"busboy": "1.4.0",
"chokidar": "3.4.2",
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": "1.0.0",
"version": "1.0.1",
"description": "> Combines mulitple svg files into one.",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
Expand Down

0 comments on commit 3a07e7c

Please sign in to comment.