From 6b03c58ebef0e5c8455490b3300e36c803ca0565 Mon Sep 17 00:00:00 2001 From: Travis CI User <travis@example.org> Date: Fri, 15 Nov 2024 13:55:46 +0000 Subject: [PATCH] v51.0.1 --- 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 715df9a66..b84613deb 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. +## [51.0.1](https://github.com/cozy/cozy-client/compare/v51.0.0...v51.0.1) (2024-11-15) + + +### Bug Fixes + +* Add missing fields on CozyMetadata for io.cozy.files ([2457269](https://github.com/cozy/cozy-client/commit/2457269e6360696cf8cb1ce2c8b998d89b8db9d1)) + + + + + # [51.0.0](https://github.com/cozy/cozy-client/compare/v50.4.0...v51.0.0) (2024-11-07) diff --git a/lerna.json b/lerna.json index 0658421e0..c73d26a17 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "51.0.0", + "version": "51.0.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index 23a2018f7..ce0d5692d 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. +## [51.0.1](https://github.com/cozy/cozy-client/compare/v51.0.0...v51.0.1) (2024-11-15) + + +### Bug Fixes + +* Add missing fields on CozyMetadata for io.cozy.files ([2457269](https://github.com/cozy/cozy-client/commit/2457269e6360696cf8cb1ce2c8b998d89b8db9d1)) + + + + + # [51.0.0](https://github.com/cozy/cozy-client/compare/v50.4.0...v51.0.0) (2024-11-07) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index 4fdef8dc5..98fd598c1 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "51.0.0", + "version": "51.0.1", "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 85f8e04fb..a5ea7a10c 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. +## [51.0.1](https://github.com/cozy/cozy-client/compare/v51.0.0...v51.0.1) (2024-11-15) + +**Note:** Version bump only for package cozy-pouch-link + + + + + # [51.0.0](https://github.com/cozy/cozy-client/compare/v50.4.0...v51.0.0) (2024-11-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 3c26e11bb..802aaf3e8 100644 --- a/packages/cozy-pouch-link/package.json +++ b/packages/cozy-pouch-link/package.json @@ -1,6 +1,6 @@ { "name": "cozy-pouch-link", - "version": "51.0.0", + "version": "51.0.1", "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": "^51.0.0", + "cozy-client": "^51.0.1", "pouchdb-browser": "^7.2.2", "pouchdb-find": "^7.2.2" },