@atlaskit/editor-core 187.43.3 → 187.43.5
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
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.nextMajorVersion = exports.name = void 0;
|
|
7
7
|
var name = "@atlaskit/editor-core";
|
|
8
8
|
exports.name = name;
|
|
9
|
-
var version = "187.43.
|
|
9
|
+
var version = "187.43.5";
|
|
10
10
|
exports.version = version;
|
|
11
11
|
var nextMajorVersion = function nextMajorVersion() {
|
|
12
12
|
return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "187.43.
|
|
3
|
+
"version": "187.43.5",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@atlaskit/editor-palette": "1.5.1",
|
|
62
62
|
"@atlaskit/editor-plugin-analytics": "^0.2.0",
|
|
63
63
|
"@atlaskit/editor-plugin-block-type": "^1.0.0",
|
|
64
|
-
"@atlaskit/editor-plugin-card": "^0.
|
|
64
|
+
"@atlaskit/editor-plugin-card": "^0.6.0",
|
|
65
65
|
"@atlaskit/editor-plugin-composition": "^0.1.0",
|
|
66
66
|
"@atlaskit/editor-plugin-content-insertion": "^0.1.0",
|
|
67
67
|
"@atlaskit/editor-plugin-context-panel": "^0.2.0",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"@atlaskit/prosemirror-input-rules": "^2.4.0",
|
|
110
110
|
"@atlaskit/radio": "^5.6.0",
|
|
111
111
|
"@atlaskit/section-message": "^6.4.0",
|
|
112
|
-
"@atlaskit/select": "^16.
|
|
112
|
+
"@atlaskit/select": "^16.6.0",
|
|
113
113
|
"@atlaskit/smart-card": "^26.26.0",
|
|
114
114
|
"@atlaskit/smart-user-picker": "^6.3.0",
|
|
115
115
|
"@atlaskit/spinner": "^15.5.0",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"@atlaskit/flag": "^15.2.0",
|
|
161
161
|
"@atlaskit/icon-object": "^6.3.0",
|
|
162
162
|
"@atlaskit/inline-dialog": "^13.6.0",
|
|
163
|
-
"@atlaskit/link-analytics": "^8.
|
|
163
|
+
"@atlaskit/link-analytics": "^8.3.0",
|
|
164
164
|
"@atlaskit/link-provider": "^1.6.0",
|
|
165
165
|
"@atlaskit/link-test-helpers": "^6.1.0",
|
|
166
166
|
"@atlaskit/media-core": "^34.1.0",
|
|
@@ -266,8 +266,7 @@
|
|
|
266
266
|
"type": "boolean"
|
|
267
267
|
},
|
|
268
268
|
"platform.linking-platform.datasource-jira_issues": {
|
|
269
|
-
"type": "boolean"
|
|
270
|
-
"referenceOnly": "true"
|
|
269
|
+
"type": "boolean"
|
|
271
270
|
},
|
|
272
271
|
"platform.linking-platform.datasource-assets_objects": {
|
|
273
272
|
"type": "boolean",
|