diff --git a/.changeset/happy-knives-ring.md b/.changeset/happy-knives-ring.md deleted file mode 100644 index b26de978..00000000 --- a/.changeset/happy-knives-ring.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"slate-angular": minor ---- - -remove slate-children/slate-leaves/SlateChildren/SlateLeaves - -BREAKING CHANGE: the code segment using slate-children/slate-leaves/SlateChildren/SlateLeaves need been removed diff --git a/.changeset/stale-yaks-impress.md b/.changeset/stale-yaks-impress.md deleted file mode 100644 index 80933f2b..00000000 --- a/.changeset/stale-yaks-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"slate-angular": minor ---- - -apply navigator api and provider setClipboardData and getClipboardData methods diff --git a/packages/CHANGELOG.md b/packages/CHANGELOG.md index aa917ec8..8efcfb0a 100644 --- a/packages/CHANGELOG.md +++ b/packages/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 17.2.0 + +### Minor Changes + +- [`b45c27f`](https://github.com/worktile/slate-angular/commit/b45c27f1b99f38b5958425fcd057a25684c5a5ac) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - remove slate-children/slate-leaves/SlateChildren/SlateLeaves + + BREAKING CHANGE: the code segment using slate-children/slate-leaves/SlateChildren/SlateLeaves need been removed + +- [#267](https://github.com/worktile/slate-angular/pull/267) [`146b69e`](https://github.com/worktile/slate-angular/commit/146b69e3e9d2c770a8236683a602d1ceb5bafb9f) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - apply navigator api and provider setClipboardData and getClipboardData methods + ## 17.1.3 ### Patch Changes diff --git a/packages/package.json b/packages/package.json index 87ef81eb..5d633612 100644 --- a/packages/package.json +++ b/packages/package.json @@ -1,6 +1,6 @@ { "name": "slate-angular", - "version": "17.1.3", + "version": "17.2.0", "description": "Angular view layer for Slate", "author": "pubuzhixing ", "homepage": "https://github.com/worktile/slate-angular#readme",