Skip to content

Commit

Permalink
chore(release): 97.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [97.0.0](v96.2.0...v97.0.0) (2023-11-28)

### Features

* Change Secondary color values ([7085cdf](7085cdf))

### BREAKING CHANGES

* Secondary color was previously red like error color. You should not be very impacted by this change. Here's what you should be concerned about:
- for `IconButton` and `Typography`: use `color="error"` instead of `color="secondary"`
- for `Tabs` make sure you are using `indicatorColor="primary"` and `textColor="primary"`
  • Loading branch information
semantic-release-bot committed Nov 28, 2023
1 parent 7085cdf commit 2426933
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [97.0.0](https://github.com/cozy/cozy-ui/compare/v96.2.0...v97.0.0) (2023-11-28)


### Features

* Change Secondary color values ([7085cdf](https://github.com/cozy/cozy-ui/commit/7085cdf))


### BREAKING CHANGES

* Secondary color was previously red like error color. You should not be very impacted by this change. Here's what you should be concerned about:
- for `IconButton` and `Typography`: use `color="error"` instead of `color="secondary"`
- for `Tabs` make sure you are using `indicatorColor="primary"` and `textColor="primary"`

# [96.2.0](https://github.com/cozy/cozy-ui/compare/v96.1.1...v96.2.0) (2023-11-28)


Expand Down

0 comments on commit 2426933

Please sign in to comment.