@atlaskit/editor-core 187.41.7 → 187.41.8

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,12 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 187.41.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`890ab8d6307`](https://bitbucket.org/atlassian/atlassian-frontend/commits/890ab8d6307) - NO-ISSUE Move doc builder types to editor-common to break circular dependencies
8
+ - Updated dependencies
9
+
3
10
  ## 187.41.7
4
11
 
5
12
  ### 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 = "187.41.7";
9
+ var version = "187.41.8";
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
  export const name = "@atlaskit/editor-core";
2
- export const version = "187.41.7";
2
+ export const version = "187.41.8";
3
3
  export const nextMajorVersion = () => {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "187.41.7";
2
+ export var version = "187.41.8";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "187.41.7",
3
+ "version": "187.41.8",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -108,7 +108,7 @@
108
108
  "@atlaskit/radio": "^5.6.0",
109
109
  "@atlaskit/section-message": "^6.4.0",
110
110
  "@atlaskit/select": "^16.5.0",
111
- "@atlaskit/smart-card": "^26.23.0",
111
+ "@atlaskit/smart-card": "^26.24.0",
112
112
  "@atlaskit/smart-user-picker": "^6.3.0",
113
113
  "@atlaskit/spinner": "^15.5.0",
114
114
  "@atlaskit/status": "^1.3.0",
@@ -147,6 +147,7 @@
147
147
  "react-intl-next": "npm:react-intl@^5.18.1"
148
148
  },
149
149
  "devDependencies": {
150
+ "@af/editor-libra": "*",
150
151
  "@af/integration-testing": "*",
151
152
  "@atlaskit/code": "^14.6.0",
152
153
  "@atlaskit/collab-provider": "9.12.2",
@@ -158,7 +159,7 @@
158
159
  "@atlaskit/inline-dialog": "^13.6.0",
159
160
  "@atlaskit/link-analytics": "^8.2.0",
160
161
  "@atlaskit/link-provider": "^1.6.0",
161
- "@atlaskit/link-test-helpers": "^6.0.0",
162
+ "@atlaskit/link-test-helpers": "^6.1.0",
162
163
  "@atlaskit/media-core": "^34.1.0",
163
164
  "@atlaskit/media-integration-test-helpers": "^3.0.0",
164
165
  "@atlaskit/media-test-helpers": "^33.0.0",