diff --git a/CHANGELOG.md b/CHANGELOG.md index d960a45ba..3920205bb 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. +# [47.3.0](https://github.com/cozy/cozy-client/compare/v47.2.0...v47.3.0) (2024-05-23) + + +### Features + +* **Qualification:** Change work & activity themes icon ([89035ea](https://github.com/cozy/cozy-client/commit/89035ea79ac165a4495140932ed56af7f79e197d)) + + + + + # [47.2.0](https://github.com/cozy/cozy-client/compare/v47.1.2...v47.2.0) (2024-05-21) diff --git a/lerna.json b/lerna.json index 2d0a7dace..04c94fcd7 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "47.2.0", + "version": "47.3.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index 1f05a4184..cb49a66b5 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. +# [47.3.0](https://github.com/cozy/cozy-client/compare/v47.2.0...v47.3.0) (2024-05-23) + + +### Features + +* **Qualification:** Change work & activity themes icon ([89035ea](https://github.com/cozy/cozy-client/commit/89035ea79ac165a4495140932ed56af7f79e197d)) + + + + + # [47.2.0](https://github.com/cozy/cozy-client/compare/v47.1.2...v47.2.0) (2024-05-21) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index 37d865f3e..137e09bec 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "47.2.0", + "version": "47.3.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 1ef0d204c..2c6583394 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. +# [47.3.0](https://github.com/cozy/cozy-client/compare/v47.2.0...v47.3.0) (2024-05-23) + +**Note:** Version bump only for package cozy-pouch-link + + + + + # [47.2.0](https://github.com/cozy/cozy-client/compare/v47.1.2...v47.2.0) (2024-05-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 f9aa8e24f..e3b34acc6 100644 --- a/packages/cozy-pouch-link/package.json +++ b/packages/cozy-pouch-link/package.json @@ -1,6 +1,6 @@ { "name": "cozy-pouch-link", - "version": "47.2.0", + "version": "47.3.0", "license": "MIT", "main": "dist/index.js", "files": [ @@ -11,7 +11,7 @@ "url": "git+https://github.com/cozy/cozy-client.git" }, "dependencies": { - "cozy-client": "^47.2.0", + "cozy-client": "^47.3.0", "pouchdb-browser": "^7.2.2", "pouchdb-find": "^7.2.2" },