From e5f20334d843df5600d5038105dee8ccdb6e6c95 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Feb 2022 09:54:26 +0000 Subject: [PATCH] chore(release): 62.0.4 [skip ci] ## [62.0.4](https://github.com/cozy/cozy-ui/compare/v62.0.3...v62.0.4) (2022-02-24) ### Bug Fixes * **Grid:** Use justifyContent props inside Grid component ([9325ec1](https://github.com/cozy/cozy-ui/commit/9325ec1)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ccf3b1a6..16f844761b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [62.0.4](https://github.com/cozy/cozy-ui/compare/v62.0.3...v62.0.4) (2022-02-24) + + +### Bug Fixes + +* **Grid:** Use justifyContent props inside Grid component ([9325ec1](https://github.com/cozy/cozy-ui/commit/9325ec1)) + ## [62.0.3](https://github.com/cozy/cozy-ui/compare/v62.0.2...v62.0.3) (2022-02-22)