@atlaskit/editor-json-transformer 8.10.20 → 8.10.22

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 +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-json-transformer
2
2
 
3
+ ## 8.10.22
4
+
5
+ ### Patch Changes
6
+
7
+ - [#66470](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66470) [`fd001091ca63`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fd001091ca63) - improve example and update unit tests for media nodes
8
+
9
+ ## 8.10.21
10
+
11
+ ### Patch Changes
12
+
13
+ - [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031) [`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) - ED-21609 Update adf-schema to 35.3.0
14
+
3
15
  ## 8.10.20
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-json-transformer",
3
- "version": "8.10.20",
3
+ "version": "8.10.22",
4
4
  "description": "JSON transformer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,7 +31,8 @@
31
31
  ],
32
32
  "website": {
33
33
  "name": "Editor Json Transformer"
34
- }
34
+ },
35
+ "runReact18": false
35
36
  },
36
37
  "af:exports": {
37
38
  ".": "./src/index.ts",
@@ -40,7 +41,7 @@
40
41
  "./types": "./src/types.ts"
41
42
  },
42
43
  "dependencies": {
43
- "@atlaskit/adf-schema": "^35.2.0",
44
+ "@atlaskit/adf-schema": "^35.3.0",
44
45
  "@atlaskit/adf-utils": "^19.0.0",
45
46
  "@atlaskit/editor-prosemirror": "1.1.0",
46
47
  "@babel/runtime": "^7.0.0",