@atlaskit/editor-plugins 10.1.65 → 10.1.66

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,11 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 10.1.66
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 10.1.65
4
10
 
5
11
  ### Patch Changes
@@ -1,2 +1,2 @@
1
1
  export { blockMenuPlugin } from '@atlaskit/editor-plugin-block-menu';
2
- export type { BlockMenuPlugin, RegisterBlockMenuComponent, } from '@atlaskit/editor-plugin-block-menu';
2
+ export type { BlockMenuPlugin, RegisterBlockMenuComponent, Parent, } from '@atlaskit/editor-plugin-block-menu';
@@ -1,2 +1,2 @@
1
1
  export { toolbarPlugin } from '@atlaskit/editor-plugin-toolbar';
2
- export type { ToolbarPlugin } from '@atlaskit/editor-plugin-toolbar';
2
+ export type { ToolbarPlugin, ToolbarPluginOptions } from '@atlaskit/editor-plugin-toolbar';
@@ -1,2 +1,2 @@
1
1
  export { blockMenuPlugin } from '@atlaskit/editor-plugin-block-menu';
2
- export type { BlockMenuPlugin, RegisterBlockMenuComponent, } from '@atlaskit/editor-plugin-block-menu';
2
+ export type { BlockMenuPlugin, RegisterBlockMenuComponent, Parent, } from '@atlaskit/editor-plugin-block-menu';
@@ -1,2 +1,2 @@
1
1
  export { toolbarPlugin } from '@atlaskit/editor-plugin-toolbar';
2
- export type { ToolbarPlugin } from '@atlaskit/editor-plugin-toolbar';
2
+ export type { ToolbarPlugin, ToolbarPluginOptions } from '@atlaskit/editor-plugin-toolbar';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "10.1.65",
3
+ "version": "10.1.66",
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",
@@ -137,9 +137,9 @@
137
137
  },
138
138
  "dependencies": {
139
139
  "@atlaskit/editor-plugin-accessibility-utils": "3.0.4",
140
- "@atlaskit/editor-plugin-alignment": "4.2.3",
140
+ "@atlaskit/editor-plugin-alignment": "4.2.4",
141
141
  "@atlaskit/editor-plugin-analytics": "3.0.3",
142
- "@atlaskit/editor-plugin-annotation": "3.3.4",
142
+ "@atlaskit/editor-plugin-annotation": "3.3.5",
143
143
  "@atlaskit/editor-plugin-avatar-group": "4.1.5",
144
144
  "@atlaskit/editor-plugin-base": "4.1.5",
145
145
  "@atlaskit/editor-plugin-batch-attribute-updates": "3.0.3",
@@ -147,7 +147,7 @@
147
147
  "@atlaskit/editor-plugin-better-type-history": "3.0.2",
148
148
  "@atlaskit/editor-plugin-block-controls": "4.2.0",
149
149
  "@atlaskit/editor-plugin-block-menu": "0.0.6",
150
- "@atlaskit/editor-plugin-block-type": "6.2.5",
150
+ "@atlaskit/editor-plugin-block-type": "6.2.6",
151
151
  "@atlaskit/editor-plugin-border": "3.0.3",
152
152
  "@atlaskit/editor-plugin-breakout": "3.1.7",
153
153
  "@atlaskit/editor-plugin-caption": "3.1.3",
@@ -183,12 +183,12 @@
183
183
  "@atlaskit/editor-plugin-grid": "3.1.0",
184
184
  "@atlaskit/editor-plugin-guideline": "3.0.3",
185
185
  "@atlaskit/editor-plugin-help-dialog": "3.1.4",
186
- "@atlaskit/editor-plugin-highlight": "3.0.14",
186
+ "@atlaskit/editor-plugin-highlight": "3.0.15",
187
187
  "@atlaskit/editor-plugin-history": "3.1.0",
188
- "@atlaskit/editor-plugin-hyperlink": "5.4.5",
188
+ "@atlaskit/editor-plugin-hyperlink": "5.4.6",
189
189
  "@atlaskit/editor-plugin-image-upload": "3.0.0",
190
190
  "@atlaskit/editor-plugin-indentation": "3.1.4",
191
- "@atlaskit/editor-plugin-insert-block": "4.2.1",
191
+ "@atlaskit/editor-plugin-insert-block": "4.2.2",
192
192
  "@atlaskit/editor-plugin-interaction": "5.0.0",
193
193
  "@atlaskit/editor-plugin-layout": "3.1.8",
194
194
  "@atlaskit/editor-plugin-limited-mode": "0.0.3",
@@ -211,23 +211,23 @@
211
211
  "@atlaskit/editor-plugin-rule": "3.0.3",
212
212
  "@atlaskit/editor-plugin-save-on-enter": "3.0.0",
213
213
  "@atlaskit/editor-plugin-scroll-into-view": "3.0.1",
214
- "@atlaskit/editor-plugin-selection": "3.0.7",
215
- "@atlaskit/editor-plugin-selection-extension": "3.5.0",
214
+ "@atlaskit/editor-plugin-selection": "3.1.0",
215
+ "@atlaskit/editor-plugin-selection-extension": "3.5.1",
216
216
  "@atlaskit/editor-plugin-selection-marker": "3.0.6",
217
- "@atlaskit/editor-plugin-selection-toolbar": "4.3.5",
217
+ "@atlaskit/editor-plugin-selection-toolbar": "4.3.6",
218
218
  "@atlaskit/editor-plugin-show-diff": "0.1.3",
219
219
  "@atlaskit/editor-plugin-status": "4.1.6",
220
220
  "@atlaskit/editor-plugin-submit-editor": "3.1.0",
221
221
  "@atlaskit/editor-plugin-table": "12.2.3",
222
222
  "@atlaskit/editor-plugin-tasks-and-decisions": "6.3.2",
223
- "@atlaskit/editor-plugin-text-color": "3.1.10",
224
- "@atlaskit/editor-plugin-text-formatting": "3.0.17",
225
- "@atlaskit/editor-plugin-toolbar": "0.2.4",
226
- "@atlaskit/editor-plugin-toolbar-lists-indentation": "4.2.4",
227
- "@atlaskit/editor-plugin-track-changes": "2.7.0",
223
+ "@atlaskit/editor-plugin-text-color": "3.1.11",
224
+ "@atlaskit/editor-plugin-text-formatting": "3.0.18",
225
+ "@atlaskit/editor-plugin-toolbar": "0.3.0",
226
+ "@atlaskit/editor-plugin-toolbar-lists-indentation": "4.2.5",
227
+ "@atlaskit/editor-plugin-track-changes": "2.7.1",
228
228
  "@atlaskit/editor-plugin-type-ahead": "3.1.7",
229
229
  "@atlaskit/editor-plugin-ufo": "3.1.3",
230
- "@atlaskit/editor-plugin-undo-redo": "3.2.0",
230
+ "@atlaskit/editor-plugin-undo-redo": "3.2.1",
231
231
  "@atlaskit/editor-plugin-unsupported-content": "3.0.3",
232
232
  "@atlaskit/editor-plugin-user-intent": "1.1.0",
233
233
  "@atlaskit/editor-plugin-user-preferences": "1.2.2",