@atlaskit/editor-core 191.7.9 → 191.7.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,12 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 191.7.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572) [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) - Upgrading @atlaskit/editor-prosemirror dependency
8
+ - [#70460](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70460) [`2f37600156ae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2f37600156ae) - The internal composition of a component in this package has changed. There is no expected change in behaviour.
9
+
3
10
  ## 191.7.9
4
11
 
5
12
  ### Patch Changes
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "191.7.9";
8
+ var version = exports.version = "191.7.12";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "191.7.9";
2
+ export const version = "191.7.12";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "191.7.9";
2
+ export var version = "191.7.12";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "191.7.9",
3
+ "version": "191.7.12",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -46,10 +46,10 @@
46
46
  "@atlaskit/analytics-next": "^9.2.0",
47
47
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
48
48
  "@atlaskit/button": "^17.3.0",
49
- "@atlaskit/editor-common": "^77.2.0",
49
+ "@atlaskit/editor-common": "^77.3.0",
50
50
  "@atlaskit/editor-json-transformer": "^8.10.0",
51
51
  "@atlaskit/editor-plugins": "^1.3.0",
52
- "@atlaskit/editor-prosemirror": "1.1.0",
52
+ "@atlaskit/editor-prosemirror": "3.0.0",
53
53
  "@atlaskit/editor-shared-styles": "^2.9.0",
54
54
  "@atlaskit/emoji": "^67.6.0",
55
55
  "@atlaskit/icon": "^22.0.0",
@@ -89,8 +89,8 @@
89
89
  "@atlaskit/adf-utils": "^19.0.0",
90
90
  "@atlaskit/analytics-listeners": "^8.9.1",
91
91
  "@atlaskit/checkbox": "^13.0.0",
92
- "@atlaskit/collab-provider": "9.22.5",
93
- "@atlaskit/dropdown-menu": "^12.4.0",
92
+ "@atlaskit/collab-provider": "9.22.6",
93
+ "@atlaskit/dropdown-menu": "^12.5.0",
94
94
  "@atlaskit/editor-plugin-card": "^0.16.5",
95
95
  "@atlaskit/editor-plugin-editor-viewmode": "^0.1.15",
96
96
  "@atlaskit/editor-plugin-list": "^3.1.5",
@@ -104,6 +104,7 @@
104
104
  "@atlaskit/media-integration-test-helpers": "^3.0.0",
105
105
  "@atlaskit/media-test-helpers": "^33.0.27",
106
106
  "@atlaskit/modal-dialog": "^12.10.0",
107
+ "@atlaskit/primitives": "^2.0.0",
107
108
  "@atlaskit/renderer": "^109.4.0",
108
109
  "@atlaskit/select": "^17.0.3",
109
110
  "@atlaskit/smart-card": "^26.46.0",
@@ -114,7 +115,7 @@
114
115
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
115
116
  "@atlassian/feature-flags-test-utils": "^0.2.0",
116
117
  "@atlassian/link-picker-plugins": "^24.0.0",
117
- "@atlassian/search-provider": "2.4.17",
118
+ "@atlassian/search-provider": "2.4.18",
118
119
  "@atlassian/ufo": "^0.2.0",
119
120
  "@emotion/jest": "^11.8.0",
120
121
  "@storybook/addon-knobs": "^5.3.18",