@atlaskit/prosemirror-collab 0.2.21 → 0.2.23

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 +9 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/prosemirror-collab
2
2
 
3
+ ## 0.2.23
4
+
5
+ ### Patch Changes
6
+
7
+ - [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724) [`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) - [ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from 35.7.0 to 35.8.0
8
+
9
+ ## 0.2.22
10
+
11
+ ### Patch Changes
12
+
13
+ - [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777) [`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) - Bump adf-schema to 35.7.0
14
+
3
15
  ## 0.2.21
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/prosemirror-collab",
3
- "version": "0.2.21",
3
+ "version": "0.2.23",
4
4
  "description": "Collaborative editing for ProseMirror - Atlassian Fork",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,7 +36,7 @@
36
36
  "@babel/runtime": "^7.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@atlaskit/adf-schema": "^35.6.0",
39
+ "@atlaskit/adf-schema": "^35.8.0",
40
40
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0"
41
41
  },
42
42
  "techstack": {
@@ -47,7 +47,13 @@
47
47
  "circular-dependencies": [
48
48
  "file-and-folder-level"
49
49
  ]
50
+ },
51
+ "@repo/internal": {
52
+ "deprecation": "no-deprecated-imports",
53
+ "styling": [
54
+ "emotion"
55
+ ]
50
56
  }
51
57
  },
52
58
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
53
- }
59
+ }