Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface committed Apr 30, 2018
1 parent f1a7c76 commit d916134
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/cozy-jobs-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-jobs-cli",
"version": "1.0.17",
"version": "1.0.18",
"description": "Manage cozy jobs",
"main": "index.js",
"repository": {
Expand All @@ -23,8 +23,8 @@
"commander": "^2.12.2",
"core-js": "^2.5.3",
"cozy-client-js": "^0.9.0",
"cozy-konnector-libs": "^4.1.7",
"cozy-logger": "^1.1.4",
"cozy-konnector-libs": "^4.1.9",
"cozy-logger": "^1.1.5",
"isomorphic-fetch": "^2.2.1",
"opn": "^5.1.0",
"regenerator-runtime": "^0.11.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-konnector-libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-konnector-libs",
"version": "4.1.8",
"version": "4.1.9",
"description": "All the libs needed by a cozy v3 konnector",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"commander": "^2.12.2",
"core-js": "^2.4.1",
"cozy-client-js": "^0.9.0",
"cozy-logger": "^1.1.4",
"cozy-logger": "^1.1.5",
"date-fns": "^1.29.0",
"geco": "^0.11.1",
"isomorphic-fetch": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-logger",
"version": "1.1.4",
"version": "1.1.5",
"description": "Logger for Cozy konnector and services",
"main": "src/index.js",
"license": "MIT",
Expand Down

0 comments on commit d916134

Please sign in to comment.