@atlaskit/editor-core 193.30.5 → 193.30.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,13 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 193.30.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#116281](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116281)
8
+ [`62fb11ef85308`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/62fb11ef85308) -
9
+ Cleanup table LD FF insert-last-column-btn-stays-in-place
10
+
3
11
  ## 193.30.5
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 = "193.30.5";
8
+ var version = exports.version = "193.30.6";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "193.30.5";
2
+ export const version = "193.30.6";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "193.30.5";
2
+ export var version = "193.30.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "193.30.5",
3
+ "version": "193.30.6",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -184,10 +184,6 @@
184
184
  "platform.editor.table-sticky-scrollbar": {
185
185
  "type": "boolean"
186
186
  },
187
- "platform.editor.table.insert-last-column-btn-stays-in-place": {
188
- "type": "boolean",
189
- "referenceOnly": "true"
190
- },
191
187
  "platform.editor.table.drag-move-options-logic-update_fp7xw": {
192
188
  "type": "boolean",
193
189
  "referenceOnly": "true"