@linear/sdk 2.2.0 → 2.4.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,5 +1,73 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 735f437: feat(schema): [breaking] Enum value 'myIssuesTouchedByMe' was removed from enum 'ViewType' (ViewType.myIssuesTouchedByMe)
8
+
9
+ feat(schema): [breaking] Field 'schedule' was removed from object type 'WorkflowDefinition' (WorkflowDefinition.schedule)
10
+
11
+ feat(schema): [breaking] Enum value 'cron' was removed from enum 'WorkflowTrigger' (WorkflowTrigger.cron)
12
+
13
+ feat(schema): [breaking] Enum value 'recurringIssue' was removed from enum 'WorkflowType' (WorkflowType.recurringIssue)
14
+
15
+ feat(schema): [dangerous] Input field 'projectMilestone' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.projectMilestone)
16
+
17
+ feat(schema): [dangerous] Input field 'projectMilestone' was added to input object type 'IssueFilter' (IssueFilter.projectMilestone)
18
+
19
+ feat(schema): [dangerous] Input field 'projectMilestone' was added to input object type 'NullableIssueFilter' (NullableIssueFilter.projectMilestone)
20
+
21
+ feat(schema): [non_breaking] Type 'NullableProjectMilestoneFilter' was added (NullableProjectMilestoneFilter)
22
+
23
+ feat(schema): [non_breaking] Type 'ReleaseChannel' was added (ReleaseChannel)
24
+
25
+ feat(schema): [non_breaking] Type 'WorkflowCronJobDefinition' was added (WorkflowCronJobDefinition)
26
+
27
+ feat(schema): [non_breaking] Type 'WorkflowCronJobDefinitionConnection' was added (WorkflowCronJobDefinitionConnection)
28
+
29
+ feat(schema): [non_breaking] Type 'WorkflowCronJobDefinitionEdge' was added (WorkflowCronJobDefinitionEdge)
30
+
31
+ feat(schema): [non_breaking] Field 'releaseChannel' was added to object type 'Organization' (Organization.releaseChannel)
32
+
33
+ - 9583079: feat(schema): [non_breaking] Field 'sortOrder' was added to object type 'ProjectMilestone' (ProjectMilestone.sortOrder)
34
+
35
+ ## 2.3.1
36
+
37
+ ### Patch Changes
38
+
39
+ - 3b943fb: chore(deps): update dependency patch versions
40
+
41
+ ## 2.3.0
42
+
43
+ ### Minor Changes
44
+
45
+ - 927d073: feat(schema): [breaking] Type 'CommitPayload' was removed (CommitPayload)
46
+
47
+ feat(schema): [breaking] Type 'IntegrationResource' was removed (IntegrationResource)
48
+
49
+ feat(schema): [breaking] Type 'IntegrationResourceConnection' was removed (IntegrationResourceConnection)
50
+
51
+ feat(schema): [breaking] Type 'IntegrationResourceData' was removed (IntegrationResourceData)
52
+
53
+ feat(schema): [breaking] Type 'IntegrationResourceEdge' was removed (IntegrationResourceEdge)
54
+
55
+ feat(schema): [breaking] Type 'PullRequestPayload' was removed (PullRequestPayload)
56
+
57
+ feat(schema): [breaking] Type 'PullRequestReview' was removed (PullRequestReview)
58
+
59
+ feat(schema): [breaking] Type 'SentryIssuePayload' was removed (SentryIssuePayload)
60
+
61
+ feat(schema): [breaking] Field 'integrationResources' (deprecated) was removed from object type 'Issue' (Issue.integrationResources)
62
+
63
+ feat(schema): [breaking] Field 'integrationResourceArchive' (deprecated) was removed from object type 'Mutation' (Mutation.integrationResourceArchive)
64
+
65
+ feat(schema): [breaking] Field 'integrationResource' (deprecated) was removed from object type 'Query' (Query.integrationResource)
66
+
67
+ feat(schema): [breaking] Field 'integrationResources' (deprecated) was removed from object type 'Query' (Query.integrationResources)
68
+
69
+ feat(schema): [non_breaking] Input field 'UpdateOrganizationInput.slaEnabled' description changed from 'Internal. Whether SLA's have been enabled for the organization.' to 'Internal. Whether SLAs have been enabled for the organization.' (UpdateOrganizationInput.slaEnabled)
70
+
3
71
  ## 2.2.0
4
72
 
5
73
  ### Minor Changes