@atlaskit/editor-core 189.0.11 → 189.0.12
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
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.version = exports.nextMajorVersion = exports.name = void 0;
|
|
7
7
|
var name = exports.name = "@atlaskit/editor-core";
|
|
8
|
-
var version = exports.version = "189.0.
|
|
8
|
+
var version = exports.version = "189.0.12";
|
|
9
9
|
var nextMajorVersion = exports.nextMajorVersion = function nextMajorVersion() {
|
|
10
10
|
return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
|
|
11
11
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "189.0.
|
|
3
|
+
"version": "189.0.12",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"@atlaskit/icon": "^21.12.0",
|
|
113
113
|
"@atlaskit/logo": "^13.14.0",
|
|
114
114
|
"@atlaskit/media-card": "^77.2.0",
|
|
115
|
-
"@atlaskit/media-client": "^
|
|
115
|
+
"@atlaskit/media-client": "^25.0.0",
|
|
116
116
|
"@atlaskit/media-common": "^9.0.0",
|
|
117
117
|
"@atlaskit/mention": "^22.1.0",
|
|
118
118
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"@atlaskit/radio": "^5.6.0",
|
|
122
122
|
"@atlaskit/section-message": "^6.4.0",
|
|
123
123
|
"@atlaskit/select": "^16.7.0",
|
|
124
|
-
"@atlaskit/smart-card": "^26.
|
|
124
|
+
"@atlaskit/smart-card": "^26.39.0",
|
|
125
125
|
"@atlaskit/smart-user-picker": "^6.3.0",
|
|
126
126
|
"@atlaskit/spinner": "^15.6.0",
|
|
127
127
|
"@atlaskit/tabs": "^13.4.0",
|