@atlaskit/editor-plugins 10.1.0 → 10.1.2

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
+ ## 10.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 10.1.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "10.1.0",
3
+ "version": "10.1.2",
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",
@@ -204,12 +204,12 @@
204
204
  "@atlaskit/editor-plugin-save-on-enter": "3.0.0",
205
205
  "@atlaskit/editor-plugin-scroll-into-view": "3.0.0",
206
206
  "@atlaskit/editor-plugin-selection": "3.0.3",
207
- "@atlaskit/editor-plugin-selection-extension": "3.2.1",
207
+ "@atlaskit/editor-plugin-selection-extension": "3.3.0",
208
208
  "@atlaskit/editor-plugin-selection-marker": "3.0.2",
209
209
  "@atlaskit/editor-plugin-selection-toolbar": "4.2.0",
210
210
  "@atlaskit/editor-plugin-status": "4.1.0",
211
211
  "@atlaskit/editor-plugin-submit-editor": "3.1.0",
212
- "@atlaskit/editor-plugin-table": "12.1.3",
212
+ "@atlaskit/editor-plugin-table": "12.1.4",
213
213
  "@atlaskit/editor-plugin-tasks-and-decisions": "6.1.0",
214
214
  "@atlaskit/editor-plugin-text-color": "3.1.0",
215
215
  "@atlaskit/editor-plugin-text-formatting": "3.0.4",