From e31ced2348d1aded565469a73b1b914ee67365a0 Mon Sep 17 00:00:00 2001 From: Cozy Bot Date: Thu, 28 Nov 2024 08:37:36 +0000 Subject: [PATCH] [skip ci] Publish - cozy-harvest-lib@31.0.0 - cozy-mespapiers-lib@101.6.13 - cozy-viewer@5.1.1 --- packages/cozy-harvest-lib/CHANGELOG.md | 26 +++++++++++++++++++++++ packages/cozy-harvest-lib/package.json | 4 ++-- packages/cozy-mespapiers-lib/CHANGELOG.md | 8 +++++++ packages/cozy-mespapiers-lib/package.json | 4 ++-- packages/cozy-viewer/CHANGELOG.md | 8 +++++++ packages/cozy-viewer/package.json | 4 ++-- 6 files changed, 48 insertions(+), 6 deletions(-) diff --git a/packages/cozy-harvest-lib/CHANGELOG.md b/packages/cozy-harvest-lib/CHANGELOG.md index 2076a2174e..99c5f4e2e3 100644 --- a/packages/cozy-harvest-lib/CHANGELOG.md +++ b/packages/cozy-harvest-lib/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [31.0.0](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@30.8.3...cozy-harvest-lib@31.0.0) (2024-11-28) + + +### Code Refactoring + +* Rename Routes to HarvestRoutes ([760608a](https://github.com/cozy/cozy-libs/commit/760608a4d8c4f42d5a5a1150d8bbbc89e08c3cd1)) + + +### Features + +* **AccountModalHeader:** Add a story to test the component ([dbe8d8a](https://github.com/cozy/cozy-libs/commit/dbe8d8a90649636572e8edf4f49519c98cf30b01)) +* Add react-router to work with storybook ([549ceab](https://github.com/cozy/cozy-libs/commit/549ceab2113faf041d110b953d255c49fd087192)) +* Remove adaptive router ([9db7559](https://github.com/cozy/cozy-libs/commit/9db755987117b455c6c2bb0cde9046c51ad7c2fa)) +* Remove react-router v3 package ([392c5c2](https://github.com/cozy/cozy-libs/commit/392c5c25affc2e78872ceb4d6f65831f8c3c816a)) +* Remove RoutesV4 to only use RouteV6 ([6205897](https://github.com/cozy/cozy-libs/commit/620589750d2afc1716aae2ac1ef38a4a16cfcbf1)) + + +### BREAKING CHANGES + +* You must have `react-router-dom >= 6.14.2` +* `Routes` has been renamed `HarvestRoutes`. You should changed the import `import { Routes } from 'cozy-harvest-lib'` to `importĀ { HarvestRoutes } from 'cozy-harvest-lib'` + + + + + ## [30.8.3](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@30.8.2...cozy-harvest-lib@30.8.3) (2024-11-28) **Note:** Version bump only for package cozy-harvest-lib diff --git a/packages/cozy-harvest-lib/package.json b/packages/cozy-harvest-lib/package.json index c7a88db9ce..90da299b7b 100644 --- a/packages/cozy-harvest-lib/package.json +++ b/packages/cozy-harvest-lib/package.json @@ -1,6 +1,6 @@ { "name": "cozy-harvest-lib", - "version": "30.8.3", + "version": "31.0.0", "description": "Provides logic, modules and components for Cozy's harvest applications.", "main": "dist/index.js", "author": "Cozy", @@ -74,7 +74,7 @@ "cozy-realtime": "^5.6.1", "cozy-tsconfig": "^1.8.1", "cozy-ui": "^113.1.0", - "cozy-viewer": "^5.1.0", + "cozy-viewer": "^5.1.1", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.6", "form-data": "4.0.0", diff --git a/packages/cozy-mespapiers-lib/CHANGELOG.md b/packages/cozy-mespapiers-lib/CHANGELOG.md index d65a8ebc5e..2cd85b7e0e 100644 --- a/packages/cozy-mespapiers-lib/CHANGELOG.md +++ b/packages/cozy-mespapiers-lib/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. +## [101.6.13](https://github.com/cozy/cozy-libs/compare/cozy-mespapiers-lib@101.6.12...cozy-mespapiers-lib@101.6.13) (2024-11-28) + +**Note:** Version bump only for package cozy-mespapiers-lib + + + + + ## [101.6.12](https://github.com/cozy/cozy-libs/compare/cozy-mespapiers-lib@101.6.11...cozy-mespapiers-lib@101.6.12) (2024-11-28) **Note:** Version bump only for package cozy-mespapiers-lib diff --git a/packages/cozy-mespapiers-lib/package.json b/packages/cozy-mespapiers-lib/package.json index 7c8f574c10..2a5e798af4 100644 --- a/packages/cozy-mespapiers-lib/package.json +++ b/packages/cozy-mespapiers-lib/package.json @@ -1,6 +1,6 @@ { "name": "cozy-mespapiers-lib", - "version": "101.6.12", + "version": "101.6.13", "description": "Cozy Mes papiers lib", "license": "AGPL-3.0", "main": "dist/index.js", @@ -25,7 +25,7 @@ "cozy-device-helper": "^3.7.1", "cozy-doctypes": "^1.97.1", "cozy-flags": "^4.6.1", - "cozy-harvest-lib": "^30.8.3", + "cozy-harvest-lib": "^31.0.0", "cozy-intent": "^2.29.1", "cozy-minilog": "^3.9.1", "cozy-realtime": "^5.6.1", diff --git a/packages/cozy-viewer/CHANGELOG.md b/packages/cozy-viewer/CHANGELOG.md index 58fdc9dad8..72c84ca397 100644 --- a/packages/cozy-viewer/CHANGELOG.md +++ b/packages/cozy-viewer/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. +## [5.1.1](https://github.com/cozy/cozy-libs/compare/cozy-viewer@5.1.0...cozy-viewer@5.1.1) (2024-11-28) + +**Note:** Version bump only for package cozy-viewer + + + + + # [5.1.0](https://github.com/cozy/cozy-libs/compare/cozy-viewer@5.0.0...cozy-viewer@5.1.0) (2024-11-28) diff --git a/packages/cozy-viewer/package.json b/packages/cozy-viewer/package.json index ebde7fa783..78fbc163c2 100644 --- a/packages/cozy-viewer/package.json +++ b/packages/cozy-viewer/package.json @@ -1,6 +1,6 @@ { "name": "cozy-viewer", - "version": "5.1.0", + "version": "5.1.1", "description": "Cozy-Viewer provides a component to show files in a viewer.", "main": "dist/index.js", "license": "MIT", @@ -27,7 +27,7 @@ "babel-preset-cozy-app": "^2.8.1", "cozy-client": "50.0.0", "cozy-device-helper": "2.0.0", - "cozy-harvest-lib": "^30.8.3", + "cozy-harvest-lib": "^31.0.0", "cozy-intent": "^2.29.1", "cozy-logger": "^1.16.1", "cozy-sharing": "14.1.0",