@atlaskit/editor-plugin-media-insert 14.0.4 → 14.0.6

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 +16 -0
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-plugin-media-insert
2
2
 
3
+ ## 14.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`840338033507a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/840338033507a) -
8
+ Migrating custom icons behind feature flag.
9
+ - Updated dependencies
10
+
11
+ ## 14.0.5
12
+
13
+ ### Patch Changes
14
+
15
+ - [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) -
16
+ EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema
17
+ - Updated dependencies
18
+
3
19
  ## 14.0.4
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media-insert",
3
- "version": "14.0.4",
3
+ "version": "14.0.6",
4
4
  "description": "Media Insert plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "atlaskit:src": "src/index.ts",
23
23
  "dependencies": {
24
- "@atlaskit/adf-schema": "^51.4.0",
24
+ "@atlaskit/adf-schema": "^51.5.1",
25
25
  "@atlaskit/button": "^23.6.0",
26
26
  "@atlaskit/editor-plugin-analytics": "^6.2.0",
27
27
  "@atlaskit/editor-plugin-media": "^8.4.0",
@@ -29,7 +29,7 @@
29
29
  "@atlaskit/editor-shared-styles": "^3.10.0",
30
30
  "@atlaskit/form": "^14.3.0",
31
31
  "@atlaskit/icon": "^29.0.0",
32
- "@atlaskit/media-card": "^79.8.0",
32
+ "@atlaskit/media-card": "^79.9.0",
33
33
  "@atlaskit/media-client": "^35.6.0",
34
34
  "@atlaskit/media-client-react": "^4.1.0",
35
35
  "@atlaskit/media-picker": "^70.1.0",
@@ -38,12 +38,11 @@
38
38
  "@atlaskit/section-message": "^8.9.0",
39
39
  "@atlaskit/tabs": "^18.2.0",
40
40
  "@atlaskit/textfield": "^8.1.0",
41
- "@atlaskit/tmp-editor-statsig": "^13.44.0",
42
41
  "@babel/runtime": "^7.0.0",
43
42
  "react-intl-next": "npm:react-intl@^5.18.1"
44
43
  },
45
44
  "peerDependencies": {
46
- "@atlaskit/editor-common": "^110.35.0",
45
+ "@atlaskit/editor-common": "^110.38.0",
47
46
  "@atlaskit/tokens": "^8.4.0",
48
47
  "react": "^18.2.0",
49
48
  "react-dom": "^18.2.0"