@thepocman/gantt-task-react 1.0.6 → 1.0.7

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.
@@ -133,7 +133,7 @@ export interface Distances {
133
133
  taskWarningOffset: number;
134
134
  titleCellWidth: number;
135
135
  }
136
- export type TaskType = "task" | "milestone" | "project";
136
+ export type TaskType = "task" | "milestone" | "project" | "vacation";
137
137
  export interface Task {
138
138
  id: string;
139
139
  taskId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thepocman/gantt-task-react",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Fork of gantt-task-react with support for grouped tasks on a single row when collapsed",
5
5
  "author": "Adrian Bueno <adrianlbueno@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/adrianlbueno/gantt-task-react#readme",