@atlaskit/editor-plugin-media 8.2.0 → 8.2.1

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 +8 -0
  2. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-plugin-media
2
2
 
3
+ ## 8.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5771b6f88f16a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5771b6f88f16a) -
8
+ Clean up platform_editor_fix_image_size_diff_during_ssr
9
+ - Updated dependencies
10
+
3
11
  ## 8.2.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -49,7 +49,7 @@
49
49
  "@atlaskit/editor-plugin-toolbar": "^3.3.0",
50
50
  "@atlaskit/editor-plugin-width": "^7.0.0",
51
51
  "@atlaskit/editor-prosemirror": "7.0.0",
52
- "@atlaskit/editor-shared-styles": "^3.7.0",
52
+ "@atlaskit/editor-shared-styles": "^3.8.0",
53
53
  "@atlaskit/editor-tables": "^2.9.0",
54
54
  "@atlaskit/form": "^14.2.0",
55
55
  "@atlaskit/icon": "^28.5.0",
@@ -68,7 +68,7 @@
68
68
  "@atlaskit/theme": "^21.0.0",
69
69
  "@atlaskit/tmp-editor-statsig": "^13.13.0",
70
70
  "@atlaskit/tokens": "^7.0.0",
71
- "@atlaskit/tooltip": "^20.5.0",
71
+ "@atlaskit/tooltip": "^20.6.0",
72
72
  "@babel/runtime": "^7.0.0",
73
73
  "@emotion/react": "^11.7.1",
74
74
  "bind-event-listener": "^3.0.0",
@@ -151,9 +151,6 @@
151
151
  "platform_editor_ssr_media": {
152
152
  "type": "boolean"
153
153
  },
154
- "platform_editor_fix_image_size_diff_during_ssr": {
155
- "type": "boolean"
156
- },
157
154
  "platform_editor_track_media_fail_to_insert": {
158
155
  "type": "boolean"
159
156
  },