@atlaskit/editor-plugins 9.1.37 → 9.1.38

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 9.1.38
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.1.37
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "9.1.37",
3
+ "version": "9.1.38",
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.11",
137
- "@atlaskit/editor-plugin-alignment": "3.2.4",
137
+ "@atlaskit/editor-plugin-alignment": "3.2.5",
138
138
  "@atlaskit/editor-plugin-analytics": "2.3.1",
139
139
  "@atlaskit/editor-plugin-annotation": "2.9.6",
140
140
  "@atlaskit/editor-plugin-avatar-group": "3.1.11",
@@ -145,13 +145,13 @@
145
145
  "@atlaskit/editor-plugin-block-controls": "3.16.1",
146
146
  "@atlaskit/editor-plugin-block-type": "5.1.24",
147
147
  "@atlaskit/editor-plugin-border": "2.1.6",
148
- "@atlaskit/editor-plugin-breakout": "2.7.0",
148
+ "@atlaskit/editor-plugin-breakout": "2.7.1",
149
149
  "@atlaskit/editor-plugin-caption": "2.1.6",
150
150
  "@atlaskit/editor-plugin-card": "6.6.3",
151
151
  "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "2.0.6",
152
152
  "@atlaskit/editor-plugin-clipboard": "2.0.6",
153
153
  "@atlaskit/editor-plugin-code-bidi-warning": "2.1.3",
154
- "@atlaskit/editor-plugin-code-block": "4.4.9",
154
+ "@atlaskit/editor-plugin-code-block": "4.4.10",
155
155
  "@atlaskit/editor-plugin-collab-edit": "3.9.3",
156
156
  "@atlaskit/editor-plugin-composition": "1.3.7",
157
157
  "@atlaskit/editor-plugin-connectivity": "2.0.7",