@atlaskit/task-decision 21.2.4 → 21.3.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 +15 -1
- package/afm-cc/tsconfig.json +3 -3
- package/afm-products/tsconfig.json +3 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/task-decision
|
|
2
2
|
|
|
3
|
+
## 21.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`6d48bbf99477b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d48bbf99477b) -
|
|
8
|
+
Update i18n NPM package versions for editor,editor-extensions,activity-platform,media,elements
|
|
9
|
+
(Group 3)
|
|
10
|
+
|
|
11
|
+
## 21.2.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 21.2.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -23,7 +37,7 @@
|
|
|
23
37
|
### Patch Changes
|
|
24
38
|
|
|
25
39
|
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
26
|
-
Add @
|
|
40
|
+
Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
27
41
|
gating.
|
|
28
42
|
- Updated dependencies
|
|
29
43
|
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -31,6 +31,9 @@
|
|
|
31
31
|
{
|
|
32
32
|
"path": "../../../design-system/icon/afm-cc/tsconfig.json"
|
|
33
33
|
},
|
|
34
|
+
{
|
|
35
|
+
"path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
|
|
36
|
+
},
|
|
34
37
|
{
|
|
35
38
|
"path": "../../../editor/tmp-editor-statsig/afm-cc/tsconfig.json"
|
|
36
39
|
},
|
|
@@ -39,9 +42,6 @@
|
|
|
39
42
|
},
|
|
40
43
|
{
|
|
41
44
|
"path": "../../util-service-support/afm-cc/tsconfig.json"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
|
|
45
45
|
}
|
|
46
46
|
]
|
|
47
47
|
}
|
|
@@ -31,6 +31,9 @@
|
|
|
31
31
|
{
|
|
32
32
|
"path": "../../../design-system/icon/afm-products/tsconfig.json"
|
|
33
33
|
},
|
|
34
|
+
{
|
|
35
|
+
"path": "../../../react-compiler/react-compiler-gating/afm-products/tsconfig.json"
|
|
36
|
+
},
|
|
34
37
|
{
|
|
35
38
|
"path": "../../../editor/tmp-editor-statsig/afm-products/tsconfig.json"
|
|
36
39
|
},
|
|
@@ -39,9 +42,6 @@
|
|
|
39
42
|
},
|
|
40
43
|
{
|
|
41
44
|
"path": "../../util-service-support/afm-products/tsconfig.json"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"path": "../../../react-compiler/react-compiler-gating/afm-products/tsconfig.json"
|
|
45
45
|
}
|
|
46
46
|
]
|
|
47
47
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/task-decision",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.3.0",
|
|
4
4
|
"description": "Tasks and decisions react components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react-compiler": {
|
|
39
39
|
"enabled": true,
|
|
40
40
|
"gating": {
|
|
41
|
-
"source": "@
|
|
41
|
+
"source": "@atlaskit/react-compiler-gating",
|
|
42
42
|
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
43
43
|
}
|
|
44
44
|
},
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@atlaskit/afm-i18n-platform-elements-task-decision": "2.
|
|
54
|
+
"@atlaskit/afm-i18n-platform-elements-task-decision": "2.168.0",
|
|
55
55
|
"@atlaskit/analytics-namespaced-context": "^8.0.0",
|
|
56
56
|
"@atlaskit/analytics-next": "^12.0.0",
|
|
57
57
|
"@atlaskit/icon": "^36.0.0",
|
|
58
|
-
"@atlaskit/
|
|
58
|
+
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
59
|
+
"@atlaskit/tmp-editor-statsig": "^114.0.0",
|
|
59
60
|
"@atlaskit/tokens": "^15.0.0",
|
|
60
61
|
"@atlaskit/util-service-support": "^7.0.0",
|
|
61
|
-
"@atlassian/react-compiler-gating": "^0.2.0",
|
|
62
62
|
"@babel/runtime": "^7.0.0",
|
|
63
63
|
"@compiled/react": "^0.20.0",
|
|
64
64
|
"use-callback-ref": "^1.2.3",
|