From 1b0381874ee85ce8bb84bb118310d2154842dbad Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 14 Feb 2023 15:21:50 +0000 Subject: [PATCH] v35.2.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 5f8c2b9d98..fc62dcd5fa 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. +## [35.2.1](https://github.com/cozy/cozy-client/compare/v35.2.0...v35.2.1) (2023-02-14) + + +### Bug Fixes + +* Update registry types to return Promise ([68a2678](https://github.com/cozy/cozy-client/commit/68a2678786cae7de674765bbd1c8bec6437af39b)) + + + + + # [35.2.0](https://github.com/cozy/cozy-client/compare/v35.1.0...v35.2.0) (2023-02-13) diff --git a/lerna.json b/lerna.json index 1ac8e72b03..f5ad9bc00a 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "35.2.0", + "version": "35.2.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index 50403eae48..78520b1307 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. +## [35.2.1](https://github.com/cozy/cozy-client/compare/v35.2.0...v35.2.1) (2023-02-14) + + +### Bug Fixes + +* Update registry types to return Promise ([68a2678](https://github.com/cozy/cozy-client/commit/68a2678786cae7de674765bbd1c8bec6437af39b)) + + + + + # [35.2.0](https://github.com/cozy/cozy-client/compare/v35.1.0...v35.2.0) (2023-02-13) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index 6f1e614bfc..fff2a38024 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "35.2.0", + "version": "35.2.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 1d4d241150..f33abeaced 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. +## [35.2.1](https://github.com/cozy/cozy-client/compare/v35.2.0...v35.2.1) (2023-02-14) + +**Note:** Version bump only for package cozy-pouch-link + + + + + # [35.2.0](https://github.com/cozy/cozy-client/compare/v35.1.0...v35.2.0) (2023-02-13) **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 f400ae0e5d..b26ae9e316 100644 --- a/packages/cozy-pouch-link/package.json +++ b/packages/cozy-pouch-link/package.json @@ -1,6 +1,6 @@ { "name": "cozy-pouch-link", - "version": "35.2.0", + "version": "35.2.1", "license": "MIT", "main": "dist/index.js", "files": [ @@ -11,7 +11,7 @@ "url": "git+https://github.com/cozy/cozy-client.git" }, "dependencies": { - "cozy-client": "^35.2.0", + "cozy-client": "^35.2.1", "pouchdb-browser": "^7.2.2", "pouchdb-find": "^7.2.2" },