@atlaskit/editor-core 187.48.6 → 187.48.7
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
|
+
## 187.48.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#40786](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40786) [`fc0c789c450`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc0c789c450) - Add platform.linking-platform.datasource.show-jlol-basic-filters feature flag reference for usage in editor examples
|
|
8
|
+
|
|
3
9
|
## 187.48.6
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -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.48.
|
|
9
|
+
var version = "187.48.7";
|
|
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.48.
|
|
3
|
+
"version": "187.48.7",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -297,6 +297,10 @@
|
|
|
297
297
|
"platform.editor.content-insertion.block-node-prefer-insert-after-selection": {
|
|
298
298
|
"type": "boolean",
|
|
299
299
|
"referenceOnly": "true"
|
|
300
|
+
},
|
|
301
|
+
"platform.linking-platform.datasource.show-jlol-basic-filters": {
|
|
302
|
+
"type": "boolean",
|
|
303
|
+
"referenceOnly": "true"
|
|
300
304
|
}
|
|
301
305
|
}
|
|
302
306
|
}
|