@atlaskit/editor-plugin-save-on-enter 2.0.1 → 2.0.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,17 @@
1
1
  # @atlaskit/editor-plugin-save-on-enter
2
2
 
3
+ ## 2.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.0.1
4
16
 
5
17
  ### Patch Changes
@@ -44,7 +44,7 @@ var analyticsPayload = function analyticsPayload(state) {
44
44
  attributes: {
45
45
  inputMethod: _analytics.INPUT_METHOD.SHORTCUT,
46
46
  documentSize: state.doc.nodeSize
47
- // TODO add individual node counts - tables, headings, lists, mediaSingles, mediaGroups, mediaCards, panels, extensions, decisions, action, codeBlocks
47
+ // TODO: ED-26961 - add individual node counts - tables, headings, lists, mediaSingles, mediaGroups, mediaCards, panels, extensions, decisions, action, codeBlocks
48
48
  },
49
49
  eventType: _analytics.EVENT_TYPE.UI
50
50
  }
@@ -41,7 +41,7 @@ const analyticsPayload = state => ({
41
41
  attributes: {
42
42
  inputMethod: INPUT_METHOD.SHORTCUT,
43
43
  documentSize: state.doc.nodeSize
44
- // TODO add individual node counts - tables, headings, lists, mediaSingles, mediaGroups, mediaCards, panels, extensions, decisions, action, codeBlocks
44
+ // TODO: ED-26961 - add individual node counts - tables, headings, lists, mediaSingles, mediaGroups, mediaCards, panels, extensions, decisions, action, codeBlocks
45
45
  },
46
46
  eventType: EVENT_TYPE.UI
47
47
  }
@@ -38,7 +38,7 @@ var analyticsPayload = function analyticsPayload(state) {
38
38
  attributes: {
39
39
  inputMethod: INPUT_METHOD.SHORTCUT,
40
40
  documentSize: state.doc.nodeSize
41
- // TODO add individual node counts - tables, headings, lists, mediaSingles, mediaGroups, mediaCards, panels, extensions, decisions, action, codeBlocks
41
+ // TODO: ED-26961 - add individual node counts - tables, headings, lists, mediaSingles, mediaGroups, mediaCards, panels, extensions, decisions, action, codeBlocks
42
42
  },
43
43
  eventType: EVENT_TYPE.UI
44
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-save-on-enter",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Save-on-enter plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/editor-common": "^101.0.0",
34
+ "@atlaskit/editor-common": "^103.0.0",
35
35
  "@atlaskit/editor-prosemirror": "7.0.0",
36
36
  "@babel/runtime": "^7.0.0"
37
37
  },