From 24697a6ae7e48f39ed0a3973f396dfceb196ec1c Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 20 Aug 2024 13:58:32 +0000 Subject: [PATCH] v48.14.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cozy-client/CHANGELOG.md | 8 ++++++++ packages/cozy-client/package.json | 4 ++-- packages/cozy-pouch-link/CHANGELOG.md | 8 ++++++++ packages/cozy-pouch-link/package.json | 4 ++-- packages/cozy-stack-client/CHANGELOG.md | 11 +++++++++++ packages/cozy-stack-client/package.json | 2 +- 8 files changed, 44 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a85c161..45d916cb9 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.14.0](https://github.com/cozy/cozy-client/compare/v48.13.1...v48.14.0) (2024-08-20) + + +### Features + +* Force _rev for queries with .select fields ([75a2259](https://github.com/cozy/cozy-client/commit/75a2259c53bdd0f35fe2ae3f0755bade2f6de28d)) + + + + + ## [48.13.1](https://github.com/cozy/cozy-client/compare/v48.13.0...v48.13.1) (2024-08-07) diff --git a/lerna.json b/lerna.json index c0f533553..d75522e4e 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "48.13.1", + "version": "48.14.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index 0bb10d04e..6850af8d9 100644 --- a/packages/cozy-client/CHANGELOG.md +++ b/packages/cozy-client/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.14.0](https://github.com/cozy/cozy-client/compare/v48.13.1...v48.14.0) (2024-08-20) + +**Note:** Version bump only for package cozy-client + + + + + ## [48.13.1](https://github.com/cozy/cozy-client/compare/v48.13.0...v48.13.1) (2024-08-07) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index b69660b29..3f46e2700 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "48.13.1", + "version": "48.14.0", "license": "MIT", "main": "dist/index.node.js", "browser": "dist/index.js", @@ -18,7 +18,7 @@ "@types/jest": "^26.0.20", "@types/lodash": "^4.14.170", "btoa": "^1.2.1", - "cozy-stack-client": "^48.12.0", + "cozy-stack-client": "^48.14.0", "date-fns": "2.29.3", "json-stable-stringify": "^1.0.1", "lodash": "^4.17.13", diff --git a/packages/cozy-pouch-link/CHANGELOG.md b/packages/cozy-pouch-link/CHANGELOG.md index 58ecb1d84..b8c4ca3dd 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.14.0](https://github.com/cozy/cozy-client/compare/v48.13.1...v48.14.0) (2024-08-20) + +**Note:** Version bump only for package cozy-pouch-link + + + + + ## [48.13.1](https://github.com/cozy/cozy-client/compare/v48.13.0...v48.13.1) (2024-08-07) **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 7143aabc9..2075e4d19 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.13.1", + "version": "48.14.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.13.1", + "cozy-client": "^48.14.0", "pouchdb-browser": "^7.2.2", "pouchdb-find": "^7.2.2" }, diff --git a/packages/cozy-stack-client/CHANGELOG.md b/packages/cozy-stack-client/CHANGELOG.md index 3e34b9d80..ad0709b34 100644 --- a/packages/cozy-stack-client/CHANGELOG.md +++ b/packages/cozy-stack-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.14.0](https://github.com/cozy/cozy-client/compare/v48.13.1...v48.14.0) (2024-08-20) + + +### Features + +* Force _rev for queries with .select fields ([75a2259](https://github.com/cozy/cozy-client/commit/75a2259c53bdd0f35fe2ae3f0755bade2f6de28d)) + + + + + # [48.12.0](https://github.com/cozy/cozy-client/compare/v48.11.2...v48.12.0) (2024-07-30) diff --git a/packages/cozy-stack-client/package.json b/packages/cozy-stack-client/package.json index 8c077ffe9..4a504dbd1 100644 --- a/packages/cozy-stack-client/package.json +++ b/packages/cozy-stack-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-stack-client", - "version": "48.12.0", + "version": "48.14.0", "license": "MIT", "main": "dist/index.js", "files": [