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 Jan 3, 2024
1 parent 5ea3922 commit 4d0f3ab
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 4 deletions.
17 changes: 17 additions & 0 deletions packages/cozy-clisk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* saveIdentity tries to take care of malformed data ([1236334](https://github.com/konnectors/libs/commit/123633438d565b036ac8647470126d62dc077ffc))
* Types ([0362c24](https://github.com/konnectors/libs/commit/0362c241b9107fd67dff16dfe5947de4d0a1871c))


### Features

* Add trim for all properties of the identify ([5ea3922](https://github.com/konnectors/libs/commit/5ea3922857246656626fc10cc4d60e1e10d1e650))





# [0.31.0](https://github.com/konnectors/libs/compare/[email protected]@0.31.0) (2023-12-21)


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.31.0",
"version": "0.32.0",
"description": "All the libs needed to run a cozy client connector",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-jobs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





## [2.2.5](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@2.2.5) (2024-01-02)

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

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


### Bug Fixes

* Remove "fit" ([e738575](https://github.com/cozy/cozy-konnector-libs/commit/e73857520fcd3059cfe4e09ab378667d2e47c82b))


### Features

* Add trim for all properties of the identify ([5ea3922](https://github.com/cozy/cozy-konnector-libs/commit/5ea3922857246656626fc10cc4d60e1e10d1e650))





## [5.5.2](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@5.5.2) (2024-01-02)


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.5.2",
"version": "5.6.0",
"description": "All the libs needed by a cozy v3 konnector",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit 4d0f3ab

Please sign in to comment.