Skip to content

Commit

Permalink
chore(release): pub v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Oct 15, 2021
1 parent c074cdd commit a5254ef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slate-angular",
"version": "1.6.2",
"version": "1.6.3",
"scripts": {
"ng": "ng",
"start": "ng serve demo",
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a5254ef

Please sign in to comment.