@atlaskit/editor-core 213.5.2 → 213.5.3

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,14 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 213.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a77acd87fef67`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a77acd87fef67) -
8
+ EDITOR-1391 add new analytics event which logs editor width and all table widths on the page once
9
+ after page is loaded in both editor and renderer. remove previous implementation in width plugin.
10
+ - Updated dependencies
11
+
3
12
  ## 213.5.2
4
13
 
5
14
  ### 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 = "0.0.0-development";
8
+ var version = exports.version = "213.5.2";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "0.0.0-development";
2
+ export const version = "213.5.2";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "0.0.0-development";
2
+ export var version = "213.5.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "213.5.2",
3
+ "version": "213.5.3",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -81,7 +81,7 @@
81
81
  "uuid": "^3.1.0"
82
82
  },
83
83
  "peerDependencies": {
84
- "@atlaskit/editor-common": "^109.11.0",
84
+ "@atlaskit/editor-common": "^109.12.0",
85
85
  "@atlaskit/link-provider": "^4.0.0",
86
86
  "@atlaskit/media-core": "^37.0.0",
87
87
  "react": "^18.2.0",
@@ -97,7 +97,7 @@
97
97
  "@atlaskit/editor-plugin-annotation": "^5.4.0",
98
98
  "@atlaskit/editor-plugin-card": "^10.1.0",
99
99
  "@atlaskit/editor-plugin-list": "^7.2.0",
100
- "@atlaskit/editor-plugin-paste": "^6.2.0",
100
+ "@atlaskit/editor-plugin-paste": "^6.3.0",
101
101
  "@atlaskit/link-provider": "^4.0.0",
102
102
  "@atlaskit/logo": "^19.7.0",
103
103
  "@atlaskit/media-core": "^37.0.0",