@atlaskit/editor-core 192.0.2 → 192.1.0

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,15 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 192.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#72258](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72258) [`31cecb8f314b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/31cecb8f314b) - ECA11Y-78: removed feature flag
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
3
13
  ## 192.0.2
4
14
 
5
15
  ### 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.0.2";
8
+ var version = exports.version = "192.1.0";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "192.0.2";
2
+ export const version = "192.1.0";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "192.0.2";
2
+ export var version = "192.1.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "192.0.2",
3
+ "version": "192.1.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -48,12 +48,12 @@
48
48
  "@atlaskit/button": "^17.3.0",
49
49
  "@atlaskit/editor-common": "^77.4.0",
50
50
  "@atlaskit/editor-json-transformer": "^8.10.0",
51
- "@atlaskit/editor-plugins": "^1.3.0",
51
+ "@atlaskit/editor-plugins": "^1.4.0",
52
52
  "@atlaskit/editor-prosemirror": "3.0.0",
53
53
  "@atlaskit/editor-shared-styles": "^2.9.0",
54
54
  "@atlaskit/emoji": "^67.6.0",
55
55
  "@atlaskit/icon": "^22.0.0",
56
- "@atlaskit/media-card": "^77.9.0",
56
+ "@atlaskit/media-card": "^77.10.0",
57
57
  "@atlaskit/mention": "^22.1.0",
58
58
  "@atlaskit/platform-feature-flags": "^0.2.0",
59
59
  "@atlaskit/spinner": "^16.0.0",
@@ -215,10 +215,6 @@
215
215
  "platform.editor.loom-integration": {
216
216
  "type": "boolean"
217
217
  },
218
- "platform.editor.a11y-media_er96o": {
219
- "type": "boolean",
220
- "referenceOnly": "true"
221
- },
222
218
  "platform.editor.allow-extended-panel": {
223
219
  "type": "boolean"
224
220
  },