@atlaskit/editor-plugins 8.0.105 → 8.0.107

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
+ ## 8.0.107
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.106
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.0.105
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "8.0.105",
3
+ "version": "8.0.107",
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",
@@ -132,7 +132,7 @@
132
132
  "@atlaskit/editor-plugin-accessibility-utils": "2.0.4",
133
133
  "@atlaskit/editor-plugin-alignment": "3.1.8",
134
134
  "@atlaskit/editor-plugin-analytics": "2.2.1",
135
- "@atlaskit/editor-plugin-annotation": "2.3.0",
135
+ "@atlaskit/editor-plugin-annotation": "2.4.0",
136
136
  "@atlaskit/editor-plugin-avatar-group": "3.0.5",
137
137
  "@atlaskit/editor-plugin-base": "2.3.4",
138
138
  "@atlaskit/editor-plugin-batch-attribute-updates": "2.1.3",
@@ -202,7 +202,7 @@
202
202
  "@atlaskit/editor-plugin-selection": "2.1.7",
203
203
  "@atlaskit/editor-plugin-selection-extension": "2.1.8",
204
204
  "@atlaskit/editor-plugin-selection-marker": "2.1.2",
205
- "@atlaskit/editor-plugin-selection-toolbar": "3.2.0",
205
+ "@atlaskit/editor-plugin-selection-toolbar": "3.3.0",
206
206
  "@atlaskit/editor-plugin-status": "3.1.9",
207
207
  "@atlaskit/editor-plugin-submit-editor": "2.0.3",
208
208
  "@atlaskit/editor-plugin-table": "10.6.9",