@atlaskit/editor-core 193.10.7 → 193.10.8

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,11 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 193.10.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#87119](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87119) [`0cea7cb799c3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0cea7cb799c3) - [EDF-462] Add analytics for AI Blocks
8
+
3
9
  ## 193.10.7
4
10
 
5
11
  ### Patch Changes
@@ -25,6 +25,7 @@ function sendExtensionQuickInsertAnalytics(item, createAnalyticsEvent) {
25
25
  actionSubjectId: _analytics.ACTION_SUBJECT_ID.EXTENSION,
26
26
  attributes: {
27
27
  extensionType: item.extensionType,
28
+ extensionKey: item.extensionKey,
28
29
  key: item.key,
29
30
  inputMethod: _analytics.INPUT_METHOD.QUICK_INSERT
30
31
  },
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "193.10.7";
8
+ var version = exports.version = "193.10.8";
@@ -15,6 +15,7 @@ function sendExtensionQuickInsertAnalytics(item, createAnalyticsEvent) {
15
15
  actionSubjectId: ACTION_SUBJECT_ID.EXTENSION,
16
16
  attributes: {
17
17
  extensionType: item.extensionType,
18
+ extensionKey: item.extensionKey,
18
19
  key: item.key,
19
20
  inputMethod: INPUT_METHOD.QUICK_INSERT
20
21
  },
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "193.10.7";
2
+ export const version = "193.10.8";
@@ -17,6 +17,7 @@ function sendExtensionQuickInsertAnalytics(item, createAnalyticsEvent) {
17
17
  actionSubjectId: ACTION_SUBJECT_ID.EXTENSION,
18
18
  attributes: {
19
19
  extensionType: item.extensionType,
20
+ extensionKey: item.extensionKey,
20
21
  key: item.key,
21
22
  inputMethod: INPUT_METHOD.QUICK_INSERT
22
23
  },
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "193.10.7";
2
+ export var version = "193.10.8";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "193.10.7",
3
+ "version": "193.10.8",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -87,8 +87,8 @@
87
87
  "@atlaskit/adf-utils": "^19.0.0",
88
88
  "@atlaskit/analytics-listeners": "^8.9.1",
89
89
  "@atlaskit/checkbox": "^13.1.0",
90
- "@atlaskit/collab-provider": "9.26.1",
91
- "@atlaskit/dropdown-menu": "^12.8.0",
90
+ "@atlaskit/collab-provider": "9.26.2",
91
+ "@atlaskit/dropdown-menu": "^12.9.0",
92
92
  "@atlaskit/editor-plugin-annotation": "1.5.9",
93
93
  "@atlaskit/editor-plugin-card": "^1.8.0",
94
94
  "@atlaskit/editor-plugin-editor-viewmode": "^1.0.0",