@atlaskit/editor-plugins 10.1.43 → 10.1.44

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 10.1.44
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 10.1.43
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "10.1.43",
3
+ "version": "10.1.44",
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",
@@ -137,7 +137,7 @@
137
137
  },
138
138
  "dependencies": {
139
139
  "@atlaskit/editor-plugin-accessibility-utils": "3.0.2",
140
- "@atlaskit/editor-plugin-alignment": "4.1.4",
140
+ "@atlaskit/editor-plugin-alignment": "4.2.0",
141
141
  "@atlaskit/editor-plugin-analytics": "3.0.3",
142
142
  "@atlaskit/editor-plugin-annotation": "3.2.2",
143
143
  "@atlaskit/editor-plugin-avatar-group": "4.1.3",
@@ -214,7 +214,7 @@
214
214
  "@atlaskit/editor-plugin-selection": "3.0.5",
215
215
  "@atlaskit/editor-plugin-selection-extension": "3.4.3",
216
216
  "@atlaskit/editor-plugin-selection-marker": "3.0.4",
217
- "@atlaskit/editor-plugin-selection-toolbar": "4.3.1",
217
+ "@atlaskit/editor-plugin-selection-toolbar": "4.3.2",
218
218
  "@atlaskit/editor-plugin-show-diff": "0.1.0",
219
219
  "@atlaskit/editor-plugin-status": "4.1.3",
220
220
  "@atlaskit/editor-plugin-submit-editor": "3.1.0",