Skip to content

Commit

Permalink
chore(release): 85.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [85.0.0](v84.3.0...v85.0.0) (2023-05-12)

### Bug Fixes

* Update SquareAppIcon tests snapshots ([360d29a](360d29a))

### Features

* Apply shadow to SquareAppIcon title only on inverted theme ([8c16952](8c16952))
* Blend ghost SquareAppIcon with `luminosity` in normal theme ([9374e9b](9374e9b))
* Force `normal` theme on SquareAppIcon badge (except for ghost/add) ([c15ea7c](c15ea7c))
* Make SquareAppIcon ghost and add variants adapt to CozyTheme ([43364e7](43364e7))
* Make SquareAppIcon shortcut's letter always white ([317a2fd](317a2fd))
* Make SquareAppIcon's title adapt to CozyTheme ([620623c](620623c))

### BREAKING CHANGES

* To keep previous SquareAppIcon render, you should
display it inside of an inverted Cozy Theme
```js
import CozyTheme from 'cozy-ui/transpiled/react/CozyTheme'

<CozyTheme variant="inverted">
  <SquareAppIcon /* ... */ />
</CozyTheme>
```
  • Loading branch information
semantic-release-bot committed May 12, 2023
1 parent 360d29a commit 42dcfd5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [85.0.0](https://github.com/cozy/cozy-ui/compare/v84.3.0...v85.0.0) (2023-05-12)


### Bug Fixes

* Update SquareAppIcon tests snapshots ([360d29a](https://github.com/cozy/cozy-ui/commit/360d29a))


### Features

* Apply shadow to SquareAppIcon title only on inverted theme ([8c16952](https://github.com/cozy/cozy-ui/commit/8c16952))
* Blend ghost SquareAppIcon with `luminosity` in normal theme ([9374e9b](https://github.com/cozy/cozy-ui/commit/9374e9b))
* Force `normal` theme on SquareAppIcon badge (except for ghost/add) ([c15ea7c](https://github.com/cozy/cozy-ui/commit/c15ea7c))
* Make SquareAppIcon ghost and add variants adapt to CozyTheme ([43364e7](https://github.com/cozy/cozy-ui/commit/43364e7))
* Make SquareAppIcon shortcut's letter always white ([317a2fd](https://github.com/cozy/cozy-ui/commit/317a2fd))
* Make SquareAppIcon's title adapt to CozyTheme ([620623c](https://github.com/cozy/cozy-ui/commit/620623c))


### BREAKING CHANGES

* To keep previous SquareAppIcon render, you should
display it inside of an inverted Cozy Theme
```js
import CozyTheme from 'cozy-ui/transpiled/react/CozyTheme'

<CozyTheme variant="inverted">
<SquareAppIcon /* ... */ />
</CozyTheme>
```

# [84.3.0](https://github.com/cozy/cozy-ui/compare/v84.2.0...v84.3.0) (2023-05-12)


Expand Down

0 comments on commit 42dcfd5

Please sign in to comment.