@atlaskit/editor-core 215.23.4 → 215.23.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,21 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 215.23.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9f03725ffb7b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9f03725ffb7b8) -
8
+ Removing feature flag with changing internal use of custom icons.
9
+ - Updated dependencies
10
+
11
+ ## 215.23.5
12
+
13
+ ### Patch Changes
14
+
15
+ - [`4cb9e393d31fb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4cb9e393d31fb) -
16
+ ENGHEALTH-40105: add missing a117 coverage
17
+ - Updated dependencies
18
+
3
19
  ## 215.23.4
4
20
 
5
21
  ### 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.23.3";
8
+ var version = exports.version = "215.23.5";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "215.23.3";
2
+ export const version = "215.23.5";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "215.23.3";
2
+ export var version = "215.23.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "215.23.4",
3
+ "version": "215.23.6",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -53,11 +53,11 @@
53
53
  "@atlaskit/editor-plugins": "^11.1.0",
54
54
  "@atlaskit/editor-prosemirror": "^7.2.0",
55
55
  "@atlaskit/editor-shared-styles": "^3.10.0",
56
- "@atlaskit/editor-ssr-renderer": "^1.4.0",
56
+ "@atlaskit/editor-ssr-renderer": "^1.5.0",
57
57
  "@atlaskit/editor-toolbar": "^0.18.0",
58
58
  "@atlaskit/editor-toolbar-model": "^0.2.0",
59
59
  "@atlaskit/emoji": "^69.9.0",
60
- "@atlaskit/icon": "^29.2.0",
60
+ "@atlaskit/icon": "^29.3.0",
61
61
  "@atlaskit/link": "^3.2.0",
62
62
  "@atlaskit/media-card": "^79.11.0",
63
63
  "@atlaskit/mention": "^24.4.0",
@@ -65,7 +65,7 @@
65
65
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
66
66
  "@atlaskit/react-ufo": "^4.16.0",
67
67
  "@atlaskit/task-decision": "^19.2.0",
68
- "@atlaskit/tmp-editor-statsig": "^15.12.0",
68
+ "@atlaskit/tmp-editor-statsig": "^15.14.0",
69
69
  "@atlaskit/tokens": "^8.6.0",
70
70
  "@atlaskit/tooltip": "^20.11.0",
71
71
  "@atlaskit/width-detector": "^5.0.0",
@@ -82,7 +82,7 @@
82
82
  "uuid": "^3.1.0"
83
83
  },
84
84
  "peerDependencies": {
85
- "@atlaskit/editor-common": "^110.45.0",
85
+ "@atlaskit/editor-common": "^110.46.0",
86
86
  "@atlaskit/link-provider": "^4.0.0",
87
87
  "@atlaskit/media-core": "^37.0.0",
88
88
  "react": "^18.2.0",
@@ -382,9 +382,6 @@
382
382
  },
383
383
  "platform_editor_a11y_find_replace_focus_ring": {
384
384
  "type": "boolean"
385
- },
386
- "platform-custom-icon-migration": {
387
- "type": "boolean"
388
385
  }
389
386
  },
390
387
  "stricter": {