@atlaskit/editor-plugins 9.1.48 → 9.1.49

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
+ ## 9.1.49
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.1.48
4
10
 
5
11
  ### Patch Changes
@@ -1,2 +1,2 @@
1
1
  export { userPreferencesPlugin } from '@atlaskit/editor-plugin-user-preferences';
2
- export type { UserPreferencesPlugin } from '@atlaskit/editor-plugin-user-preferences';
2
+ export type { UserPreferencesPlugin, UserPreferencesPluginOptions, } from '@atlaskit/editor-plugin-user-preferences';
@@ -1,2 +1,2 @@
1
1
  export { userPreferencesPlugin } from '@atlaskit/editor-plugin-user-preferences';
2
- export type { UserPreferencesPlugin } from '@atlaskit/editor-plugin-user-preferences';
2
+ export type { UserPreferencesPlugin, UserPreferencesPluginOptions, } from '@atlaskit/editor-plugin-user-preferences';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "9.1.48",
3
+ "version": "9.1.49",
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",
@@ -134,7 +134,7 @@
134
134
  },
135
135
  "dependencies": {
136
136
  "@atlaskit/editor-plugin-accessibility-utils": "2.0.12",
137
- "@atlaskit/editor-plugin-alignment": "3.2.6",
137
+ "@atlaskit/editor-plugin-alignment": "3.3.0",
138
138
  "@atlaskit/editor-plugin-analytics": "2.3.1",
139
139
  "@atlaskit/editor-plugin-annotation": "2.9.7",
140
140
  "@atlaskit/editor-plugin-avatar-group": "3.1.12",
@@ -142,8 +142,8 @@
142
142
  "@atlaskit/editor-plugin-batch-attribute-updates": "2.1.6",
143
143
  "@atlaskit/editor-plugin-before-primary-toolbar": "2.0.8",
144
144
  "@atlaskit/editor-plugin-better-type-history": "2.1.6",
145
- "@atlaskit/editor-plugin-block-controls": "3.19.0",
146
- "@atlaskit/editor-plugin-block-type": "5.1.26",
145
+ "@atlaskit/editor-plugin-block-controls": "3.19.1",
146
+ "@atlaskit/editor-plugin-block-type": "5.2.0",
147
147
  "@atlaskit/editor-plugin-border": "2.1.6",
148
148
  "@atlaskit/editor-plugin-breakout": "2.7.4",
149
149
  "@atlaskit/editor-plugin-caption": "2.1.6",
@@ -152,7 +152,7 @@
152
152
  "@atlaskit/editor-plugin-clipboard": "2.0.6",
153
153
  "@atlaskit/editor-plugin-code-bidi-warning": "2.1.3",
154
154
  "@atlaskit/editor-plugin-code-block": "4.4.11",
155
- "@atlaskit/editor-plugin-collab-edit": "3.9.4",
155
+ "@atlaskit/editor-plugin-collab-edit": "3.9.5",
156
156
  "@atlaskit/editor-plugin-composition": "1.3.7",
157
157
  "@atlaskit/editor-plugin-connectivity": "2.0.7",
158
158
  "@atlaskit/editor-plugin-content-insertion": "2.1.6",
@@ -179,9 +179,9 @@
179
179
  "@atlaskit/editor-plugin-grid": "2.0.8",
180
180
  "@atlaskit/editor-plugin-guideline": "2.0.10",
181
181
  "@atlaskit/editor-plugin-help-dialog": "2.1.11",
182
- "@atlaskit/editor-plugin-highlight": "2.5.9",
182
+ "@atlaskit/editor-plugin-highlight": "2.6.0",
183
183
  "@atlaskit/editor-plugin-history": "2.0.6",
184
- "@atlaskit/editor-plugin-hyperlink": "4.4.11",
184
+ "@atlaskit/editor-plugin-hyperlink": "4.5.0",
185
185
  "@atlaskit/editor-plugin-image-upload": "2.0.6",
186
186
  "@atlaskit/editor-plugin-indentation": "2.1.6",
187
187
  "@atlaskit/editor-plugin-insert-block": "3.2.14",
@@ -208,20 +208,20 @@
208
208
  "@atlaskit/editor-plugin-selection": "2.2.11",
209
209
  "@atlaskit/editor-plugin-selection-extension": "2.4.2",
210
210
  "@atlaskit/editor-plugin-selection-marker": "2.4.5",
211
- "@atlaskit/editor-plugin-selection-toolbar": "3.6.14",
211
+ "@atlaskit/editor-plugin-selection-toolbar": "3.7.0",
212
212
  "@atlaskit/editor-plugin-status": "3.1.22",
213
213
  "@atlaskit/editor-plugin-submit-editor": "2.0.6",
214
214
  "@atlaskit/editor-plugin-table": "10.12.2",
215
215
  "@atlaskit/editor-plugin-tasks-and-decisions": "5.1.14",
216
- "@atlaskit/editor-plugin-text-color": "2.3.9",
217
- "@atlaskit/editor-plugin-text-formatting": "2.2.19",
218
- "@atlaskit/editor-plugin-toolbar-lists-indentation": "3.2.11",
216
+ "@atlaskit/editor-plugin-text-color": "2.4.0",
217
+ "@atlaskit/editor-plugin-text-formatting": "2.3.0",
218
+ "@atlaskit/editor-plugin-toolbar-lists-indentation": "3.3.0",
219
219
  "@atlaskit/editor-plugin-type-ahead": "2.7.15",
220
220
  "@atlaskit/editor-plugin-ufo": "2.1.0",
221
221
  "@atlaskit/editor-plugin-undo-redo": "2.0.20",
222
222
  "@atlaskit/editor-plugin-unsupported-content": "2.1.6",
223
223
  "@atlaskit/editor-plugin-user-intent": "0.1.3",
224
- "@atlaskit/editor-plugin-user-preferences": "0.1.2",
224
+ "@atlaskit/editor-plugin-user-preferences": "0.2.0",
225
225
  "@atlaskit/editor-plugin-width": "3.0.9",
226
226
  "@babel/runtime": "^7.0.0"
227
227
  },