diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f6d86b09b..066add71380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.73.0](https://github.com/openfoodfacts/open-prices-frontend/compare/v1.72.0...v1.73.0) (2024-08-21) + + +### Features + +* new LoadedCountChip component ([#728](https://github.com/openfoodfacts/open-prices-frontend/issues/728)) ([3186882](https://github.com/openfoodfacts/open-prices-frontend/commit/3186882b60ea750ae32f3bcf760bd108da9c7332)) +* **Price add:** display hint with price per unit ([#729](https://github.com/openfoodfacts/open-prices-frontend/issues/729)) ([9212104](https://github.com/openfoodfacts/open-prices-frontend/commit/9212104e507e626200c417bd73a2902f7184bb39)) +* **Price add:** if an existing product is found, show a warning ([#733](https://github.com/openfoodfacts/open-prices-frontend/issues/733)) ([514831f](https://github.com/openfoodfacts/open-prices-frontend/commit/514831f2e770670f98c649a0df87daf0757ed101)) + + +### Bug Fixes + +* **Price add:** hide Product card actions. ref [#698](https://github.com/openfoodfacts/open-prices-frontend/issues/698) ([58f359f](https://github.com/openfoodfacts/open-prices-frontend/commit/58f359f5514d10ee1db5d7c0f6b3308fee0f3735)) + + +### Technical + +* **deps:** bump actions/labeler from 4 to 5 ([#735](https://github.com/openfoodfacts/open-prices-frontend/issues/735)) ([09c5f12](https://github.com/openfoodfacts/open-prices-frontend/commit/09c5f1284c94765e740bf88aaf2e511a6cad4870)) +* **deps:** bump GoogleCloudPlatform/release-please-action from 3.7.13 to 4.1.3 ([#736](https://github.com/openfoodfacts/open-prices-frontend/issues/736)) ([5175897](https://github.com/openfoodfacts/open-prices-frontend/commit/517589729ead8aaa2280dea6d934f76bdc24bdd9)) +* **deps:** bump toshimaru/auto-author-assign from 2.0.1 to 2.1.1 ([#734](https://github.com/openfoodfacts/open-prices-frontend/issues/734)) ([1562aba](https://github.com/openfoodfacts/open-prices-frontend/commit/1562abaab25b4b37e81bc180efe6f20af658b24d)) +* **l10n:** New Crowdin translations to review and merge ([#725](https://github.com/openfoodfacts/open-prices-frontend/issues/725)) ([b7af567](https://github.com/openfoodfacts/open-prices-frontend/commit/b7af56741dac09e67276043d294b8a2b87422fac)) +* **Price add:** also display price per unit in price edit form. ref [#729](https://github.com/openfoodfacts/open-prices-frontend/issues/729) ([b5bfc7e](https://github.com/openfoodfacts/open-prices-frontend/commit/b5bfc7ed308e501c84db43646c1a70387130400e)) +* remove rounded property from buttons ([efa252c](https://github.com/openfoodfacts/open-prices-frontend/commit/efa252c74930c040043a476e72d3f14f0fef8608)) + ## [1.72.0](https://github.com/openfoodfacts/open-prices-frontend/compare/v1.71.0...v1.72.0) (2024-08-18)