@atlaskit/editor-core 217.11.0 → 217.12.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,16 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 217.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`a223340e9d81e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a223340e9d81e) -
8
+ Fix cross-package barrel imports from search packages
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 217.11.0
4
15
 
5
16
  ### Minor 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 = "0.0.0-development";
8
+ var version = exports.version = "217.11.0";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "0.0.0-development";
2
+ export const version = "217.11.0";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "0.0.0-development";
2
+ export var version = "217.11.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "217.11.0",
3
+ "version": "217.12.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/analytics-namespaced-context": "^7.2.0",
45
45
  "@atlaskit/analytics-next": "^11.2.0",
46
46
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
47
- "@atlaskit/button": "^23.10.0",
47
+ "@atlaskit/button": "^23.11.0",
48
48
  "@atlaskit/css": "^0.19.0",
49
49
  "@atlaskit/editor-json-transformer": "^8.31.0",
50
50
  "@atlaskit/editor-performance-metrics": "^2.1.0",
@@ -60,14 +60,14 @@
60
60
  "@atlaskit/emoji": "^69.10.0",
61
61
  "@atlaskit/feature-gate-js-client": "^5.5.0",
62
62
  "@atlaskit/icon": "^34.0.0",
63
- "@atlaskit/link": "^3.3.0",
63
+ "@atlaskit/link": "^3.4.0",
64
64
  "@atlaskit/media-card": "^79.16.0",
65
65
  "@atlaskit/mention": "^24.6.0",
66
66
  "@atlaskit/platform-feature-flags": "^1.1.0",
67
67
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
68
68
  "@atlaskit/react-ufo": "^5.11.0",
69
69
  "@atlaskit/task-decision": "^19.3.0",
70
- "@atlaskit/tmp-editor-statsig": "^54.4.0",
70
+ "@atlaskit/tmp-editor-statsig": "^54.5.0",
71
71
  "@atlaskit/tokens": "^11.4.0",
72
72
  "@atlaskit/tooltip": "^21.1.0",
73
73
  "@atlaskit/width-detector": "^5.0.0",
@@ -102,7 +102,9 @@
102
102
  "@atlaskit/editor-plugin-card": "^13.1.0",
103
103
  "@atlaskit/editor-plugin-list": "^10.2.0",
104
104
  "@atlaskit/editor-plugin-paste": "^9.1.0",
105
+ "@atlaskit/editor-test-helpers": "workspace:^",
105
106
  "@atlaskit/link-provider": "^4.3.0",
107
+ "@atlaskit/linking-common": "^9.11.0",
106
108
  "@atlaskit/logo": "^19.10.0",
107
109
  "@atlaskit/media-core": "^37.0.0",
108
110
  "@atlaskit/media-integration-test-helpers": "workspace:^",
@@ -111,12 +113,13 @@
111
113
  "@atlaskit/renderer": "^128.9.0",
112
114
  "@atlaskit/section-message": "^8.12.0",
113
115
  "@atlaskit/synchrony-test-helpers": "workspace:^",
114
- "@atlaskit/toggle": "^15.2.0",
116
+ "@atlaskit/toggle": "^15.3.0",
115
117
  "@atlaskit/util-data-test": "^18.5.0",
116
118
  "@atlassian/a11y-jest-testing": "^0.11.0",
117
119
  "@atlassian/adf-schema-json": "^1.33.0",
118
120
  "@atlassian/feature-flags-test-utils": "^1.0.0",
119
- "@atlassian/search-provider": "^9.0.0",
121
+ "@atlassian/search-client": "^0.333.0",
122
+ "@atlassian/search-provider": "^9.1.0",
120
123
  "@emotion/jest": "^11.8.0",
121
124
  "@testing-library/react": "^16.3.0",
122
125
  "@types/diff": "^5.0.2",
@@ -236,10 +239,6 @@
236
239
  "platform_editor_quick_insert_placeholder": {
237
240
  "type": "boolean"
238
241
  },
239
- "editor_a11y_remove_unwrap_button": {
240
- "type": "boolean",
241
- "referenceOnly": true
242
- },
243
242
  "platform_editor_comments_api_manager": {
244
243
  "type": "boolean",
245
244
  "referenceOnly": true