@atlaskit/editor-core 192.3.16 → 192.3.17

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
+ ## 192.3.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [#76770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76770) [`7eb1d4032d40`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7eb1d4032d40) - [ux] Select upladed image. In case there are mulitple image files being pasted or drag&dropped, select last image.
8
+
3
9
  ## 192.3.16
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 = "192.3.16";
8
+ var version = exports.version = "192.3.17";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "192.3.16";
2
+ export const version = "192.3.17";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "192.3.16";
2
+ export var version = "192.3.17";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "192.3.16",
3
+ "version": "192.3.17",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -179,6 +179,10 @@
179
179
  "type": "boolean",
180
180
  "referenceOnly": "true"
181
181
  },
182
+ "platform.editor.media.autoselect-inserted-image_oumto": {
183
+ "type": "boolean",
184
+ "referenceOnly": "true"
185
+ },
182
186
  "platform.design-system-team.border-checkbox_nyoiu": {
183
187
  "type": "boolean",
184
188
  "referenceOnly": "true"