@atlaskit/editor-core 215.21.3 → 215.21.4

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,13 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 215.21.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`fa963aec58f3d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fa963aec58f3d) -
8
+ EDITOR-3064 Clean up feature gate platform_editor_split_list_item_for_gap_cursor
9
+ - Updated dependencies
10
+
3
11
  ## 215.21.3
4
12
 
5
13
  ### 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 = "215.21.2";
8
+ var version = exports.version = "215.21.3";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "215.21.2";
2
+ export const version = "215.21.3";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "215.21.2";
2
+ export var version = "215.21.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "215.21.3",
3
+ "version": "215.21.4",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -63,7 +63,7 @@
63
63
  "@atlaskit/mention": "^24.4.0",
64
64
  "@atlaskit/platform-feature-flags": "^1.1.0",
65
65
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
66
- "@atlaskit/react-ufo": "^4.15.0",
66
+ "@atlaskit/react-ufo": "^4.16.0",
67
67
  "@atlaskit/task-decision": "^19.2.0",
68
68
  "@atlaskit/tmp-editor-statsig": "^15.10.0",
69
69
  "@atlaskit/tokens": "^8.4.0",
@@ -263,10 +263,6 @@
263
263
  "type": "boolean",
264
264
  "referenceOnly": true
265
265
  },
266
- "platform_editor_split_list_item_for_gap_cursor": {
267
- "type": "boolean",
268
- "referenceOnly": true
269
- },
270
266
  "platform_editor_paste_full_table_inside_empty_cell": {
271
267
  "type": "boolean",
272
268
  "referenceOnly": true