@appquality/unguess-design-system 2.10.38 → 2.10.39

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,15 @@
1
+ # v2.10.39 (Wed May 25 2022)
2
+
3
+ #### ⚠️ Pushed to `master`
4
+
5
+ - refactor(sidebar): update feature schema in order as defined on stoplight ([@cannarocks](https://github.com/cannarocks))
6
+
7
+ #### Authors: 1
8
+
9
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
10
+
11
+ ---
12
+
1
13
  # v2.10.38 (Mon May 23 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -6,8 +6,8 @@ export interface ProjectItem {
6
6
  campaigns: string;
7
7
  }
8
8
  export interface FeatureItem {
9
- slug: string;
10
- name: string;
9
+ slug?: string;
10
+ name?: string;
11
11
  }
12
12
  export interface SidebarArgs extends NavArgs, WorkspaceDropdownArgs {
13
13
  projects?: Array<ProjectItem>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "2.10.38",
3
+ "version": "2.10.39",
4
4
  "dependencies": {
5
5
  "@zendeskgarden/css-bedrock": "^9.0.0",
6
6
  "@zendeskgarden/react-accordions": "^8.49.0",