@atlaskit/editor-core 208.1.2 → 208.2.0
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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 208.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#172447](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/172447)
|
|
8
|
+
[`06e9b6904aff2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/06e9b6904aff2) -
|
|
9
|
+
[https://product-fabric.atlassian.net/browse/ED-27984](ED-27984) - clean up
|
|
10
|
+
platform_editor_react18_phase2**media_single and platform_editor_react18_phase2**media_single_jira
|
|
11
|
+
FFs
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 208.1.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "208.1.
|
|
2
|
+
export const version = "208.1.2";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "208.1.
|
|
2
|
+
export var version = "208.1.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "208.
|
|
3
|
+
"version": "208.2.0",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@atlaskit/primitives": "^14.9.0",
|
|
106
106
|
"@atlaskit/renderer": "^119.0.0",
|
|
107
107
|
"@atlaskit/section-message": "^8.2.0",
|
|
108
|
-
"@atlaskit/smart-card": "^38.
|
|
108
|
+
"@atlaskit/smart-card": "^38.13.0",
|
|
109
109
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
110
110
|
"@atlaskit/toggle": "^15.0.0",
|
|
111
111
|
"@atlaskit/util-data-test": "^18.0.0",
|
|
@@ -260,14 +260,6 @@
|
|
|
260
260
|
"type": "boolean",
|
|
261
261
|
"referenceOnly": true
|
|
262
262
|
},
|
|
263
|
-
"platform_editor_react18_phase2__media_single": {
|
|
264
|
-
"type": "boolean",
|
|
265
|
-
"referenceOnly": true
|
|
266
|
-
},
|
|
267
|
-
"platform_editor_react18_phase2__media_single_jira": {
|
|
268
|
-
"type": "boolean",
|
|
269
|
-
"referenceOnly": true
|
|
270
|
-
},
|
|
271
263
|
"platform_editor_content_component_ignore_click": {
|
|
272
264
|
"type": "boolean"
|
|
273
265
|
},
|