cozy-ui-plus 2.2.0 → 3.0.0

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
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.0.0](https://github.com/cozy/cozy-libs/compare/cozy-ui-plus@2.2.0...cozy-ui-plus@3.0.0) (2025-11-13)
7
+
8
+ ### Features
9
+
10
+ - Fake commit to create BC ([64dd66a](https://github.com/cozy/cozy-libs/commit/64dd66a098ca3ba61322f712fd6f14d5d772fcc1))
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ - You must have `cozy-ui >= 134.0.0`
15
+
6
16
  # [2.2.0](https://github.com/cozy/cozy-libs/compare/cozy-ui-plus@2.1.1...cozy-ui-plus@2.2.0) (2025-11-13)
7
17
 
8
18
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui-plus",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "description": "Cozy-ui-plus is an extension of cozy-ui and provides components based on cozy-client",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
@@ -72,5 +72,5 @@
72
72
  "react": "^16 || ^17 || ^18",
73
73
  "react-dom": "^16 || ^17 || ^18"
74
74
  },
75
- "gitHead": "1e01c967145623150daab7c7cef7a321c43faf42"
75
+ "gitHead": "54775dc73cffda8eb60232a381bdc699a3f0a189"
76
76
  }
@@ -27,6 +27,7 @@ if no application was found, we fallback on a default `CubeIcon`
27
27
  import AppIcon from 'cozy-ui/transpiled/react/AppIcon'
28
28
 
29
29
  ;
30
+
30
31
  <div>
31
32
  <div style={{ width: '100px' }}>
32
33
  <AppIcon app="test" />