@atlaskit/editor-core 206.1.0 → 206.1.1
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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 206.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#150122](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150122)
|
|
8
|
+
[`92cc72b849cd4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/92cc72b849cd4) -
|
|
9
|
+
EDITOR-705 - cleanup FG platform_editor_update_insert_link_mark_end_pos
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 206.1.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "206.1.
|
|
2
|
+
export const version = "206.1.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "206.1.
|
|
2
|
+
export var version = "206.1.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "206.1.
|
|
3
|
+
"version": "206.1.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -176,9 +176,6 @@
|
|
|
176
176
|
"type": "boolean",
|
|
177
177
|
"referenceOnly": "true"
|
|
178
178
|
},
|
|
179
|
-
"platform_editor_update_insert_link_mark_end_pos": {
|
|
180
|
-
"type": "boolean"
|
|
181
|
-
},
|
|
182
179
|
"linking_platform_datasource_assets_objects": {
|
|
183
180
|
"type": "boolean",
|
|
184
181
|
"referenceOnly": "true"
|