diff --git a/CHANGELOG.md b/CHANGELOG.md index c3fea3bbc6..f0f2d68c87 100644 --- a/CHANGELOG.md +++ b/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.3.1](https://github.com/cozy/cozy-client/compare/v49.3.0...v49.3.1) (2024-10-09) + +**Note:** Version bump only for package cozy-client + + + + + # [49.3.0](https://github.com/cozy/cozy-client/compare/v49.2.0...v49.3.0) (2024-10-09) diff --git a/lerna.json b/lerna.json index 222aebbbe5..4df002c98d 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "49.3.0", + "version": "49.3.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index c77cca23f6..7e2e3a8f62 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. +## [49.3.1](https://github.com/cozy/cozy-client/compare/v49.3.0...v49.3.1) (2024-10-09) + +**Note:** Version bump only for package cozy-client + + + + + # [49.3.0](https://github.com/cozy/cozy-client/compare/v49.2.0...v49.3.0) (2024-10-09) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index 6b57b22716..8a98ace308 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "49.3.0", + "version": "49.3.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 a64df108b3..3daa2e4e21 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.3.1](https://github.com/cozy/cozy-client/compare/v49.3.0...v49.3.1) (2024-10-09) + +**Note:** Version bump only for package cozy-pouch-link + + + + + # [49.3.0](https://github.com/cozy/cozy-client/compare/v49.2.0...v49.3.0) (2024-10-09) **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 315a6ee76a..5e91031b16 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.3.0", + "version": "49.3.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": "^49.3.0", + "cozy-client": "^49.3.1", "pouchdb-browser": "^7.2.2", "pouchdb-find": "^7.2.2" },