lexical 0.26.1-nightly.20250303.0 → 0.27.0

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/Lexical.dev.js CHANGED
@@ -10221,7 +10221,7 @@ class LexicalEditor {
10221
10221
  };
10222
10222
  }
10223
10223
  }
10224
- LexicalEditor.version = "0.26.1-nightly.20250303.0+dev.cjs";
10224
+ LexicalEditor.version = "0.27.0+dev.cjs";
10225
10225
 
10226
10226
  let keyCounter = 1;
10227
10227
  function resetRandomKey() {
package/Lexical.dev.mjs CHANGED
@@ -10219,7 +10219,7 @@ class LexicalEditor {
10219
10219
  };
10220
10220
  }
10221
10221
  }
10222
- LexicalEditor.version = "0.26.1-nightly.20250303.0+dev.esm";
10222
+ LexicalEditor.version = "0.27.0+dev.esm";
10223
10223
 
10224
10224
  let keyCounter = 1;
10225
10225
  function resetRandomKey() {