cozy-ui 122.10.0 → 122.10.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
+ ## [122.10.1](https://github.com/cozy/cozy-ui/compare/v122.10.0...v122.10.1) (2025-04-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **AppTitle:** Bad passwords slug ([a6794c7](https://github.com/cozy/cozy-ui/commit/a6794c7))
7
+
1
8
  # [122.10.0](https://github.com/cozy/cozy-ui/compare/v122.9.0...v122.10.0) (2025-04-16)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "122.10.0",
3
+ "version": "122.10.1",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -45,7 +45,7 @@ const SLUG_TO_ICONS = {
45
45
  icon: NotesIcon,
46
46
  text: NotesTextIcon
47
47
  },
48
- pass: {
48
+ passwords: {
49
49
  icon: PassIcon,
50
50
  text: PassTextIcon
51
51
  },
@@ -52,7 +52,7 @@ var SLUG_TO_ICONS = {
52
52
  icon: NotesIcon,
53
53
  text: NotesTextIcon
54
54
  },
55
- pass: {
55
+ passwords: {
56
56
  icon: PassIcon,
57
57
  text: PassTextIcon
58
58
  },