@atlaskit/task-decision 17.5.4 → 17.5.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,33 @@
1
1
  # @atlaskit/task-decision
2
2
 
3
+ ## 17.5.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`224a2482244`](https://bitbucket.org/atlassian/atlassian-frontend/commits/224a2482244) - [ED-16166] Changes the renderer prop document type from any to DocNode
8
+
9
+ BREAKING for `@atlaskit/renderer`: Previously the `document` prop for the renderer component had the type of `any`. This has now been changed to `DocNode` which comes from `@atlaskit/adf-schema`.
10
+
11
+ Documents being passed into the renderer component will need to be updated to use this type.
12
+
13
+ Example Usage:
14
+
15
+ ```tsx
16
+ import { DocNode } from '@atlaskit/adf-schema';
17
+
18
+ const emptyDoc: DocNode = {
19
+ type: 'doc',
20
+ version: 1,
21
+ content: [],
22
+ };
23
+ ```
24
+
25
+ ## 17.5.5
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+
3
31
  ## 17.5.4
4
32
 
5
33
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "17.5.4",
3
+ "version": "17.5.6",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "17.5.4",
3
+ "version": "17.5.6",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "17.5.4",
3
+ "version": "17.5.6",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "17.5.4",
3
+ "version": "17.5.6",
4
4
  "description": "Tasks and decisions react components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,7 +30,7 @@
30
30
  "@atlaskit/analytics-next": "^8.2.0",
31
31
  "@atlaskit/icon": "^21.11.0",
32
32
  "@atlaskit/theme": "^12.2.0",
33
- "@atlaskit/tokens": "^0.12.0",
33
+ "@atlaskit/tokens": "^0.13.0",
34
34
  "@atlaskit/util-service-support": "^6.1.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@emotion/react": "^11.7.1",
@@ -45,9 +45,9 @@
45
45
  "@atlaskit/analytics-listeners": "^8.3.0",
46
46
  "@atlaskit/avatar": "^21.1.0",
47
47
  "@atlaskit/docs": "*",
48
- "@atlaskit/editor-common": "^71.0.0",
48
+ "@atlaskit/editor-common": "^72.0.0",
49
49
  "@atlaskit/elements-test-helpers": "^0.7.0",
50
- "@atlaskit/renderer": "^104.0.0",
50
+ "@atlaskit/renderer": "^105.0.0",
51
51
  "@atlaskit/util-data-test": "^17.6.0",
52
52
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
53
53
  "@emotion/jest": "^11.8.0",
package/report.api.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- API Report Version: 2.2 -->
1
+ <!-- API Report Version: 2.3 -->
2
2
 
3
3
  ## API Report File for "@atlaskit/task-decision"
4
4