@atlaskit/collab-provider 14.2.0 → 14.2.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/collab-provider
2
2
 
3
+ ## 14.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 14.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 14.2.0
4
16
 
5
17
  ### Minor Changes
@@ -42,6 +42,9 @@
42
42
  {
43
43
  "path": "../../editor-json-transformer/afm-cc/tsconfig.json"
44
44
  },
45
+ {
46
+ "path": "../../editor-prosemirror/afm-cc/tsconfig.json"
47
+ },
45
48
  {
46
49
  "path": "../../../measurement/feature-gate-js-client/afm-cc/tsconfig.json"
47
50
  },
@@ -42,6 +42,9 @@
42
42
  {
43
43
  "path": "../../editor-json-transformer/afm-jira/tsconfig.json"
44
44
  },
45
+ {
46
+ "path": "../../editor-prosemirror/afm-jira/tsconfig.json"
47
+ },
45
48
  {
46
49
  "path": "../../../measurement/feature-gate-js-client/afm-jira/tsconfig.json"
47
50
  },
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.nextMajorVersion = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/collab-provider";
8
- var version = exports.version = "14.1.2";
8
+ var version = exports.version = "14.2.1";
9
9
  var nextMajorVersion = exports.nextMajorVersion = function nextMajorVersion() {
10
10
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
11
11
  };
@@ -1,5 +1,5 @@
1
1
  export const name = "@atlaskit/collab-provider";
2
- export const version = "14.1.2";
2
+ export const version = "14.2.1";
3
3
  export const nextMajorVersion = () => {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  export var name = "@atlaskit/collab-provider";
2
- export var version = "14.1.2";
2
+ export var version = "14.2.1";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/collab-provider",
3
- "version": "14.2.0",
3
+ "version": "14.2.2",
4
4
  "description": "A provider for collaborative editing.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,15 +29,15 @@
29
29
  "@atlaskit/adf-utils": "^19.26.0",
30
30
  "@atlaskit/analytics-gas-types": "^5.1.0",
31
31
  "@atlaskit/analytics-listeners": "^9.1.0",
32
- "@atlaskit/anonymous-assets": "^0.0.14",
32
+ "@atlaskit/anonymous-assets": "^0.0.15",
33
33
  "@atlaskit/atlassian-context": "^0.6.0",
34
34
  "@atlaskit/editor-json-transformer": "^8.31.0",
35
- "@atlaskit/editor-prosemirror": "7.0.0",
35
+ "@atlaskit/editor-prosemirror": "^7.2.0",
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
38
  "@atlaskit/prosemirror-collab": "^0.22.0",
39
- "@atlaskit/react-ufo": "^4.15.0",
40
- "@atlaskit/tmp-editor-statsig": "^15.5.0",
39
+ "@atlaskit/react-ufo": "^4.16.0",
40
+ "@atlaskit/tmp-editor-statsig": "^16.0.0",
41
41
  "@atlaskit/ufo": "^0.4.0",
42
42
  "@atlaskit/util-service-support": "^6.3.0",
43
43
  "@babel/runtime": "^7.0.0",
@@ -63,7 +63,7 @@
63
63
  }
64
64
  },
65
65
  "devDependencies": {
66
- "@atlaskit/adf-schema": "^51.5.1",
66
+ "@atlaskit/adf-schema": "^51.5.0",
67
67
  "@atlassian/feature-flags-test-utils": "^1.0.0"
68
68
  },
69
69
  "platform-feature-flags": {
@@ -75,6 +75,6 @@
75
75
  }
76
76
  },
77
77
  "peerDependencies": {
78
- "@atlaskit/editor-common": "^110.41.0"
78
+ "@atlaskit/editor-common": "^110.46.0"
79
79
  }
80
80
  }