@atlaskit/editor-core 185.8.3 → 185.9.1

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,21 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 185.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 185.9.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`65fe45e0cc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65fe45e0cc0) - Promoted border mark to full schema and add border support for email renderer
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 185.8.3
4
20
 
5
21
  ### Patch Changes
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.version = exports.nextMajorVersion = exports.name = void 0;
7
7
  var name = "@atlaskit/editor-core";
8
8
  exports.name = name;
9
- var version = "185.8.3";
9
+ var version = "185.9.1";
10
10
  exports.version = version;
11
11
  var nextMajorVersion = function nextMajorVersion() {
12
12
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "185.8.3",
3
+ "version": "185.9.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "185.8.3";
2
+ export const version = "185.9.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
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "185.8.3",
3
+ "version": "185.9.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "185.8.3";
2
+ export var version = "185.9.1";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "185.8.3",
3
+ "version": "185.9.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "185.8.3",
3
+ "version": "185.9.1",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@atlaskit/activity-provider": "^2.4.0",
37
- "@atlaskit/adf-schema": "^26.0.0",
37
+ "@atlaskit/adf-schema": "^26.1.0",
38
38
  "@atlaskit/adf-utils": "^19.0.0",
39
39
  "@atlaskit/analytics-gas-types": "^5.1.0",
40
40
  "@atlaskit/analytics-listeners": "^8.7.0",
@@ -50,7 +50,7 @@
50
50
  "@atlaskit/date": "^0.10.0",
51
51
  "@atlaskit/datetime-picker": "^12.7.0",
52
52
  "@atlaskit/editor-common": "^74.15.0",
53
- "@atlaskit/editor-json-transformer": "^8.9.0",
53
+ "@atlaskit/editor-json-transformer": "^8.10.0",
54
54
  "@atlaskit/editor-markdown-transformer": "^5.2.0",
55
55
  "@atlaskit/editor-palette": "1.5.1",
56
56
  "@atlaskit/editor-plugin-analytics": "^0.0.5",
@@ -60,7 +60,7 @@
60
60
  "@atlaskit/editor-plugin-feature-flags": "^0.1.0",
61
61
  "@atlaskit/editor-plugin-floating-toolbar": "^0.2.0",
62
62
  "@atlaskit/editor-plugin-grid": "^0.1.0",
63
- "@atlaskit/editor-plugin-table": "^1.7.0",
63
+ "@atlaskit/editor-plugin-table": "^2.0.0",
64
64
  "@atlaskit/editor-plugin-width": "^0.1.0",
65
65
  "@atlaskit/editor-shared-styles": "^2.4.0",
66
66
  "@atlaskit/editor-tables": "^2.3.0",
@@ -145,8 +145,8 @@
145
145
  "@atlaskit/collab-provider": "9.5.2",
146
146
  "@atlaskit/dropdown-menu": "^11.10.0",
147
147
  "@atlaskit/editor-extension-dropbox": "^0.4.0",
148
- "@atlaskit/editor-plugin-table": "^1.7.0",
149
- "@atlaskit/editor-test-helpers": "^18.8.0",
148
+ "@atlaskit/editor-plugin-table": "^2.0.0",
149
+ "@atlaskit/editor-test-helpers": "^18.9.0",
150
150
  "@atlaskit/flag": "^15.2.0",
151
151
  "@atlaskit/link-provider": "^1.6.0",
152
152
  "@atlaskit/link-test-helpers": "^4.1.0",