Skip to content

Commit

Permalink
v49.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Oct 3, 2024
1 parent c6315e6 commit 4a380b8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "49.0.0",
"version": "49.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cozy-pouch-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-pouch-link/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4a380b8

Please sign in to comment.