Skip to content

Commit

Permalink
chore(release): 117.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [117.0.0](v116.0.0...v117.0.0) (2025-01-13)

### Features

* Remove cordova stuff from AppLinker ([add9fbb](add9fbb))
* Remove deprecated slug prop from AppLinker ([a3d47e0](a3d47e0))

### BREAKING CHANGES

* Use app={{ slug: 'drive' }} instead of slug='drive' as
AppLinker prop. Also, `name` is not passed anymore as render prop.
  • Loading branch information
semantic-release-bot committed Jan 13, 2025
1 parent d927b46 commit 10077d0
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 @@
# [117.0.0](https://github.com/cozy/cozy-ui/compare/v116.0.0...v117.0.0) (2025-01-13)


### Features

* Remove cordova stuff from AppLinker ([add9fbb](https://github.com/cozy/cozy-ui/commit/add9fbb))
* Remove deprecated slug prop from AppLinker ([a3d47e0](https://github.com/cozy/cozy-ui/commit/a3d47e0))


### BREAKING CHANGES

* Use app={{ slug: 'drive' }} instead of slug='drive' as
AppLinker prop. Also, `name` is not passed anymore as render prop.

# [116.0.0](https://github.com/cozy/cozy-ui/compare/v115.1.0...v116.0.0) (2025-01-07)


Expand Down

0 comments on commit 10077d0

Please sign in to comment.