Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface committed Jul 22, 2019
1 parent 3e6083b commit 45bbc7e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/cozy-jobs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.25](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@1.8.25) (2019-07-22)


### Bug Fixes

* **deps:** update dependency regenerator-runtime to v0.13.3 ([4dd43ab](https://github.com/cozy/cozy-konnector-libs/commit/4dd43ab))
* **deps:** update dependency regenerator-runtime to v0.13.3 ([#524](https://github.com/cozy/cozy-konnector-libs/issues/524)) ([ac6aafe](https://github.com/cozy/cozy-konnector-libs/commit/ac6aafe))





## [1.8.24](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@1.8.24) (2019-07-19)

**Note:** Version bump only for package cozy-jobs-cli
Expand Down
4 changes: 2 additions & 2 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.8.24",
"version": "1.8.25",
"description": "Manage cozy jobs",
"main": "index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"commander": "2.20.0",
"core-js": "3.1.4",
"cozy-client-js": "0.16.4",
"cozy-konnector-libs": "^4.18.2",
"cozy-konnector-libs": "^4.18.3",
"cozy-logger": "^1.3.1",
"opn": "6.0.0",
"pretty": "2.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/cozy-konnector-libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.18.3](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@4.18.3) (2019-07-22)


### Bug Fixes

* **deps:** update dependency file-type to v12 ([591d122](https://github.com/cozy/cozy-konnector-libs/commit/591d122))
* **deps:** update dependency file-type to v12 ([#496](https://github.com/cozy/cozy-konnector-libs/issues/496)) ([80886bc](https://github.com/cozy/cozy-konnector-libs/commit/80886bc))
* **deps:** update dependency pdfjs-dist to v2.1.266 ([6ff6f34](https://github.com/cozy/cozy-konnector-libs/commit/6ff6f34))
* **deps:** update dependency pdfjs-dist to v2.1.266 ([#514](https://github.com/cozy/cozy-konnector-libs/issues/514)) ([a1b4e2e](https://github.com/cozy/cozy-konnector-libs/commit/a1b4e2e))





## [4.18.2](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@4.18.2) (2019-07-19)


Expand Down
2 changes: 1 addition & 1 deletion 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.18.2",
"version": "4.18.3",
"description": "All the libs needed by a cozy v3 konnector",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit 45bbc7e

Please sign in to comment.