@atlaskit/editor-plugins 8.0.75 → 8.0.77

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 8.0.77
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.76
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.0.75
4
16
 
5
17
  ### Patch Changes
@@ -1,2 +1,2 @@
1
1
  export { selectionMarkerPlugin } from '@atlaskit/editor-plugin-selection-marker';
2
- export type { SelectionMarkerPlugin, ReleaseHiddenDecoration, } from '@atlaskit/editor-plugin-selection-marker';
2
+ export type { SelectionMarkerPlugin, SelectionMarkerPluginConfiguration, ReleaseHiddenDecoration, } from '@atlaskit/editor-plugin-selection-marker';
@@ -1,2 +1,2 @@
1
1
  export { selectionMarkerPlugin } from '@atlaskit/editor-plugin-selection-marker';
2
- export type { SelectionMarkerPlugin, ReleaseHiddenDecoration, } from '@atlaskit/editor-plugin-selection-marker';
2
+ export type { SelectionMarkerPlugin, SelectionMarkerPluginConfiguration, ReleaseHiddenDecoration, } from '@atlaskit/editor-plugin-selection-marker';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "8.0.75",
3
+ "version": "8.0.77",
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",
@@ -164,12 +164,12 @@
164
164
  "@atlaskit/editor-plugin-editor-viewmode-effects": "2.0.2",
165
165
  "@atlaskit/editor-plugin-emoji": "3.3.0",
166
166
  "@atlaskit/editor-plugin-engagement-platform": "3.0.2",
167
- "@atlaskit/editor-plugin-expand": "3.2.2",
167
+ "@atlaskit/editor-plugin-expand": "3.2.3",
168
168
  "@atlaskit/editor-plugin-extension": "5.1.2",
169
169
  "@atlaskit/editor-plugin-feature-flags": "1.3.3",
170
170
  "@atlaskit/editor-plugin-feedback-dialog": "2.0.2",
171
171
  "@atlaskit/editor-plugin-find-replace": "2.0.8",
172
- "@atlaskit/editor-plugin-floating-toolbar": "3.3.4",
172
+ "@atlaskit/editor-plugin-floating-toolbar": "3.3.5",
173
173
  "@atlaskit/editor-plugin-focus": "1.5.3",
174
174
  "@atlaskit/editor-plugin-fragment": "2.1.2",
175
175
  "@atlaskit/editor-plugin-grid": "2.0.3",
@@ -185,7 +185,7 @@
185
185
  "@atlaskit/editor-plugin-list": "4.2.0",
186
186
  "@atlaskit/editor-plugin-loom": "4.0.12",
187
187
  "@atlaskit/editor-plugin-max-content-size": "2.0.2",
188
- "@atlaskit/editor-plugin-media": "2.3.18",
188
+ "@atlaskit/editor-plugin-media": "2.3.19",
189
189
  "@atlaskit/editor-plugin-media-insert": "6.2.2",
190
190
  "@atlaskit/editor-plugin-mentions": "4.2.0",
191
191
  "@atlaskit/editor-plugin-metrics": "3.4.3",
@@ -201,8 +201,8 @@
201
201
  "@atlaskit/editor-plugin-scroll-into-view": "2.1.0",
202
202
  "@atlaskit/editor-plugin-selection": "2.1.5",
203
203
  "@atlaskit/editor-plugin-selection-extension": "2.1.6",
204
- "@atlaskit/editor-plugin-selection-marker": "2.0.4",
205
- "@atlaskit/editor-plugin-selection-toolbar": "3.0.0",
204
+ "@atlaskit/editor-plugin-selection-marker": "2.1.0",
205
+ "@atlaskit/editor-plugin-selection-toolbar": "3.0.1",
206
206
  "@atlaskit/editor-plugin-status": "3.1.7",
207
207
  "@atlaskit/editor-plugin-submit-editor": "2.0.2",
208
208
  "@atlaskit/editor-plugin-table": "10.5.9",