@atlaskit/editor-plugins 9.4.12 → 9.4.13

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 9.4.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.4.12
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "9.4.12",
3
+ "version": "9.4.13",
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",
@@ -193,7 +193,7 @@
193
193
  "@atlaskit/editor-plugin-media": "4.1.3",
194
194
  "@atlaskit/editor-plugin-media-insert": "7.0.5",
195
195
  "@atlaskit/editor-plugin-mentions": "4.7.12",
196
- "@atlaskit/editor-plugin-metrics": "3.5.3",
196
+ "@atlaskit/editor-plugin-metrics": "3.6.0",
197
197
  "@atlaskit/editor-plugin-ncs-step-metrics": "1.1.1",
198
198
  "@atlaskit/editor-plugin-panel": "4.4.12",
199
199
  "@atlaskit/editor-plugin-paste": "3.3.11",
@@ -208,7 +208,7 @@
208
208
  "@atlaskit/editor-plugin-selection": "2.2.14",
209
209
  "@atlaskit/editor-plugin-selection-extension": "2.4.6",
210
210
  "@atlaskit/editor-plugin-selection-marker": "2.5.2",
211
- "@atlaskit/editor-plugin-selection-toolbar": "3.7.6",
211
+ "@atlaskit/editor-plugin-selection-toolbar": "3.8.0",
212
212
  "@atlaskit/editor-plugin-status": "3.1.26",
213
213
  "@atlaskit/editor-plugin-submit-editor": "2.0.7",
214
214
  "@atlaskit/editor-plugin-table": "10.13.1",
@@ -221,7 +221,7 @@
221
221
  "@atlaskit/editor-plugin-undo-redo": "2.0.23",
222
222
  "@atlaskit/editor-plugin-unsupported-content": "2.1.7",
223
223
  "@atlaskit/editor-plugin-user-intent": "0.1.4",
224
- "@atlaskit/editor-plugin-user-preferences": "0.2.2",
224
+ "@atlaskit/editor-plugin-user-preferences": "0.3.0",
225
225
  "@atlaskit/editor-plugin-width": "3.0.11",
226
226
  "@babel/runtime": "^7.0.0"
227
227
  },