From a5254ef869decc560f86c87d306f8c789802597f Mon Sep 17 00:00:00 2001 From: pubuzhixing8 Date: Fri, 15 Oct 2021 16:31:09 +0800 Subject: [PATCH] chore(release): pub v1.6.3 --- CHANGELOG.md | 12 ++++++++++-- package.json | 2 +- packages/package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1fc2e5..1218b559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [1.6.2](https://github.com/worktile/slate-angular/compare/v1.5.4...v1.6.2) (2021-10-13) +### [1.6.3](https://github.com/worktile/slate-angular/compare/v1.6.2...v1.6.3) (2021-10-15) ### Bug Fixes -* **core:** add deleteCutData function for cut +* **core:** fix the IME input fails when text is selected + + +### [1.6.2](https://github.com/worktile/slate-angular/compare/v1.5.4...v1.6.2) (2021-10-13) + + +### Features + +* **plugin:** add deleteCutData function for cut ### [1.5.4](https://github.com/worktile/slate-angular/compare/v1.5.3...v1.5.4) (2021-10-11) diff --git a/package.json b/package.json index 3b0ded34..a2a8717e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slate-angular", - "version": "1.6.2", + "version": "1.6.3", "scripts": { "ng": "ng", "start": "ng serve demo", diff --git a/packages/package.json b/packages/package.json index 631e79f3..1af12e4e 100644 --- a/packages/package.json +++ b/packages/package.json @@ -1,6 +1,6 @@ { "name": "slate-angular", - "version": "1.6.2", + "version": "1.6.3", "dependencies": { "tslib": "^2.0.0", "slate-history": "^0.62.0",