From b51db59fb60616451143a59f8bb6480d668f03b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Jun 2023 10:24:47 +0000 Subject: [PATCH] chore(release): 85.6.0 [skip ci] # [85.6.0](https://github.com/cozy/cozy-ui/compare/v85.5.0...v85.6.0) (2023-06-01) ### Bug Fixes * GetComponentName was crashing when using string arg ([df8647f](https://github.com/cozy/cozy-ui/commit/df8647f)) ### Features * Add Thumbnail component ([f060e70](https://github.com/cozy/cozy-ui/commit/f060e70)) * Export shadows value in --shadowX css variables ([d7a0f04](https://github.com/cozy/cozy-ui/commit/d7a0f04)) * **ListItemFile:** Use Thumbnail in ItemIcon ([03eb7f0](https://github.com/cozy/cozy-ui/commit/03eb7f0)) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23375338a1..15bcec5fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [85.6.0](https://github.com/cozy/cozy-ui/compare/v85.5.0...v85.6.0) (2023-06-01) + + +### Bug Fixes + +* GetComponentName was crashing when using string arg ([df8647f](https://github.com/cozy/cozy-ui/commit/df8647f)) + + +### Features + +* Add Thumbnail component ([f060e70](https://github.com/cozy/cozy-ui/commit/f060e70)) +* Export shadows value in --shadowX css variables ([d7a0f04](https://github.com/cozy/cozy-ui/commit/d7a0f04)) +* **ListItemFile:** Use Thumbnail in ItemIcon ([03eb7f0](https://github.com/cozy/cozy-ui/commit/03eb7f0)) + # [85.5.0](https://github.com/cozy/cozy-ui/compare/v85.4.0...v85.5.0) (2023-05-30)