@lexical/list 0.2.2 → 0.2.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.
@@ -628,7 +628,7 @@ class ListItemNode extends lexical.ElementNode {
628
628
  {
629
629
  throw Error(`insertAfter: list node is not parent of list item node`);
630
630
  }
631
- } // Attempt to merge tables if the list is of the same type.
631
+ } // Attempt to merge if the list is of the same type.
632
632
 
633
633
 
634
634
  if ($isListNode(node) && node.getTag() === listNode.getTag()) {
package/package.json CHANGED
@@ -8,13 +8,13 @@
8
8
  "list"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "0.2.2",
11
+ "version": "0.2.3",
12
12
  "main": "LexicalList.js",
13
13
  "peerDependencies": {
14
- "lexical": "0.2.2"
14
+ "lexical": "0.2.3"
15
15
  },
16
16
  "dependencies": {
17
- "@lexical/utils": "0.2.2"
17
+ "@lexical/utils": "0.2.3"
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",