Skip to content

Commit a55e062

Browse files
author
Cozy Bot
committed
[skip ci] Publish
- [email protected]
1 parent 52c41f1 commit a55e062

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/cozy-search/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/cozy/cozy-libs/compare/[email protected]@0.3.0) (2025-04-04)
7+
8+
### Features
9+
10+
- Allow to pass className in componentsProps.SearchBarDesktop ([52c41f1](https://github.com/cozy/cozy-libs/commit/52c41f1525e3ce89873d67c99f63f3721d407386))
11+
- Update cozy-ui in cozy-search ([88d04a6](https://github.com/cozy/cozy-libs/commit/88d04a676ab76132a388c8a4e424bb92c185098d))
12+
13+
### BREAKING CHANGES
14+
15+
- You need `cozy-ui >= 122.0.0`. AssistantDesktop
16+
componentsProps.SearchBarDesktop.elevation is now a number instead of
17+
a bool. Default value is the same.
18+
619
# [0.2.0](https://github.com/cozy/cozy-libs/compare/[email protected]@0.2.0) (2025-03-27)
720

821
### Features

packages/cozy-search/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cozy-search",
33
"description": "UI components about search bar and IA assistant",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"author": {
66
"name": "Cozy Cloud",
77
"url": "https://github.com/cozy"

0 commit comments

Comments
 (0)