@atlaskit/analytics-namespaced-context 6.10.2 → 6.12.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 CHANGED
@@ -1,5 +1,29 @@
1
1
  # @atlaskit/analytics-namespaced-context
2
2
 
3
+ ## 6.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#136348](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136348)
8
+ [`fb4fb56f1da7c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb4fb56f1da7c) -
9
+ Add new entry-point for FabricEditorAnalyticsContext.
10
+
11
+ ## 6.11.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
16
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
17
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
18
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
19
+
20
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
21
+ dependency range for `react` and `react-dom` for `/platform` packages.
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 6.10.2
4
28
 
5
29
  ### Patch Changes
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@atlaskit/analytics-namespaced-context/FabricEditorAnalyticsContext",
3
+ "main": "../dist/cjs/FabricEditorAnalyticsContext.js",
4
+ "module": "../dist/esm/FabricEditorAnalyticsContext.js",
5
+ "module:es2019": "../dist/es2019/FabricEditorAnalyticsContext.js",
6
+ "types": "../dist/types/FabricEditorAnalyticsContext.d.ts",
7
+ "typesVersions": {
8
+ ">=4.5 <5.4": {
9
+ "*": [
10
+ "../dist/types-ts4.5/FabricEditorAnalyticsContext.d.ts"
11
+ ]
12
+ }
13
+ }
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/analytics-namespaced-context",
3
- "version": "6.10.2",
3
+ "version": "6.12.0",
4
4
  "description": "Provides a namespace for AnalyticsContext data (@atlaskit/analytics-next)",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,27 +26,24 @@
26
26
  "./NavigationAnalyticsContext": "./src/NavigationAnalyticsContext.tsx",
27
27
  "./PeopleTeamsAnalyticsContext": "./src/PeopleTeamsAnalyticsContext.tsx",
28
28
  "./RecentWorkAnalyticsContext": "./src/RecentWorkAnalyticsContext.tsx",
29
+ "./FabricEditorAnalyticsContext": "./src/FabricEditorAnalyticsContext.tsx",
29
30
  "./AtlasAnalyticsContext": "./src/AtlasAnalyticsContext.tsx",
30
31
  "./LinkingPlatformAnalyticsContext": "./src/LinkingPlatformAnalyticsContext.tsx",
31
32
  "./PostOfficeAnalyticsContext": "./src/PostOfficeAnalyticsContext.tsx",
32
33
  ".": "./src/index.ts"
33
34
  },
34
35
  "atlassian": {
35
- "team": "UIP Frontend Observability",
36
- "releaseModel": "continuous",
37
- "productPushConsumption": [
38
- "jira"
39
- ]
36
+ "team": "UIP Frontend Observability"
40
37
  },
41
38
  "config": {
42
39
  "access": "public"
43
40
  },
44
41
  "dependencies": {
45
- "@atlaskit/analytics-next": "^10.0.0",
42
+ "@atlaskit/analytics-next": "^10.1.0",
46
43
  "@babel/runtime": "^7.0.0"
47
44
  },
48
45
  "peerDependencies": {
49
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
46
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
50
47
  },
51
48
  "runReact18": true,
52
49
  "devDependencies": {