@atlaskit/editor-core 191.7.4 → 191.7.6

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
+ ## 191.7.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#71175](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71175) [`68491eec248f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/68491eec248f) - ED-21909: Tests added for Inner Macro/Node delete cases from MBE
8
+
3
9
  ## 191.7.4
4
10
 
5
11
  ### Patch Changes
@@ -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 = "191.7.4";
8
+ var version = exports.version = "191.7.6";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "191.7.4";
2
+ export const version = "191.7.6";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "191.7.4";
2
+ export var version = "191.7.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "191.7.4",
3
+ "version": "191.7.6",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/activity-provider": "^2.4.0",
44
44
  "@atlaskit/adf-schema": "^35.5.1",
45
45
  "@atlaskit/analytics-namespaced-context": "^6.9.0",
46
- "@atlaskit/analytics-next": "^9.1.0",
46
+ "@atlaskit/analytics-next": "^9.2.0",
47
47
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
48
48
  "@atlaskit/button": "^17.3.0",
49
49
  "@atlaskit/editor-common": "^77.2.0",
@@ -90,8 +90,8 @@
90
90
  "@atlaskit/analytics-listeners": "^8.9.1",
91
91
  "@atlaskit/avatar": "^21.4.0",
92
92
  "@atlaskit/checkbox": "^13.0.0",
93
- "@atlaskit/collab-provider": "9.22.4",
94
- "@atlaskit/dropdown-menu": "^12.3.0",
93
+ "@atlaskit/collab-provider": "9.22.5",
94
+ "@atlaskit/dropdown-menu": "^12.4.0",
95
95
  "@atlaskit/editor-extension-dropbox": "^0.4.0",
96
96
  "@atlaskit/editor-plugin-card": "^0.16.5",
97
97
  "@atlaskit/editor-plugin-editor-viewmode": "^0.1.15",
package/tsconfig.json CHANGED
@@ -1674,6 +1674,9 @@
1674
1674
  "@atlassian/ufo": [
1675
1675
  "../../data/ufo-internal/src/index.ts"
1676
1676
  ],
1677
+ "@atlassian/ufo-experience-trace-id-context": [
1678
+ "../../react-ufo/ufo-experience-trace-id-context/src/index.ts"
1679
+ ],
1677
1680
  "@atlassian/ufo-interaction-id-context": [
1678
1681
  "../../react-ufo/ufo-interaction-id-context/src/index.ts"
1679
1682
  ],