@atlaskit/editor-plugins 9.4.35 → 9.4.37

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 9.4.37
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.4.36
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.4.35
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "9.4.35",
3
+ "version": "9.4.37",
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",
@@ -179,7 +179,7 @@
179
179
  "@atlaskit/editor-plugin-grid": "3.0.1",
180
180
  "@atlaskit/editor-plugin-guideline": "3.0.2",
181
181
  "@atlaskit/editor-plugin-help-dialog": "3.0.3",
182
- "@atlaskit/editor-plugin-highlight": "3.0.2",
182
+ "@atlaskit/editor-plugin-highlight": "3.0.3",
183
183
  "@atlaskit/editor-plugin-history": "3.0.0",
184
184
  "@atlaskit/editor-plugin-hyperlink": "5.0.2",
185
185
  "@atlaskit/editor-plugin-image-upload": "3.0.0",
@@ -217,7 +217,7 @@
217
217
  "@atlaskit/editor-plugin-text-formatting": "3.0.2",
218
218
  "@atlaskit/editor-plugin-toolbar-lists-indentation": "4.0.2",
219
219
  "@atlaskit/editor-plugin-type-ahead": "3.0.3",
220
- "@atlaskit/editor-plugin-ufo": "3.0.0",
220
+ "@atlaskit/editor-plugin-ufo": "3.1.0",
221
221
  "@atlaskit/editor-plugin-undo-redo": "3.0.2",
222
222
  "@atlaskit/editor-plugin-unsupported-content": "3.0.0",
223
223
  "@atlaskit/editor-plugin-user-intent": "1.0.0",