Skip to content

Commit c7fd8a1

Browse files
author
Cozy Bot
committedMar 19, 2024
1 parent f695ff0 commit c7fd8a1

File tree

8 files changed

+51
-5
lines changed

8 files changed

+51
-5
lines changed
 

‎packages/cozy-clisk/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.36.0](https://github.com/konnectors/libs/compare/cozy-clisk@0.35.0...cozy-clisk@0.36.0) (2024-03-19)
7+
8+
9+
### Features
10+
11+
* Add contract option to saveFiles ([f695ff0](https://github.com/konnectors/libs/commit/f695ff068fae1460c6d509dad4758772ffd8454e))
12+
* Upgrade eslint, babel and cozy dependencies ([48031fc](https://github.com/konnectors/libs/commit/48031fcc44e14d989aa45694b4f215fb9ecb5eda))
13+
14+
15+
16+
17+
618
# [0.35.0](https://github.com/konnectors/libs/compare/cozy-clisk@0.34.1...cozy-clisk@0.35.0) (2024-03-04)
719

820

‎packages/cozy-clisk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-clisk",
3-
"version": "0.35.0",
3+
"version": "0.36.0",
44
"description": "All the libs needed to run a cozy client connector",
55
"repository": {
66
"type": "git",

‎packages/cozy-jobs-cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/cozy/cozy-konnector-libs/compare/cozy-jobs-cli@2.3.2...cozy-jobs-cli@2.4.0) (2024-03-19)
7+
8+
9+
### Features
10+
11+
* Upgrade eslint, babel and cozy dependencies ([48031fc](https://github.com/cozy/cozy-konnector-libs/commit/48031fcc44e14d989aa45694b4f215fb9ecb5eda))
12+
13+
14+
15+
16+
617
## [2.3.2](https://github.com/cozy/cozy-konnector-libs/compare/cozy-jobs-cli@2.3.1...cozy-jobs-cli@2.3.2) (2024-03-06)
718

819
**Note:** Version bump only for package cozy-jobs-cli

‎packages/cozy-jobs-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-jobs-cli",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"description": "Manage cozy jobs",
55
"main": "index.js",
66
"repository": {
@@ -29,7 +29,7 @@
2929
"cozy-client": "45.14.1",
3030
"cozy-device-helper": "^2.1.0",
3131
"cozy-flags": "^2.8.7",
32-
"cozy-konnector-libs": "^5.9.1",
32+
"cozy-konnector-libs": "^5.10.0",
3333
"cozy-logger": "1.9.0",
3434
"node-fetch": "2.7.0",
3535
"open": "8.4.0",

‎packages/cozy-konnector-build/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.7.0](https://github.com/konnectors/libs/compare/cozy-konnector-build@1.6.0...cozy-konnector-build@1.7.0) (2024-03-19)
7+
8+
9+
### Features
10+
11+
* Upgrade eslint, babel and cozy dependencies ([48031fc](https://github.com/konnectors/libs/commit/48031fcc44e14d989aa45694b4f215fb9ecb5eda))
12+
13+
14+
15+
16+
617
# 1.6.0 (2024-03-04)
718

819

‎packages/cozy-konnector-build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-konnector-build",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "All build dependencies for a connector",
55
"main": "lib/cozy-konnector-build.js",
66
"repository": {

‎packages/cozy-konnector-libs/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.10.0](https://github.com/cozy/cozy-konnector-libs/compare/cozy-konnector-libs@5.9.1...cozy-konnector-libs@5.10.0) (2024-03-19)
7+
8+
9+
### Features
10+
11+
* Add contract option to saveFiles ([f695ff0](https://github.com/cozy/cozy-konnector-libs/commit/f695ff068fae1460c6d509dad4758772ffd8454e))
12+
* Upgrade eslint, babel and cozy dependencies ([48031fc](https://github.com/cozy/cozy-konnector-libs/commit/48031fcc44e14d989aa45694b4f215fb9ecb5eda))
13+
14+
15+
16+
17+
618
## [5.9.1](https://github.com/cozy/cozy-konnector-libs/compare/cozy-konnector-libs@5.9.0...cozy-konnector-libs@5.9.1) (2024-03-06)
719

820
**Note:** Version bump only for package cozy-konnector-libs

‎packages/cozy-konnector-libs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-konnector-libs",
3-
"version": "5.9.1",
3+
"version": "5.10.0",
44
"description": "All the libs needed by a cozy v3 konnector",
55
"main": "dist/index.js",
66
"repository": {

0 commit comments

Comments
 (0)