@atlaskit/editor-json-transformer 8.22.1 → 8.23.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 +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-json-transformer
2
2
 
3
+ ## 8.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
8
+ [`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
9
+ Bumped editor-prosemirror version to 7.0.0
10
+
11
+ ## 8.22.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [#107782](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107782)
16
+ [`cccc7a8347929`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cccc7a8347929) -
17
+ [ux] ED-26378 Remove editor_nest_media_and_codeblock_in_quotes_jira and
18
+ nestMediaAndCodeblockInQuote
19
+
3
20
  ## 8.22.1
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-json-transformer",
3
- "version": "8.22.1",
3
+ "version": "8.23.0",
4
4
  "description": "JSON transformer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -38,13 +38,13 @@
38
38
  "dependencies": {
39
39
  "@atlaskit/adf-schema": "^46.1.0",
40
40
  "@atlaskit/adf-utils": "^19.18.0",
41
- "@atlaskit/editor-prosemirror": "6.2.1",
41
+ "@atlaskit/editor-prosemirror": "7.0.0",
42
42
  "@atlaskit/platform-feature-flags": "^1.0.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "lodash": "^4.17.21"
45
45
  },
46
46
  "devDependencies": {
47
- "@atlaskit/editor-plugin-highlight": "1.19.12",
47
+ "@atlaskit/editor-plugin-highlight": "1.20.0",
48
48
  "react": "^18.2.0",
49
49
  "typescript": "~5.4.2"
50
50
  },