@atlaskit/editor-core 97.1.4 → 97.1.5

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,10 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 97.1.5
4
+ - [patch] [bfe22480d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bfe22480d0):
5
+
6
+ - ED-6056: fix zero width columns in renderer for migration tables
7
+
3
8
  ## 97.1.4
4
9
  - [patch] [f77cd3fb66](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f77cd3fb66):
5
10
 
package/dist/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "97.1.4",
3
+ "version": "97.1.5",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "97.1.4",
3
+ "version": "97.1.5",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/es5/index.js",
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/code": "^8.2.2",
38
38
  "@atlaskit/date": "^0.2.0",
39
39
  "@atlaskit/droplist": "^7.0.18",
40
- "@atlaskit/editor-common": "^30.0.1",
40
+ "@atlaskit/editor-common": "^30.0.2",
41
41
  "@atlaskit/editor-json-transformer": "^4.1.7",
42
42
  "@atlaskit/editor-markdown-transformer": "^2.1.7",
43
43
  "@atlaskit/emoji": "^53.0.1",
@@ -125,4 +125,4 @@
125
125
  "react-intl": "^2.6.0",
126
126
  "sinon": "^2.2.0"
127
127
  }
128
- }
128
+ }