@gitkraken/gitkraken-components 11.0.5 → 11.0.6

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,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 11.0.6
4
+
5
+ - Added an ID to the graph column settings button to add annotations ([#380](https://github.com/gitkraken/GitKrakenComponents/pull/380))
6
+
3
7
  ## 11.0.5
4
8
 
5
9
  - Implemented branch pinning feature ([#378](https://github.com/gitkraken/GitKrakenComponents/pull/378))
@@ -37,6 +37,7 @@ export declare const REF_NODE_ICON_SPACING: number;
37
37
  export declare const REF_NODE_OUTER_SPACING = 10;
38
38
  export declare const REF_ZONE_SHOW_ICON_WIDTH = 55;
39
39
  export declare const REF_ZONE_MAX_REFS_TO_RENDER = 100;
40
+ export declare const COLUMN_SETTINGS_ANNOTATION_ID = "gk-graph-column-settings";
40
41
  export declare const CHANGES_ZONE_MIN_WIDTH = 50;
41
42
  export declare const CHANGES_BAR_MIN_WIDTH = 10;
42
43
  export declare const CHANGES_BAR_RIGHT_MARGIN = 25;