@atlaskit/editor-plugins 10.5.4 → 10.5.6

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 +14 -0
  2. package/package.json +11 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 10.5.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.5.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [`d278f35b3fb0f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d278f35b3fb0f) -
14
+ Cleaned up platform_editor_element_drag_and_drop_ed_23873
15
+ - Updated dependencies
16
+
3
17
  ## 10.5.4
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "10.5.4",
3
+ "version": "10.5.6",
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",
@@ -38,13 +38,13 @@
38
38
  "@atlaskit/editor-plugin-batch-attribute-updates": "5.2.0",
39
39
  "@atlaskit/editor-plugin-before-primary-toolbar": "5.0.0",
40
40
  "@atlaskit/editor-plugin-better-type-history": "5.0.0",
41
- "@atlaskit/editor-plugin-block-controls": "6.3.3",
42
- "@atlaskit/editor-plugin-block-menu": "3.2.0",
41
+ "@atlaskit/editor-plugin-block-controls": "6.3.4",
42
+ "@atlaskit/editor-plugin-block-menu": "3.2.1",
43
43
  "@atlaskit/editor-plugin-block-type": "8.2.2",
44
44
  "@atlaskit/editor-plugin-border": "5.2.0",
45
45
  "@atlaskit/editor-plugin-breakout": "5.2.2",
46
46
  "@atlaskit/editor-plugin-caption": "5.2.0",
47
- "@atlaskit/editor-plugin-card": "10.1.5",
47
+ "@atlaskit/editor-plugin-card": "10.1.6",
48
48
  "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "5.0.0",
49
49
  "@atlaskit/editor-plugin-clipboard": "5.0.0",
50
50
  "@atlaskit/editor-plugin-code-bidi-warning": "5.0.1",
@@ -58,7 +58,7 @@
58
58
  "@atlaskit/editor-plugin-copy-button": "5.0.0",
59
59
  "@atlaskit/editor-plugin-custom-autoformat": "5.0.0",
60
60
  "@atlaskit/editor-plugin-data-consumer": "5.2.0",
61
- "@atlaskit/editor-plugin-date": "7.2.1",
61
+ "@atlaskit/editor-plugin-date": "7.2.2",
62
62
  "@atlaskit/editor-plugin-decorations": "5.0.0",
63
63
  "@atlaskit/editor-plugin-editor-disabled": "5.0.0",
64
64
  "@atlaskit/editor-plugin-editor-viewmode": "7.0.0",
@@ -66,10 +66,10 @@
66
66
  "@atlaskit/editor-plugin-emoji": "6.2.0",
67
67
  "@atlaskit/editor-plugin-engagement-platform": "6.0.0",
68
68
  "@atlaskit/editor-plugin-expand": "6.2.1",
69
- "@atlaskit/editor-plugin-extension": "8.2.1",
69
+ "@atlaskit/editor-plugin-extension": "8.2.2",
70
70
  "@atlaskit/editor-plugin-feature-flags": "4.0.0",
71
71
  "@atlaskit/editor-plugin-feedback-dialog": "5.0.0",
72
- "@atlaskit/editor-plugin-find-replace": "5.0.5",
72
+ "@atlaskit/editor-plugin-find-replace": "5.0.6",
73
73
  "@atlaskit/editor-plugin-floating-toolbar": "7.0.2",
74
74
  "@atlaskit/editor-plugin-focus": "4.0.0",
75
75
  "@atlaskit/editor-plugin-fragment": "5.2.0",
@@ -89,8 +89,8 @@
89
89
  "@atlaskit/editor-plugin-local-id": "3.2.0",
90
90
  "@atlaskit/editor-plugin-loom": "7.1.2",
91
91
  "@atlaskit/editor-plugin-max-content-size": "5.0.0",
92
- "@atlaskit/editor-plugin-media": "7.2.4",
93
- "@atlaskit/editor-plugin-media-insert": "11.2.0",
92
+ "@atlaskit/editor-plugin-media": "7.2.5",
93
+ "@atlaskit/editor-plugin-media-insert": "11.2.1",
94
94
  "@atlaskit/editor-plugin-mentions": "7.2.0",
95
95
  "@atlaskit/editor-plugin-metrics": "6.2.0",
96
96
  "@atlaskit/editor-plugin-ncs-step-metrics": "4.0.0",
@@ -113,8 +113,8 @@
113
113
  "@atlaskit/editor-plugin-submit-editor": "5.0.0",
114
114
  "@atlaskit/editor-plugin-synced-block": "2.1.1",
115
115
  "@atlaskit/editor-plugin-synced-block-prototype": "2.2.0",
116
- "@atlaskit/editor-plugin-table": "14.2.5",
117
- "@atlaskit/editor-plugin-tasks-and-decisions": "8.4.4",
116
+ "@atlaskit/editor-plugin-table": "14.2.6",
117
+ "@atlaskit/editor-plugin-tasks-and-decisions": "8.4.5",
118
118
  "@atlaskit/editor-plugin-text-color": "5.4.2",
119
119
  "@atlaskit/editor-plugin-text-formatting": "5.2.2",
120
120
  "@atlaskit/editor-plugin-toolbar": "2.1.4",
@@ -186,10 +186,6 @@
186
186
  "platform-editor-single-player-expand": {
187
187
  "type": "boolean",
188
188
  "referenceOnly": true
189
- },
190
- "platform_editor_element_drag_and_drop_ed_23873": {
191
- "type": "boolean",
192
- "referenceOnly": true
193
189
  }
194
190
  }
195
191
  }