@atlaskit/editor-core 189.5.10 → 189.5.11

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
+ ## 189.5.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#58565](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58565) [`1f112c9375db`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1f112c9375db) - replace table sticky scrollbar platform feature flag with an editorFeatureFlag
8
+
3
9
  ## 189.5.10
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 = "189.5.10";
8
+ var version = exports.version = "189.5.11";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "189.5.10";
2
+ export const version = "189.5.11";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "189.5.10";
2
+ export var version = "189.5.11";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "189.5.10",
3
+ "version": "189.5.11",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -122,7 +122,7 @@
122
122
  "@atlaskit/form": "^9.0.0",
123
123
  "@atlaskit/icon": "^22.0.0",
124
124
  "@atlaskit/logo": "^13.14.0",
125
- "@atlaskit/media-card": "^77.4.0",
125
+ "@atlaskit/media-card": "^77.5.0",
126
126
  "@atlaskit/media-client": "^25.1.0",
127
127
  "@atlaskit/media-common": "^11.0.0",
128
128
  "@atlaskit/mention": "^22.1.0",
@@ -195,7 +195,7 @@
195
195
  "@atlassian/editor-extension-link-create": "^1.0.0",
196
196
  "@atlassian/feature-flags-test-utils": "^0.1.1",
197
197
  "@atlassian/link-picker-plugins": "^24.0.0",
198
- "@atlassian/search-provider": "2.4.9",
198
+ "@atlassian/search-provider": "2.4.10",
199
199
  "@atlassian/ufo": "^0.2.0",
200
200
  "@emotion/jest": "^11.8.0",
201
201
  "@storybook/addon-knobs": "^5.3.18",