@atlaskit/editor-plugins 10.1.61 → 10.1.62

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 10.1.62
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 10.1.61
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "10.1.61",
3
+ "version": "10.1.62",
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",
@@ -156,7 +156,7 @@
156
156
  "@atlaskit/editor-plugin-clipboard": "3.0.0",
157
157
  "@atlaskit/editor-plugin-code-bidi-warning": "3.0.3",
158
158
  "@atlaskit/editor-plugin-code-block": "5.0.10",
159
- "@atlaskit/editor-plugin-collab-edit": "4.1.5",
159
+ "@atlaskit/editor-plugin-collab-edit": "4.1.6",
160
160
  "@atlaskit/editor-plugin-composition": "2.0.0",
161
161
  "@atlaskit/editor-plugin-connectivity": "3.1.0",
162
162
  "@atlaskit/editor-plugin-content-insertion": "3.1.1",
@@ -193,7 +193,7 @@
193
193
  "@atlaskit/editor-plugin-layout": "3.1.8",
194
194
  "@atlaskit/editor-plugin-limited-mode": "0.0.3",
195
195
  "@atlaskit/editor-plugin-list": "5.1.5",
196
- "@atlaskit/editor-plugin-local-id": "1.0.0",
196
+ "@atlaskit/editor-plugin-local-id": "1.0.1",
197
197
  "@atlaskit/editor-plugin-loom": "5.1.1",
198
198
  "@atlaskit/editor-plugin-max-content-size": "3.0.0",
199
199
  "@atlaskit/editor-plugin-media": "5.2.11",