Skip to content

Commit

Permalink
chore(release): 112.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [112.0.0](v111.21.0...v112.0.0) (2024-10-24)

### Features

* **hooks:** Add useClientErrors from cozy-client ([deb505e](deb505e))
* **providers:** Add Encrypted from cozy-viewer ([612cff6](612cff6))
* Remove Viewer ([7d2b7ef](7d2b7ef))

### BREAKING CHANGES

* if you want to use the Viewer, you must import components from `cozy-viewer`. So replace `import Something from 'cozy-ui/transpiled/react/Viewer/...'` by `import Something from 'cozy-viewer/...'`
  • Loading branch information
semantic-release-bot committed Oct 24, 2024
1 parent 7d2b7ef commit 41306bf
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 @@
# [112.0.0](https://github.com/cozy/cozy-ui/compare/v111.21.0...v112.0.0) (2024-10-24)


### Features

* **hooks:** Add useClientErrors from cozy-client ([deb505e](https://github.com/cozy/cozy-ui/commit/deb505e))
* **providers:** Add Encrypted from cozy-viewer ([612cff6](https://github.com/cozy/cozy-ui/commit/612cff6))
* Remove Viewer ([7d2b7ef](https://github.com/cozy/cozy-ui/commit/7d2b7ef))


### BREAKING CHANGES

* if you want to use the Viewer, you must import components from `cozy-viewer`. So replace `import Something from 'cozy-ui/transpiled/react/Viewer/...'` by `import Something from 'cozy-viewer/...'`

# [111.21.0](https://github.com/cozy/cozy-ui/compare/v111.20.0...v111.21.0) (2024-10-21)


Expand Down

0 comments on commit 41306bf

Please sign in to comment.