@atlaskit/editor-core 98.11.0 → 98.11.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,10 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 98.11.1
4
+ - [patch] [ea423a619f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ea423a619f):
5
+
6
+ - Fixed the call to the /check endpoint
7
+
3
8
  ## 98.11.0
4
9
  - [minor] [448b9946cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/448b9946cc):
5
10
 
package/dist/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "98.11.0",
3
+ "version": "98.11.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": "98.11.0",
3
+ "version": "98.11.1",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/es5/index.js",
@@ -52,7 +52,7 @@
52
52
  "@atlaskit/modal-dialog": "^7.2.3",
53
53
  "@atlaskit/select": "^7.0.0",
54
54
  "@atlaskit/size-detector": "^5.0.9",
55
- "@atlaskit/smart-card": "^9.7.0",
55
+ "@atlaskit/smart-card": "^9.10.0",
56
56
  "@atlaskit/spinner": "^9.0.13",
57
57
  "@atlaskit/status": "^0.3.2",
58
58
  "@atlaskit/task-decision": "^11.1.8",
@@ -126,4 +126,4 @@
126
126
  "react-intl": "^2.6.0",
127
127
  "sinon": "^2.2.0"
128
128
  }
129
- }
129
+ }