diff --git a/.changeset/pre.json b/.changeset/pre.json index 794c483..e48bce6 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -21,11 +21,13 @@ "ninety-snakes-yawn", "rare-snails-join", "red-poets-grin", + "shy-weeks-report", "silly-pillows-mate", "slimy-cycles-share", "strange-flowers-suffer", "stupid-files-wait", "stupid-grapes-warn", + "tender-cobras-walk", "twenty-geckos-roll", "witty-walls-hunt" ] diff --git a/packages/CHANGELOG.md b/packages/CHANGELOG.md index 36f47f4..0d2879a 100644 --- a/packages/CHANGELOG.md +++ b/packages/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 16.1.0-next.19 + +### Patch Changes + +- [`52fcaa1`](https://github.com/worktile/slate-angular/commit/52fcaa1f7cb6a680c02cdbc1a96059e30e8f1b53) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - prevent move selection when selection is in left or right cursor when click up + +- [`edd539d`](https://github.com/worktile/slate-angular/commit/edd539d6abd59787c2c9c65ca5fe0effddfd31e1) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - update NODE_TO_INDEX and NODE_TO_PARENT when diffResult is undefined + ## 16.1.0-next.18 ### Patch Changes diff --git a/packages/package.json b/packages/package.json index 0f4ed4a..4781616 100644 --- a/packages/package.json +++ b/packages/package.json @@ -1,6 +1,6 @@ { "name": "slate-angular", - "version": "16.1.0-next.18", + "version": "16.1.0-next.19", "description": "Angular view layer for Slate", "author": "pubuzhixing ", "homepage": "https://github.com/worktile/slate-angular#readme",