From 4a380b8c61394274b2da680a4785b8bc14e94a6e Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Thu, 3 Oct 2024 13:01:16 +0000 Subject: [PATCH] v49.1.0 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/cozy-pouch-link/CHANGELOG.md | 12 ++++++++++++ packages/cozy-pouch-link/package.json | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bcbc4ad9..7085f10406 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. +# [49.1.0](https://github.com/cozy/cozy-client/compare/v49.0.0...v49.1.0) (2024-10-03) + + +### Features + +* Improve PouchDB query performances with partialIndex ([c6315e6](https://github.com/cozy/cozy-client/commit/c6315e644c90e03504991686e5270919c8d066e1)), closes [e456faaa00dcefef13c6eee88459caffcac4f2d4/src/queries/index.js#L64-L105](https://github.com/e456faaa00dcefef13c6eee88459caffcac4f2d4/src/queries/index.js/issues/L64-L105) +* Increase PouchdDB default batch size for view updates ([5b0b12d](https://github.com/cozy/cozy-client/commit/5b0b12d969ec30e5ebc0e14b8fc4b4720e5a2b09)) + + + + + # 49.0.0 (2024-09-24) diff --git a/lerna.json b/lerna.json index da43c1f0be..67df550a7a 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "49.0.0", + "version": "49.1.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-pouch-link/CHANGELOG.md b/packages/cozy-pouch-link/CHANGELOG.md index e63daba644..1d4477fcac 100644 --- a/packages/cozy-pouch-link/CHANGELOG.md +++ b/packages/cozy-pouch-link/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. +# [49.1.0](https://github.com/cozy/cozy-client/compare/v49.0.0...v49.1.0) (2024-10-03) + + +### Features + +* Improve PouchDB query performances with partialIndex ([c6315e6](https://github.com/cozy/cozy-client/commit/c6315e644c90e03504991686e5270919c8d066e1)), closes [e456faaa00dcefef13c6eee88459caffcac4f2d4/src/queries/index.js#L64-L105](https://github.com/e456faaa00dcefef13c6eee88459caffcac4f2d4/src/queries/index.js/issues/L64-L105) +* Increase PouchdDB default batch size for view updates ([5b0b12d](https://github.com/cozy/cozy-client/commit/5b0b12d969ec30e5ebc0e14b8fc4b4720e5a2b09)) + + + + + # 49.0.0 (2024-09-24) diff --git a/packages/cozy-pouch-link/package.json b/packages/cozy-pouch-link/package.json index 8fe98902f9..fb7071926f 100644 --- a/packages/cozy-pouch-link/package.json +++ b/packages/cozy-pouch-link/package.json @@ -1,6 +1,6 @@ { "name": "cozy-pouch-link", - "version": "49.0.0", + "version": "49.1.0", "license": "MIT", "main": "dist/index.js", "types": "types/index.d.ts",