cozy-ui 138.6.0 → 138.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [138.6.1](https://github.com/cozy/cozy-ui/compare/v138.6.0...v138.6.1) (2026-04-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Remove missing import of Banner ([c6c88d2](https://github.com/cozy/cozy-ui/commit/c6c88d2))
7
+
1
8
  # [138.6.0](https://github.com/cozy/cozy-ui/compare/v138.5.0...v138.6.0) (2026-04-14)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "138.6.0",
3
+ "version": "138.6.1",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {
package/react/index.js CHANGED
@@ -1,5 +1,4 @@
1
1
  export { default as Badge } from './Badge'
2
- export { default as Banner } from './Banner'
3
2
  export { default as Icon } from './Icon'
4
3
  export { default as Sprite } from './Icon/Sprite'
5
4
  export { default as Sidebar } from './Sidebar'
@@ -43,7 +42,6 @@ export {
43
42
  ExperimentalDialogActions,
44
43
  ExperimentalDialogTitle
45
44
  } from './Labs/ExperimentalDialog'
46
-
47
45
  export { default as BarTitle } from './BarTitle'
48
46
  export { default as CozyTheme } from './providers/CozyTheme'
49
47
  export { default as Paper } from './Paper'
@@ -1,5 +1,4 @@
1
1
  export { default as Badge } from './Badge';
2
- export { default as Banner } from './Banner';
3
2
  export { default as Icon } from './Icon';
4
3
  export { default as Sprite } from './Icon/Sprite';
5
4
  export { default as Sidebar } from './Sidebar';