diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7dbc95c0..8c07d66b9a 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. +# [48.19.0](https://github.com/cozy/cozy-client/compare/v48.18.0...v48.19.0) (2024-09-11) + + +### Features + +* Rename "numéro de la carte vitale" in "sécurité sociale" ([26a12cf](https://github.com/cozy/cozy-client/commit/26a12cfbb689c07fcdd470864272fe7ccd91450f)) + + + + + # [48.18.0](https://github.com/cozy/cozy-client/compare/v48.17.0...v48.18.0) (2024-09-03) diff --git a/lerna.json b/lerna.json index 2bbbcc9d8d..aa96ee0722 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "48.18.0", + "version": "48.19.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index 14e15bf6f1..53c43a9009 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. +# [48.19.0](https://github.com/cozy/cozy-client/compare/v48.18.0...v48.19.0) (2024-09-11) + + +### Features + +* Rename "numéro de la carte vitale" in "sécurité sociale" ([26a12cf](https://github.com/cozy/cozy-client/commit/26a12cfbb689c07fcdd470864272fe7ccd91450f)) + + + + + # [48.18.0](https://github.com/cozy/cozy-client/compare/v48.17.0...v48.18.0) (2024-09-03) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index 18c6e95bdd..6f95f819ec 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "48.18.0", + "version": "48.19.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 ebbf2a056c..b1eab456c8 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. +# [48.19.0](https://github.com/cozy/cozy-client/compare/v48.18.0...v48.19.0) (2024-09-11) + +**Note:** Version bump only for package cozy-pouch-link + + + + + # [48.18.0](https://github.com/cozy/cozy-client/compare/v48.17.0...v48.18.0) (2024-09-03) **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 a9b885b81f..dcd91528b4 100644 --- a/packages/cozy-pouch-link/package.json +++ b/packages/cozy-pouch-link/package.json @@ -1,6 +1,6 @@ { "name": "cozy-pouch-link", - "version": "48.18.0", + "version": "48.19.0", "license": "MIT", "main": "dist/index.js", "files": [ @@ -11,7 +11,7 @@ "url": "git+https://github.com/cozy/cozy-client.git" }, "dependencies": { - "cozy-client": "^48.18.0", + "cozy-client": "^48.19.0", "pouchdb-browser": "^7.2.2", "pouchdb-find": "^7.2.2" },