@atlaskit/editor-plugins 11.1.124 → 11.1.126

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
+ ## 11.1.126
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.1.125
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 11.1.124
4
16
 
5
17
  ### Patch Changes
@@ -1,2 +1,2 @@
1
1
  export { trackChangesPlugin } from '@atlaskit/editor-plugin-track-changes';
2
- export type { TrackChangesPlugin } from '@atlaskit/editor-plugin-track-changes';
2
+ export type { TrackChangesPlugin, TrackChangesPluginOptions, } from '@atlaskit/editor-plugin-track-changes';
@@ -1,2 +1,2 @@
1
1
  export { trackChangesPlugin } from '@atlaskit/editor-plugin-track-changes';
2
- export type { TrackChangesPlugin } from '@atlaskit/editor-plugin-track-changes';
2
+ export type { TrackChangesPlugin, TrackChangesPluginOptions, } from '@atlaskit/editor-plugin-track-changes';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "11.1.124",
3
+ "version": "11.1.126",
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",
@@ -112,13 +112,13 @@
112
112
  "@atlaskit/editor-plugin-status": "7.1.13",
113
113
  "@atlaskit/editor-plugin-submit-editor": "6.0.0",
114
114
  "@atlaskit/editor-plugin-synced-block": "4.3.13",
115
- "@atlaskit/editor-plugin-table": "15.4.15",
115
+ "@atlaskit/editor-plugin-table": "15.4.16",
116
116
  "@atlaskit/editor-plugin-tasks-and-decisions": "9.1.19",
117
117
  "@atlaskit/editor-plugin-text-color": "6.3.20",
118
118
  "@atlaskit/editor-plugin-text-formatting": "6.1.14",
119
119
  "@atlaskit/editor-plugin-toolbar": "3.4.15",
120
120
  "@atlaskit/editor-plugin-toolbar-lists-indentation": "7.0.23",
121
- "@atlaskit/editor-plugin-track-changes": "5.0.34",
121
+ "@atlaskit/editor-plugin-track-changes": "5.1.0",
122
122
  "@atlaskit/editor-plugin-type-ahead": "6.5.23",
123
123
  "@atlaskit/editor-plugin-ufo": "6.0.2",
124
124
  "@atlaskit/editor-plugin-undo-redo": "6.1.9",