@atlaskit/editor-core 187.42.0 → 187.42.3
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.42.
|
|
9
|
+
var version = "187.42.3";
|
|
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.42.
|
|
3
|
+
"version": "187.42.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@atlaskit/checkbox": "^12.6.0",
|
|
55
55
|
"@atlaskit/code": "^14.6.0",
|
|
56
56
|
"@atlaskit/date": "^0.10.0",
|
|
57
|
-
"@atlaskit/datetime-picker": "^12.
|
|
57
|
+
"@atlaskit/datetime-picker": "^12.10.0",
|
|
58
58
|
"@atlaskit/editor-common": "^74.59.0",
|
|
59
59
|
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
60
60
|
"@atlaskit/editor-markdown-transformer": "^5.2.5",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@atlaskit/editor-plugin-list": "^1.2.0",
|
|
80
80
|
"@atlaskit/editor-plugin-placeholder": "^0.1.0",
|
|
81
81
|
"@atlaskit/editor-plugin-rule": "^0.1.0",
|
|
82
|
-
"@atlaskit/editor-plugin-table": "^
|
|
82
|
+
"@atlaskit/editor-plugin-table": "^3.0.0",
|
|
83
83
|
"@atlaskit/editor-plugin-text-formatting": "^0.4.0",
|
|
84
84
|
"@atlaskit/editor-plugin-type-ahead": "^0.3.0",
|
|
85
85
|
"@atlaskit/editor-plugin-unsupported-content": "^0.2.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@atlaskit/collab-provider": "9.12.2",
|
|
156
156
|
"@atlaskit/dropdown-menu": "^11.13.0",
|
|
157
157
|
"@atlaskit/editor-extension-dropbox": "^0.4.0",
|
|
158
|
-
"@atlaskit/editor-plugin-table": "^
|
|
158
|
+
"@atlaskit/editor-plugin-table": "^3.0.0",
|
|
159
159
|
"@atlaskit/flag": "^15.2.0",
|
|
160
160
|
"@atlaskit/icon-object": "^6.3.0",
|
|
161
161
|
"@atlaskit/inline-dialog": "^13.6.0",
|
|
@@ -280,4 +280,4 @@
|
|
|
280
280
|
"referenceOnly": "true"
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
|
-
}
|
|
283
|
+
}
|