@atlaskit/editor-plugins 8.3.0 → 8.3.2

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 +12 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 8.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.3.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "8.3.0",
3
+ "version": "8.3.2",
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",
@@ -145,7 +145,7 @@
145
145
  "@atlaskit/editor-plugin-border": "2.1.3",
146
146
  "@atlaskit/editor-plugin-breakout": "2.1.8",
147
147
  "@atlaskit/editor-plugin-caption": "2.1.3",
148
- "@atlaskit/editor-plugin-card": "5.4.19",
148
+ "@atlaskit/editor-plugin-card": "5.4.20",
149
149
  "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "2.0.3",
150
150
  "@atlaskit/editor-plugin-clipboard": "2.0.3",
151
151
  "@atlaskit/editor-plugin-code-bidi-warning": "2.1.0",
@@ -188,7 +188,7 @@
188
188
  "@atlaskit/editor-plugin-list": "4.2.1",
189
189
  "@atlaskit/editor-plugin-loom": "4.0.14",
190
190
  "@atlaskit/editor-plugin-max-content-size": "2.0.3",
191
- "@atlaskit/editor-plugin-media": "2.6.6",
191
+ "@atlaskit/editor-plugin-media": "2.6.7",
192
192
  "@atlaskit/editor-plugin-media-insert": "6.2.4",
193
193
  "@atlaskit/editor-plugin-mentions": "4.5.0",
194
194
  "@atlaskit/editor-plugin-metrics": "3.4.5",
@@ -208,7 +208,7 @@
208
208
  "@atlaskit/editor-plugin-selection-toolbar": "3.5.3",
209
209
  "@atlaskit/editor-plugin-status": "3.1.10",
210
210
  "@atlaskit/editor-plugin-submit-editor": "2.0.3",
211
- "@atlaskit/editor-plugin-table": "10.9.5",
211
+ "@atlaskit/editor-plugin-table": "10.9.6",
212
212
  "@atlaskit/editor-plugin-tasks-and-decisions": "5.1.1",
213
213
  "@atlaskit/editor-plugin-text-color": "2.3.0",
214
214
  "@atlaskit/editor-plugin-text-formatting": "2.2.0",
@@ -226,11 +226,11 @@
226
226
  "react-dom": "^18.2.0"
227
227
  },
228
228
  "devDependencies": {
229
- "@af/formatting": "^0.0.4",
230
- "@af/integration-testing": "^0.5.0",
231
- "@af/visual-regression": "^1.3.0",
232
- "@atlaskit/ssr": "^0.4.0",
233
- "@atlaskit/visual-regression": "^0.10.0",
229
+ "@af/formatting": "workspace:^",
230
+ "@af/integration-testing": "workspace:^",
231
+ "@af/visual-regression": "workspace:^",
232
+ "@atlaskit/ssr": "workspace:^",
233
+ "@atlaskit/visual-regression": "workspace:^",
234
234
  "@atlassian/ts-loader": "^0.1.0",
235
235
  "@manypkg/find-root": "^1.1.0",
236
236
  "@testing-library/react": "^13.4.0",