diff --git a/CHANGELOG.md b/CHANGELOG.md index 37679df0bd..fe5d3fd366 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. +# [36.1.0](https://github.com/cozy/cozy-client/compare/v36.0.0...v36.1.0) (2023-03-16) + + +### Features + +* Add isContact method on contacts models ([0281ad3](https://github.com/cozy/cozy-client/commit/0281ad39f7ad612aa0d53afdb26569fcdcbf58ad)) + + + + + # [36.0.0](https://github.com/cozy/cozy-client/compare/v35.7.0...v36.0.0) (2023-03-16) diff --git a/lerna.json b/lerna.json index 171f433f16..61b61a2eaf 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "36.0.0", + "version": "36.1.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index 6e07a18759..a7585f55dc 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. +# [36.1.0](https://github.com/cozy/cozy-client/compare/v36.0.0...v36.1.0) (2023-03-16) + + +### Features + +* Add isContact method on contacts models ([0281ad3](https://github.com/cozy/cozy-client/commit/0281ad39f7ad612aa0d53afdb26569fcdcbf58ad)) + + + + + # [36.0.0](https://github.com/cozy/cozy-client/compare/v35.7.0...v36.0.0) (2023-03-16) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index 638a52a124..e3c1128315 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "36.0.0", + "version": "36.1.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 739f892af1..17d4b56395 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. +# [36.1.0](https://github.com/cozy/cozy-client/compare/v36.0.0...v36.1.0) (2023-03-16) + +**Note:** Version bump only for package cozy-pouch-link + + + + + # [36.0.0](https://github.com/cozy/cozy-client/compare/v35.7.0...v36.0.0) (2023-03-16) **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 89d6d4259d..b90d9c01e4 100644 --- a/packages/cozy-pouch-link/package.json +++ b/packages/cozy-pouch-link/package.json @@ -1,6 +1,6 @@ { "name": "cozy-pouch-link", - "version": "36.0.0", + "version": "36.1.0", "license": "MIT", "main": "dist/index.js", "files": [ @@ -11,7 +11,7 @@ "url": "git+https://github.com/cozy/cozy-client.git" }, "dependencies": { - "cozy-client": "^36.0.0", + "cozy-client": "^36.1.0", "pouchdb-browser": "^7.2.2", "pouchdb-find": "^7.2.2" },