cozy-ui 95.7.0 → 95.8.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
@@ -1,3 +1,10 @@
1
+ # [95.8.0](https://github.com/cozy/cozy-ui/compare/v95.7.0...v95.8.0) (2023-11-09)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add pro category to Sections translation ([485c7c4](https://github.com/cozy/cozy-ui/commit/485c7c4))
7
+
1
8
  # [95.7.0](https://github.com/cozy/cozy-ui/compare/v95.6.0...v95.7.0) (2023-11-07)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "95.7.0",
3
+ "version": "95.8.0",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -22,7 +22,8 @@
22
22
  "shopping": "Shopping",
23
23
  "social": "Social",
24
24
  "telecom": "Telecom",
25
- "transport": "Transportation"
25
+ "transport": "Transportation",
26
+ "pro": "Work"
26
27
  },
27
28
  "sections": {
28
29
  "applications": "Applications",
@@ -22,7 +22,8 @@
22
22
  "shopping": "Shopping",
23
23
  "social": "Social",
24
24
  "telecom": "Mobile",
25
- "transport": "Voyage et transport"
25
+ "transport": "Voyage et transport",
26
+ "pro": "Travail"
26
27
  },
27
28
  "sections": {
28
29
  "applications": "Applications",
@@ -49,7 +49,8 @@ var en = {
49
49
  shopping: "Shopping",
50
50
  social: "Social",
51
51
  telecom: "Telecom",
52
- transport: "Transportation"
52
+ transport: "Transportation",
53
+ pro: "Work"
53
54
  },
54
55
  sections: {
55
56
  applications: "Applications",
@@ -80,7 +81,8 @@ var fr = {
80
81
  shopping: "Shopping",
81
82
  social: "Social",
82
83
  telecom: "Mobile",
83
- transport: "Voyage et transport"
84
+ transport: "Voyage et transport",
85
+ pro: "Travail"
84
86
  },
85
87
  sections: {
86
88
  applications: "Applications",