@atlaskit/editor-core 98.1.8 → 98.1.11

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,20 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 98.1.11
4
+ - [patch] [be706e55f6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be706e55f6):
5
+
6
+ - Fixes tableRow validation failure
7
+
8
+ ## 98.1.10
9
+ - [patch] [e7dcb7ef15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7dcb7ef15):
10
+
11
+ - Revert table resizing collab change
12
+
13
+ ## 98.1.9
14
+ - [patch] [1ee84815dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1ee84815dd):
15
+
16
+ - ED-6133: Visually apply column resize changes in collab editing
17
+
3
18
  ## 98.1.8
4
19
  - [patch] [e83a20575b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e83a20575b):
5
20
 
package/dist/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "98.1.8",
3
+ "version": "98.1.11",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "98.1.8",
3
+ "version": "98.1.11",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/es5/index.js",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@atlaskit/activity": "^1.0.1",
27
27
  "@atlaskit/adf-schema": "^1.4.6",
28
- "@atlaskit/adf-utils": "^5.4.0",
28
+ "@atlaskit/adf-utils": "^5.6.0",
29
29
  "@atlaskit/analytics-gas-types": "^3.2.3",
30
30
  "@atlaskit/analytics-namespaced-context": "^2.1.5",
31
31
  "@atlaskit/analytics-next": "^3.1.2",
@@ -125,4 +125,4 @@
125
125
  "react-intl": "^2.6.0",
126
126
  "sinon": "^2.2.0"
127
127
  }
128
- }
128
+ }