@atlaskit/editor-plugin-media-insert 16.0.0 → 16.0.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.
- package/CHANGELOG.md +8 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-media-insert
|
|
2
2
|
|
|
3
|
+
## 16.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`0457795b04c62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0457795b04c62) -
|
|
8
|
+
EDITOR-4396 Media toolbar button doesn't when missing the mediaInsert Plugin
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 16.0.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-media-insert",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.1",
|
|
4
4
|
"description": "Media Insert plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -24,26 +24,26 @@
|
|
|
24
24
|
"@atlaskit/adf-schema": "^51.5.0",
|
|
25
25
|
"@atlaskit/button": "^23.9.0",
|
|
26
26
|
"@atlaskit/editor-plugin-analytics": "^7.0.0",
|
|
27
|
-
"@atlaskit/editor-plugin-media": "^9.
|
|
27
|
+
"@atlaskit/editor-plugin-media": "^9.3.0",
|
|
28
28
|
"@atlaskit/editor-prosemirror": "^7.2.0",
|
|
29
29
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
30
|
-
"@atlaskit/form": "^15.
|
|
31
|
-
"@atlaskit/icon": "^29.
|
|
32
|
-
"@atlaskit/media-card": "^79.
|
|
30
|
+
"@atlaskit/form": "^15.3.0",
|
|
31
|
+
"@atlaskit/icon": "^29.4.0",
|
|
32
|
+
"@atlaskit/media-card": "^79.13.0",
|
|
33
33
|
"@atlaskit/media-client": "^35.7.0",
|
|
34
34
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
35
35
|
"@atlaskit/media-picker": "^70.1.0",
|
|
36
36
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
37
37
|
"@atlaskit/primitives": "^17.0.0",
|
|
38
|
-
"@atlaskit/section-message": "^8.
|
|
38
|
+
"@atlaskit/section-message": "^8.12.0",
|
|
39
39
|
"@atlaskit/tabs": "^18.3.0",
|
|
40
40
|
"@atlaskit/textfield": "^8.2.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@atlaskit/editor-common": "^111.
|
|
46
|
-
"@atlaskit/tokens": "^9.
|
|
45
|
+
"@atlaskit/editor-common": "^111.7.0",
|
|
46
|
+
"@atlaskit/tokens": "^9.1.0",
|
|
47
47
|
"react": "^18.2.0",
|
|
48
48
|
"react-dom": "^18.2.0"
|
|
49
49
|
},
|