From 5039e2507091aefae6f9adce232bd54c2f566712 Mon Sep 17 00:00:00 2001 From: Travis CI User <travis@example.org> Date: Thu, 7 Nov 2024 08:58:03 +0000 Subject: [PATCH] v51.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ lerna.json | 2 +- packages/cozy-client/CHANGELOG.md | 18 ++++++++++++++++++ packages/cozy-client/package.json | 4 ++-- packages/cozy-pouch-link/CHANGELOG.md | 8 ++++++++ packages/cozy-pouch-link/package.json | 4 ++-- packages/cozy-stack-client/CHANGELOG.md | 8 ++++++++ packages/cozy-stack-client/package.json | 2 +- 8 files changed, 58 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfbaea0d..715df9a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [51.0.0](https://github.com/cozy/cozy-client/compare/v50.4.0...v51.0.0) (2024-11-07) + + +### Features + +* Remove cozy-ui ([2440248](https://github.com/cozy/cozy-client/commit/2440248a9d28d7fe6d3eae17f4d3bc362dadced8)) +* Remove devtools ([01098ed](https://github.com/cozy/cozy-client/commit/01098ed821e5d309a4947a2eb5a5dcf1e0d79713)) + + +### BREAKING CHANGES + +* you no longer need cozy-ui as dep for cozy-client usage +* you must change the import of devtools from `import CozyDevtools from 'cozy-client/dist/devtools'` to `import CozyDevtools from 'cozy-devtools'` + + + + + # [50.4.0](https://github.com/cozy/cozy-client/compare/v50.3.1...v50.4.0) (2024-11-06) diff --git a/lerna.json b/lerna.json index 84d4ec417..0658421e0 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "50.4.0", + "version": "51.0.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index 5d6360d6d..23a2018f7 100644 --- a/packages/cozy-client/CHANGELOG.md +++ b/packages/cozy-client/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [51.0.0](https://github.com/cozy/cozy-client/compare/v50.4.0...v51.0.0) (2024-11-07) + + +### Features + +* Remove cozy-ui ([2440248](https://github.com/cozy/cozy-client/commit/2440248a9d28d7fe6d3eae17f4d3bc362dadced8)) +* Remove devtools ([01098ed](https://github.com/cozy/cozy-client/commit/01098ed821e5d309a4947a2eb5a5dcf1e0d79713)) + + +### BREAKING CHANGES + +* you no longer need cozy-ui as dep for cozy-client usage +* you must change the import of devtools from `import CozyDevtools from 'cozy-client/dist/devtools'` to `import CozyDevtools from 'cozy-devtools'` + + + + + # [50.4.0](https://github.com/cozy/cozy-client/compare/v50.3.1...v50.4.0) (2024-11-06) **Note:** Version bump only for package cozy-client diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index e9e1db134..4fdef8dc5 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "50.4.0", + "version": "51.0.0", "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": "^50.4.0", + "cozy-stack-client": "^51.0.0", "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 0f22c404d..85f8e04fb 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. +# [51.0.0](https://github.com/cozy/cozy-client/compare/v50.4.0...v51.0.0) (2024-11-07) + +**Note:** Version bump only for package cozy-pouch-link + + + + + # [50.4.0](https://github.com/cozy/cozy-client/compare/v50.3.1...v50.4.0) (2024-11-06) **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 9fd939f2d..3c26e11bb 100644 --- a/packages/cozy-pouch-link/package.json +++ b/packages/cozy-pouch-link/package.json @@ -1,6 +1,6 @@ { "name": "cozy-pouch-link", - "version": "50.4.0", + "version": "51.0.0", "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": "^50.4.0", + "cozy-client": "^51.0.0", "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 ee5e14c1d..6cae53d40 100644 --- a/packages/cozy-stack-client/CHANGELOG.md +++ b/packages/cozy-stack-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. +# [51.0.0](https://github.com/cozy/cozy-client/compare/v50.4.0...v51.0.0) (2024-11-07) + +**Note:** Version bump only for package cozy-stack-client + + + + + # [50.4.0](https://github.com/cozy/cozy-client/compare/v50.3.1...v50.4.0) (2024-11-06) diff --git a/packages/cozy-stack-client/package.json b/packages/cozy-stack-client/package.json index fa8cc1887..d149aafd0 100644 --- a/packages/cozy-stack-client/package.json +++ b/packages/cozy-stack-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-stack-client", - "version": "50.4.0", + "version": "51.0.0", "license": "MIT", "main": "dist/index.js", "files": [