@atlaskit/editor-plugin-media-insert 16.0.0 → 17.0.0

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 +14 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugin-media-insert
2
2
 
3
+ ## 17.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 16.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`0457795b04c62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0457795b04c62) -
14
+ EDITOR-4396 Media toolbar button doesn't when missing the mediaInsert Plugin
15
+ - Updated dependencies
16
+
3
17
  ## 16.0.0
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media-insert",
3
- "version": "16.0.0",
3
+ "version": "17.0.0",
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.0.0",
27
+ "@atlaskit/editor-plugin-media": "^9.4.0",
28
28
  "@atlaskit/editor-prosemirror": "^7.2.0",
29
29
  "@atlaskit/editor-shared-styles": "^3.10.0",
30
- "@atlaskit/form": "^15.2.0",
31
- "@atlaskit/icon": "^29.3.0",
32
- "@atlaskit/media-card": "^79.11.0",
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
- "@atlaskit/primitives": "^17.0.0",
38
- "@atlaskit/section-message": "^8.11.0",
37
+ "@atlaskit/primitives": "^17.1.0",
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.0.0",
46
- "@atlaskit/tokens": "^9.0.0",
45
+ "@atlaskit/editor-common": "^111.8.0",
46
+ "@atlaskit/tokens": "^10.0.0",
47
47
  "react": "^18.2.0",
48
48
  "react-dom": "^18.2.0"
49
49
  },