@atlaskit/analytics-namespaced-context 7.3.0 → 7.3.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 +10 -1
- package/package.json +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
# @atlaskit/analytics-namespaced-context
|
|
2
2
|
|
|
3
|
+
## 7.3.1
|
|
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
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 7.3.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
6
15
|
|
|
7
|
-
- [`
|
|
16
|
+
- [`ebab8f80bfc40`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ebab8f80bfc40) -
|
|
8
17
|
Autofix: add explicit package exports (barrel removal)
|
|
9
18
|
|
|
10
19
|
## 7.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/analytics-namespaced-context",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.1",
|
|
4
4
|
"description": "Provides a namespace for AnalyticsContext data (@atlaskit/analytics-next)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -22,6 +22,13 @@
|
|
|
22
22
|
},
|
|
23
23
|
"atlaskit:src": "src/index.ts",
|
|
24
24
|
"atlassian": {
|
|
25
|
+
"react-compiler": {
|
|
26
|
+
"enabled": true,
|
|
27
|
+
"gating": {
|
|
28
|
+
"source": "@atlassian/react-compiler-gating",
|
|
29
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
25
32
|
"team": "UIP Frontend Observability"
|
|
26
33
|
},
|
|
27
34
|
"config": {
|
|
@@ -35,6 +42,7 @@
|
|
|
35
42
|
"react": "^18.2.0"
|
|
36
43
|
},
|
|
37
44
|
"devDependencies": {
|
|
45
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
38
46
|
"@testing-library/react": "^16.3.0"
|
|
39
47
|
},
|
|
40
48
|
"keywords": [
|