@atlaskit/task-decision 21.1.2 → 21.2.1

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,22 @@
1
1
  # @atlaskit/task-decision
2
2
 
3
+ ## 21.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
+ Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
+ gating.
10
+ - Updated dependencies
11
+
12
+ ## 21.2.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [`404be770a2ccf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/404be770a2ccf) -
17
+ Update i18n NPM package versions for editor,editor-extensions,activity-platform,media,elements
18
+ (Group 3)
19
+
3
20
  ## 21.1.2
4
21
 
5
22
  ### Patch Changes
@@ -39,6 +39,9 @@
39
39
  },
40
40
  {
41
41
  "path": "../../util-service-support/afm-cc/tsconfig.json"
42
+ },
43
+ {
44
+ "path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
42
45
  }
43
46
  ]
44
47
  }
@@ -39,6 +39,9 @@
39
39
  },
40
40
  {
41
41
  "path": "../../util-service-support/afm-products/tsconfig.json"
42
+ },
43
+ {
44
+ "path": "../../../react-compiler/react-compiler-gating/afm-products/tsconfig.json"
42
45
  }
43
46
  ]
44
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "21.1.2",
3
+ "version": "21.2.1",
4
4
  "description": "Tasks and decisions react components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -18,7 +18,6 @@
18
18
  "@atlaskit/ssr": "workspace:^",
19
19
  "@atlaskit/util-data-test": "^19.0.0",
20
20
  "@atlassian/a11y-jest-testing": "^0.12.0",
21
- "@atlassian/react-compiler-gating": "workspace:^",
22
21
  "@testing-library/react": "^16.3.0",
23
22
  "@testing-library/user-event": "^14.4.3",
24
23
  "@types/url-search-params": "^0.10.0",
@@ -27,7 +26,7 @@
27
26
  "fetch-mock": "^8.0.0",
28
27
  "react": "^18.2.0",
29
28
  "react-dom": "^18.2.0",
30
- "react-intl": "^6.6.2",
29
+ "react-intl": "^7.0.0",
31
30
  "sinon": "^2.2.0",
32
31
  "url-search-params": "^0.10.0"
33
32
  },
@@ -52,13 +51,14 @@
52
51
  "access": "public"
53
52
  },
54
53
  "dependencies": {
55
- "@atlaskit/afm-i18n-platform-elements-task-decision": "2.158.0",
54
+ "@atlaskit/afm-i18n-platform-elements-task-decision": "2.160.0",
56
55
  "@atlaskit/analytics-namespaced-context": "^8.0.0",
57
56
  "@atlaskit/analytics-next": "^12.0.0",
58
57
  "@atlaskit/icon": "^36.0.0",
59
- "@atlaskit/tmp-editor-statsig": "^109.0.0",
60
- "@atlaskit/tokens": "^14.0.0",
58
+ "@atlaskit/tmp-editor-statsig": "^110.0.0",
59
+ "@atlaskit/tokens": "^15.0.0",
61
60
  "@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",