@atlaskit/analytics-next 11.2.1 → 11.2.2
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 +8 -0
- package/package.json +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/analytics-next
|
|
2
2
|
|
|
3
|
+
## 11.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`caa0499e0b24a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/caa0499e0b24a) -
|
|
8
|
+
Enrol mercury, one-software-catalog, team-central, react-ufo, analytics and performance packages
|
|
9
|
+
into the React Compiler with platform gating via isReactCompilerActivePlatform
|
|
10
|
+
|
|
3
11
|
## 11.2.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/analytics-next",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.2",
|
|
4
4
|
"description": "React components, HOCs and hooks to assist with tracking user activity with React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -23,6 +23,13 @@
|
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"atlaskit:src": "src/index.ts",
|
|
25
25
|
"atlassian": {
|
|
26
|
+
"react-compiler": {
|
|
27
|
+
"enabled": true,
|
|
28
|
+
"gating": {
|
|
29
|
+
"source": "@atlassian/react-compiler-gating",
|
|
30
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
26
33
|
"team": "UIP Frontend Observability",
|
|
27
34
|
"website": {
|
|
28
35
|
"name": "Analytics next"
|
|
@@ -42,6 +49,7 @@
|
|
|
42
49
|
},
|
|
43
50
|
"devDependencies": {
|
|
44
51
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
52
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
45
53
|
"@atlassian/ssr-tests": "workspace:^",
|
|
46
54
|
"@testing-library/react": "^16.3.0",
|
|
47
55
|
"storybook-addon-performance": "^0.17.3"
|