Skip to content

Commit

Permalink
[skip ci] Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Cozy Bot committed Mar 19, 2024
1 parent f695ff0 commit c7fd8a1
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 5 deletions.
12 changes: 12 additions & 0 deletions packages/cozy-clisk/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.

# [0.36.0](https://github.com/konnectors/libs/compare/[email protected]@0.36.0) (2024-03-19)


### Features

* Add contract option to saveFiles ([f695ff0](https://github.com/konnectors/libs/commit/f695ff068fae1460c6d509dad4758772ffd8454e))
* Upgrade eslint, babel and cozy dependencies ([48031fc](https://github.com/konnectors/libs/commit/48031fcc44e14d989aa45694b4f215fb9ecb5eda))





# [0.35.0](https://github.com/konnectors/libs/compare/[email protected]@0.35.0) (2024-03-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-clisk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-clisk",
"version": "0.35.0",
"version": "0.36.0",
"description": "All the libs needed to run a cozy client connector",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/cozy-jobs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@2.4.0) (2024-03-19)


### Features

* Upgrade eslint, babel and cozy dependencies ([48031fc](https://github.com/cozy/cozy-konnector-libs/commit/48031fcc44e14d989aa45694b4f215fb9ecb5eda))





## [2.3.2](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@2.3.2) (2024-03-06)

**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": "2.3.2",
"version": "2.4.0",
"description": "Manage cozy jobs",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"cozy-client": "45.14.1",
"cozy-device-helper": "^2.1.0",
"cozy-flags": "^2.8.7",
"cozy-konnector-libs": "^5.9.1",
"cozy-konnector-libs": "^5.10.0",
"cozy-logger": "1.9.0",
"node-fetch": "2.7.0",
"open": "8.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cozy-konnector-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.7.0](https://github.com/konnectors/libs/compare/[email protected]@1.7.0) (2024-03-19)


### Features

* Upgrade eslint, babel and cozy dependencies ([48031fc](https://github.com/konnectors/libs/commit/48031fcc44e14d989aa45694b4f215fb9ecb5eda))





# 1.6.0 (2024-03-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-konnector-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-konnector-build",
"version": "1.6.0",
"version": "1.7.0",
"description": "All build dependencies for a connector",
"main": "lib/cozy-konnector-build.js",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cozy-konnector-libs/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.

# [5.10.0](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@5.10.0) (2024-03-19)


### Features

* Add contract option to saveFiles ([f695ff0](https://github.com/cozy/cozy-konnector-libs/commit/f695ff068fae1460c6d509dad4758772ffd8454e))
* Upgrade eslint, babel and cozy dependencies ([48031fc](https://github.com/cozy/cozy-konnector-libs/commit/48031fcc44e14d989aa45694b4f215fb9ecb5eda))





## [5.9.1](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@5.9.1) (2024-03-06)

**Note:** Version bump only for package cozy-konnector-libs
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": "5.9.1",
"version": "5.10.0",
"description": "All the libs needed by a cozy v3 konnector",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit c7fd8a1

Please sign in to comment.