diff --git a/CHANGELOG.md b/CHANGELOG.md index 7992357546..68f0ffcd52 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.3.1](https://github.com/cozy/cozy-client/compare/v35.3.0...v35.3.1) (2023-02-22) + + +### Bug Fixes + +* Normalize doc for fetchChanges ([5f662eb](https://github.com/cozy/cozy-client/commit/5f662eb3adfe0eb36ee38f20fe7a23585ad6642d)), closes [/github.com/cozy/cozy-client/blob/master/packages/cozy-client/src/StackLink.js#L122](https://github.com//github.com/cozy/cozy-client/blob/master/packages/cozy-client/src/StackLink.js/issues/L122) [/github.com/cozy/cozy-banks/blob/master/src/targets/services/helpers/helpers.js#L19-L45](https://github.com//github.com/cozy/cozy-banks/blob/master/src/targets/services/helpers/helpers.js/issues/L19-L45) + + + + + # [35.3.0](https://github.com/cozy/cozy-client/compare/v35.2.2...v35.3.0) (2023-02-21) diff --git a/lerna.json b/lerna.json index a17fde4c26..3d74f9747e 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "35.3.0", + "version": "35.3.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index 4b8afb45a6..5c2338a839 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. +## [35.3.1](https://github.com/cozy/cozy-client/compare/v35.3.0...v35.3.1) (2023-02-22) + +**Note:** Version bump only for package cozy-client + + + + + # [35.3.0](https://github.com/cozy/cozy-client/compare/v35.2.2...v35.3.0) (2023-02-21) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index 1b586a6d26..e1a241a166 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "35.3.0", + "version": "35.3.1", "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": "^35.0.0", + "cozy-stack-client": "^35.3.1", "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 d2f8d7db9f..a3597f5c8f 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.3.1](https://github.com/cozy/cozy-client/compare/v35.3.0...v35.3.1) (2023-02-22) + +**Note:** Version bump only for package cozy-pouch-link + + + + + # [35.3.0](https://github.com/cozy/cozy-client/compare/v35.2.2...v35.3.0) (2023-02-21) **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 ef8adcbd33..72b8b8ec29 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.3.0", + "version": "35.3.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.3.0", + "cozy-client": "^35.3.1", "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 3116047339..ff313cff3b 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. +## [35.3.1](https://github.com/cozy/cozy-client/compare/v35.3.0...v35.3.1) (2023-02-22) + + +### Bug Fixes + +* Normalize doc for fetchChanges ([5f662eb](https://github.com/cozy/cozy-client/commit/5f662eb3adfe0eb36ee38f20fe7a23585ad6642d)), closes [/github.com/cozy/cozy-client/blob/master/packages/cozy-client/src/StackLink.js#L122](https://github.com//github.com/cozy/cozy-client/blob/master/packages/cozy-client/src/StackLink.js/issues/L122) [/github.com/cozy/cozy-banks/blob/master/src/targets/services/helpers/helpers.js#L19-L45](https://github.com//github.com/cozy/cozy-banks/blob/master/src/targets/services/helpers/helpers.js/issues/L19-L45) + + + + + # [35.0.0](https://github.com/cozy/cozy-client/compare/v34.11.1...v35.0.0) (2023-02-10) **Note:** Version bump only for package cozy-stack-client diff --git a/packages/cozy-stack-client/package.json b/packages/cozy-stack-client/package.json index 44e96cd13c..34d9424122 100644 --- a/packages/cozy-stack-client/package.json +++ b/packages/cozy-stack-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-stack-client", - "version": "35.0.0", + "version": "35.3.1", "license": "MIT", "main": "dist/index.js", "files": [