Skip to content

Commit

Permalink
chore(release): 75.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [75.0.0](v74.7.0...v75.0.0) (2022-09-16)

### Bug Fixes

* **DropdownText:** Icon and text was misaligned for `body1` variant ([53cd532](53cd532))

### Features

* **DropdownButton:** Add ripple effect and some props ([cecf1f0](cecf1f0))

### BREAKING CHANGES

* **DropdownButton:** Horizontal alignment could be different. You have to use `className="u-mh-half"` if you want the old behavior.
  • Loading branch information
semantic-release-bot committed Sep 16, 2022
1 parent b2b68f7 commit 6e8306c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [75.0.0](https://github.com/cozy/cozy-ui/compare/v74.7.0...v75.0.0) (2022-09-16)


### Bug Fixes

* **DropdownText:** Icon and text was misaligned for `body1` variant ([53cd532](https://github.com/cozy/cozy-ui/commit/53cd532))


### Features

* **DropdownButton:** Add ripple effect and some props ([cecf1f0](https://github.com/cozy/cozy-ui/commit/cecf1f0))


### BREAKING CHANGES

* **DropdownButton:** Horizontal alignment could be different. You have to use `className="u-mh-half"` if you want the old behavior.

# [74.7.0](https://github.com/cozy/cozy-ui/compare/v74.6.1...v74.7.0) (2022-09-16)


Expand Down

0 comments on commit 6e8306c

Please sign in to comment.