@atlaskit/editor-core 98.1.11 → 98.1.12

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
+ ## 98.1.12
4
+ - [patch] [1c62bcce7d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c62bcce7d):
5
+
6
+ - Fix a problem with smart cards not appearing sometimes when lazy rendered and lazy loaded after code-split.
7
+
3
8
  ## 98.1.11
4
9
  - [patch] [be706e55f6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be706e55f6):
5
10
 
package/dist/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "98.1.11",
3
+ "version": "98.1.12",
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.11",
3
+ "version": "98.1.12",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/es5/index.js",
@@ -51,7 +51,7 @@
51
51
  "@atlaskit/modal-dialog": "^7.2.1",
52
52
  "@atlaskit/select": "^6.1.19",
53
53
  "@atlaskit/size-detector": "^5.0.9",
54
- "@atlaskit/smart-card": "^9.6.8",
54
+ "@atlaskit/smart-card": "^9.7.0",
55
55
  "@atlaskit/spinner": "^9.0.13",
56
56
  "@atlaskit/status": "^0.3.2",
57
57
  "@atlaskit/task-decision": "^11.1.8",