@atlaskit/editor-core 189.3.27 → 189.3.28
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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 189.3.28
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#43379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43379) [`482c025520d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/482c025520d) - ED-20763 Upgrade ADF schema version to 33.2.3 for MBE nodes.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
3
10
|
## 189.3.27
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "189.3.
|
|
2
|
+
export const version = "189.3.28";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "189.3.
|
|
2
|
+
export var version = "189.3.28";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "189.3.
|
|
3
|
+
"version": "189.3.28",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@atlaskit/activity-provider": "^2.4.0",
|
|
43
|
-
"@atlaskit/adf-schema": "^
|
|
43
|
+
"@atlaskit/adf-schema": "^33.2.3",
|
|
44
44
|
"@atlaskit/adf-utils": "^19.0.0",
|
|
45
45
|
"@atlaskit/analytics-namespaced-context": "^6.7.0",
|
|
46
46
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@atlaskit/code": "^14.6.0",
|
|
53
53
|
"@atlaskit/date": "^0.10.0",
|
|
54
54
|
"@atlaskit/datetime-picker": "^12.10.0",
|
|
55
|
-
"@atlaskit/editor-common": "^76.
|
|
55
|
+
"@atlaskit/editor-common": "^76.22.0",
|
|
56
56
|
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
57
57
|
"@atlaskit/editor-markdown-transformer": "^5.2.5",
|
|
58
58
|
"@atlaskit/editor-plugin-analytics": "^0.3.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@atlaskit/editor-plugin-fragment": "^0.1.0",
|
|
81
81
|
"@atlaskit/editor-plugin-grid": "^0.3.0",
|
|
82
82
|
"@atlaskit/editor-plugin-guideline": "^0.5.0",
|
|
83
|
-
"@atlaskit/editor-plugin-help-dialog": "^0.
|
|
83
|
+
"@atlaskit/editor-plugin-help-dialog": "^0.3.0",
|
|
84
84
|
"@atlaskit/editor-plugin-history": "^0.1.0",
|
|
85
85
|
"@atlaskit/editor-plugin-hyperlink": "^0.5.0",
|
|
86
86
|
"@atlaskit/editor-plugin-image-upload": "^0.2.0",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@atlaskit/editor-plugin-layout": "^0.1.0",
|
|
89
89
|
"@atlaskit/editor-plugin-list": "^1.3.0",
|
|
90
90
|
"@atlaskit/editor-plugin-max-content-size": "^0.1.0",
|
|
91
|
-
"@atlaskit/editor-plugin-media": "^0.
|
|
91
|
+
"@atlaskit/editor-plugin-media": "^0.4.0",
|
|
92
92
|
"@atlaskit/editor-plugin-mentions": "^0.1.0",
|
|
93
93
|
"@atlaskit/editor-plugin-panel": "^0.1.0",
|
|
94
94
|
"@atlaskit/editor-plugin-paste": "^0.1.0",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"@af/integration-testing": "*",
|
|
167
167
|
"@af/visual-regression": "*",
|
|
168
168
|
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
169
|
-
"@atlaskit/collab-provider": "9.15.
|
|
169
|
+
"@atlaskit/collab-provider": "9.15.5",
|
|
170
170
|
"@atlaskit/dropdown-menu": "^12.1.0",
|
|
171
171
|
"@atlaskit/editor-extension-dropbox": "^0.4.0",
|
|
172
172
|
"@atlaskit/editor-palette": "1.5.2",
|