From 74be3146ea4706cf3c2d7a3b07c4ef1171e33df7 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Wed, 22 Nov 2023 10:18:36 +0000 Subject: [PATCH] v44.1.0 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/cozy-client/CHANGELOG.md | 12 ++++++++++++ packages/cozy-client/package.json | 2 +- packages/cozy-pouch-link/CHANGELOG.md | 8 ++++++++ packages/cozy-pouch-link/package.json | 4 ++-- 6 files changed, 36 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f93b48e72..62c080a955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# [44.1.0](https://github.com/cozy/cozy-client/compare/v44.0.0...v44.1.0) (2023-11-22) + + +### Features + +* Improve uploadFileWithConflictStrategy ([7a468f5](https://github.com/cozy/cozy-client/commit/7a468f575915183f05b2f4a8f66a92804408948a)), closes [#1425](https://github.com/cozy/cozy-client/issues/1425) +* Supports clisk for getKonnector ([5b31fc1](https://github.com/cozy/cozy-client/commit/5b31fc1fb11239bb9720f5db36cb466b62f029ba)) + + + + + # [44.0.0](https://github.com/cozy/cozy-client/compare/v43.6.0...v44.0.0) (2023-11-22) diff --git a/lerna.json b/lerna.json index cb4570738b..141c23f83b 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "44.0.0", + "version": "44.1.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index b34e5e6296..4ee551202c 100644 --- a/packages/cozy-client/CHANGELOG.md +++ b/packages/cozy-client/CHANGELOG.md @@ -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. +# [44.1.0](https://github.com/cozy/cozy-client/compare/v44.0.0...v44.1.0) (2023-11-22) + + +### Features + +* Improve uploadFileWithConflictStrategy ([7a468f5](https://github.com/cozy/cozy-client/commit/7a468f575915183f05b2f4a8f66a92804408948a)), closes [#1425](https://github.com/cozy/cozy-client/issues/1425) +* Supports clisk for getKonnector ([5b31fc1](https://github.com/cozy/cozy-client/commit/5b31fc1fb11239bb9720f5db36cb466b62f029ba)) + + + + + # [44.0.0](https://github.com/cozy/cozy-client/compare/v43.6.0...v44.0.0) (2023-11-22) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index 789e15fe61..616932bea1 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "44.0.0", + "version": "44.1.0", "license": "MIT", "main": "dist/index.node.js", "browser": "dist/index.js", diff --git a/packages/cozy-pouch-link/CHANGELOG.md b/packages/cozy-pouch-link/CHANGELOG.md index 6597d8bd0a..f52ad29819 100644 --- a/packages/cozy-pouch-link/CHANGELOG.md +++ b/packages/cozy-pouch-link/CHANGELOG.md @@ -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. +# [44.1.0](https://github.com/cozy/cozy-client/compare/v44.0.0...v44.1.0) (2023-11-22) + +**Note:** Version bump only for package cozy-pouch-link + + + + + # [44.0.0](https://github.com/cozy/cozy-client/compare/v43.6.0...v44.0.0) (2023-11-22) **Note:** Version bump only for package cozy-pouch-link diff --git a/packages/cozy-pouch-link/package.json b/packages/cozy-pouch-link/package.json index 3706996024..8dca70b9a4 100644 --- a/packages/cozy-pouch-link/package.json +++ b/packages/cozy-pouch-link/package.json @@ -1,6 +1,6 @@ { "name": "cozy-pouch-link", - "version": "44.0.0", + "version": "44.1.0", "license": "MIT", "main": "dist/index.js", "files": [ @@ -11,7 +11,7 @@ "url": "git+https://github.com/cozy/cozy-client.git" }, "dependencies": { - "cozy-client": "^44.0.0", + "cozy-client": "^44.1.0", "pouchdb-browser": "^7.2.2", "pouchdb-find": "^7.2.2" },