From 90b2fff263719c7e04c153c92b4dbc1c70888735 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Thu, 18 Jul 2024 16:50:27 +0000 Subject: [PATCH] v48.10.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cozy-client/CHANGELOG.md | 11 +++++++++++ packages/cozy-client/package.json | 2 +- packages/cozy-pouch-link/CHANGELOG.md | 8 ++++++++ packages/cozy-pouch-link/package.json | 4 ++-- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0079deeca6..e9ad8f7f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# [48.10.0](https://github.com/cozy/cozy-client/compare/v48.9.0...v48.10.0) (2024-07-18) + + +### Features + +* Improve type of NextcloudFile ([077e6f8](https://github.com/cozy/cozy-client/commit/077e6f81faee198eebb8ac1a427840c075c5a9d0)) + + + + + # [48.9.0](https://github.com/cozy/cozy-client/compare/v48.8.0...v48.9.0) (2024-07-18) diff --git a/lerna.json b/lerna.json index a4a53942be..807888346b 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "48.9.0", + "version": "48.10.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index e998cebbec..328f0e6589 100644 --- a/packages/cozy-client/CHANGELOG.md +++ b/packages/cozy-client/CHANGELOG.md @@ -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. +# [48.10.0](https://github.com/cozy/cozy-client/compare/v48.9.0...v48.10.0) (2024-07-18) + + +### Features + +* Improve type of NextcloudFile ([077e6f8](https://github.com/cozy/cozy-client/commit/077e6f81faee198eebb8ac1a427840c075c5a9d0)) + + + + + # [48.9.0](https://github.com/cozy/cozy-client/compare/v48.8.0...v48.9.0) (2024-07-18) **Note:** Version bump only for package cozy-client diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index 6622232aed..0391229b6c 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "48.9.0", + "version": "48.10.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 d87de6726e..1bee908534 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. +# [48.10.0](https://github.com/cozy/cozy-client/compare/v48.9.0...v48.10.0) (2024-07-18) + +**Note:** Version bump only for package cozy-pouch-link + + + + + # [48.9.0](https://github.com/cozy/cozy-client/compare/v48.8.0...v48.9.0) (2024-07-18) **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 fd30106f1e..397424df9e 100644 --- a/packages/cozy-pouch-link/package.json +++ b/packages/cozy-pouch-link/package.json @@ -1,6 +1,6 @@ { "name": "cozy-pouch-link", - "version": "48.9.0", + "version": "48.10.0", "license": "MIT", "main": "dist/index.js", "files": [ @@ -11,7 +11,7 @@ "url": "git+https://github.com/cozy/cozy-client.git" }, "dependencies": { - "cozy-client": "^48.9.0", + "cozy-client": "^48.10.0", "pouchdb-browser": "^7.2.2", "pouchdb-find": "^7.2.2" },