@atlaskit/editor-core 189.3.33 → 189.3.35

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,12 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 189.3.35
4
+
5
+ ### Patch Changes
6
+
7
+ - [#42221](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42221) [`7fd1f8bb312`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fd1f8bb312) - revert pr 42221
8
+ - [#43417](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43417) [`3f3c17f0273`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3c17f0273) - ED-20971 Upgrade adf-schema package to ^34.0.0
9
+
3
10
  ## 189.3.33
4
11
 
5
12
  ### Patch Changes
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "189.3.33";
8
+ var version = exports.version = "189.3.35";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "189.3.33";
2
+ export const version = "189.3.35";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "189.3.33";
2
+ export var version = "189.3.35";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "189.3.33",
3
+ "version": "189.3.35",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@atlaskit/activity-provider": "^2.4.0",
43
- "@atlaskit/adf-schema": "^33.2.3",
43
+ "@atlaskit/adf-schema": "^34.0.0",
44
44
  "@atlaskit/adf-utils": "^19.0.0",
45
45
  "@atlaskit/analytics-namespaced-context": "^6.7.0",
46
46
  "@atlaskit/analytics-next": "^9.1.0",
@@ -166,7 +166,7 @@
166
166
  "@af/integration-testing": "*",
167
167
  "@af/visual-regression": "*",
168
168
  "@atlaskit/analytics-listeners": "^8.7.0",
169
- "@atlaskit/collab-provider": "9.16.0",
169
+ "@atlaskit/collab-provider": "9.16.1",
170
170
  "@atlaskit/dropdown-menu": "^12.1.0",
171
171
  "@atlaskit/editor-extension-dropbox": "^0.4.0",
172
172
  "@atlaskit/editor-palette": "1.5.2",