From 0c5621a681c16d7de8d848a0ebe89951e91c410c Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Sat, 17 Aug 2024 16:41:02 +0200 Subject: [PATCH] chore(master): release 1.70.3 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8037777f42d..ae797dad780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.70.3](https://github.com/openfoodfacts/open-prices-frontend/compare/v1.70.2...v1.70.3) (2024-08-17) + + +### Bug Fixes + +* **Product detail:** improve spacing, error messages when product not found ([5c3b8de](https://github.com/openfoodfacts/open-prices-frontend/commit/5c3b8de9c5e5cd0486b90d3b3dc80a85edf94105)) + + +### Technical + +* add disabled prop to Link components ([aaef501](https://github.com/openfoodfacts/open-prices-frontend/commit/aaef5012edbb03d5e726665aae6e235007ee218e)) +* **Brand Card:** new action menu with OFF & Share links ([#713](https://github.com/openfoodfacts/open-prices-frontend/issues/713)) ([ddef561](https://github.com/openfoodfacts/open-prices-frontend/commit/ddef56193d1defe6cee1d64902d92dc660ae7397)) +* **Brand detail:** new BrandCard component ([#712](https://github.com/openfoodfacts/open-prices-frontend/issues/712)) ([dc4e0c8](https://github.com/openfoodfacts/open-prices-frontend/commit/dc4e0c82e00be4e38991ee8fb1414f8c608516aa)) +* **Category Card:** new action menu with OFF & Share links ([#711](https://github.com/openfoodfacts/open-prices-frontend/issues/711)) ([3beedda](https://github.com/openfoodfacts/open-prices-frontend/commit/3beedda766a4a100b1f2eedac6f1967a430fe1b8)) +* **Date Card:** new action menu with Share link ([#715](https://github.com/openfoodfacts/open-prices-frontend/issues/715)) ([cab3da2](https://github.com/openfoodfacts/open-prices-frontend/commit/cab3da2ff6b88b11e58a60f07544f52ba391fd45)) +* **Date detail:** new DateCard component ([#714](https://github.com/openfoodfacts/open-prices-frontend/issues/714)) ([48c83f6](https://github.com/openfoodfacts/open-prices-frontend/commit/48c83f6aeb3586dc06ec9e63228865c54bc51669)) + ## [1.70.2](https://github.com/openfoodfacts/open-prices-frontend/compare/v1.70.1...v1.70.2) (2024-08-16)