@atlaskit/editor-core 197.10.3 → 197.11.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,13 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 197.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#145026](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/145026)
8
+ [`98399b2cfafdc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/98399b2cfafdc) -
9
+ Remove references to showActions and showServerActions
10
+
3
11
  ## 197.10.3
4
12
 
5
13
  ### 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 = "197.10.3";
8
+ var version = exports.version = "197.11.0";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "197.10.3";
2
+ export const version = "197.11.0";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "197.10.3";
2
+ export var version = "197.11.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "197.10.3",
3
+ "version": "197.11.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -84,9 +84,9 @@
84
84
  "@af/visual-regression": "*",
85
85
  "@atlaskit/adf-utils": "^19.8.0",
86
86
  "@atlaskit/analytics-listeners": "^8.11.0",
87
- "@atlaskit/collab-provider": "9.41.0",
87
+ "@atlaskit/collab-provider": "9.41.1",
88
88
  "@atlaskit/editor-plugin-annotation": "1.19.8",
89
- "@atlaskit/editor-plugin-card": "^3.1.0",
89
+ "@atlaskit/editor-plugin-card": "^3.2.0",
90
90
  "@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
91
91
  "@atlaskit/editor-plugin-list": "^3.8.0",
92
92
  "@atlaskit/editor-plugin-paste": "^1.12.0",
@@ -98,15 +98,15 @@
98
98
  "@atlaskit/media-test-helpers": "^34.4.0",
99
99
  "@atlaskit/modal-dialog": "^12.16.0",
100
100
  "@atlaskit/primitives": "^12.2.0",
101
- "@atlaskit/renderer": "^110.4.0",
102
- "@atlaskit/smart-card": "^28.1.0",
101
+ "@atlaskit/renderer": "^110.5.0",
102
+ "@atlaskit/smart-card": "^28.2.0",
103
103
  "@atlaskit/synchrony-test-helpers": "^2.5.0",
104
104
  "@atlaskit/toggle": "^13.4.0",
105
105
  "@atlaskit/util-data-test": "^17.9.0",
106
106
  "@atlaskit/visual-regression": "*",
107
107
  "@atlassian/adf-schema-json": "^1.22.0",
108
108
  "@atlassian/feature-flags-test-utils": "*",
109
- "@atlassian/search-provider": "2.4.139",
109
+ "@atlassian/search-provider": "2.4.140",
110
110
  "@emotion/jest": "^11.8.0",
111
111
  "@storybook/addon-knobs": "^5.3.18",
112
112
  "@testing-library/react": "^12.1.5",