@atlaskit/editor-plugins 10.1.81 → 10.1.82
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.82",
|
|
4
4
|
"description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"@atlaskit/editor-plugin-hyperlink": "5.4.11",
|
|
189
189
|
"@atlaskit/editor-plugin-image-upload": "3.0.1",
|
|
190
190
|
"@atlaskit/editor-plugin-indentation": "3.2.1",
|
|
191
|
-
"@atlaskit/editor-plugin-insert-block": "4.3.
|
|
191
|
+
"@atlaskit/editor-plugin-insert-block": "4.3.4",
|
|
192
192
|
"@atlaskit/editor-plugin-interaction": "5.0.1",
|
|
193
193
|
"@atlaskit/editor-plugin-layout": "3.2.0",
|
|
194
194
|
"@atlaskit/editor-plugin-limited-mode": "0.0.3",
|