diff --git a/CHANGELOG.md b/CHANGELOG.md index ceb9100f8f..be95256c00 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. +# [49.6.0](https://github.com/cozy/cozy-client/compare/v49.5.0...v49.6.0) (2024-10-15) + + +### Features + +* Adding missing attributes inside FileDocument ([f623c80](https://github.com/cozy/cozy-client/commit/f623c80a4b6f2755ab031b21e9010d61640350ff)) + + + + + # [49.5.0](https://github.com/cozy/cozy-client/compare/v49.4.0...v49.5.0) (2024-10-14) diff --git a/lerna.json b/lerna.json index 67c8acd2f4..adb79e6e7f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "49.5.0", + "version": "49.6.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index a2577f6f60..f5b2bfe8fc 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. +# [49.6.0](https://github.com/cozy/cozy-client/compare/v49.5.0...v49.6.0) (2024-10-15) + + +### Features + +* Adding missing attributes inside FileDocument ([f623c80](https://github.com/cozy/cozy-client/commit/f623c80a4b6f2755ab031b21e9010d61640350ff)) + + + + + # [49.4.0](https://github.com/cozy/cozy-client/compare/v49.3.1...v49.4.0) (2024-10-14) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index 23f9b65090..9ae59b542e 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "49.4.0", + "version": "49.6.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 8b4b7badbe..eee4cb81db 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. +# [49.6.0](https://github.com/cozy/cozy-client/compare/v49.5.0...v49.6.0) (2024-10-15) + +**Note:** Version bump only for package cozy-pouch-link + + + + + # [49.5.0](https://github.com/cozy/cozy-client/compare/v49.4.0...v49.5.0) (2024-10-14) diff --git a/packages/cozy-pouch-link/package.json b/packages/cozy-pouch-link/package.json index e3930f7478..5d9e3cd220 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.5.0", + "version": "49.6.0", "license": "MIT", "main": "dist/index.js", "types": "types/index.d.ts", @@ -13,7 +13,7 @@ "url": "git+https://github.com/cozy/cozy-client.git" }, "dependencies": { - "cozy-client": "^49.4.0", + "cozy-client": "^49.6.0", "pouchdb-browser": "^7.2.2", "pouchdb-find": "^7.2.2" },