Skip to content

Commit

Permalink
chore(release): release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jan 12, 2022
1 parent aad61bd commit 1b086ab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.7.1](https://github.com/worktile/slate-angular/compare/v1.7.0...v1.7.1) (2022-01-12)


### Bug Fixes

* **placeholder:** fix(placeholder): use default value when placeholderDecorate is empty
* **core:** fix(core): check for existing context in BaseTextComponent.text


### [1.7.0](https://github.com/worktile/slate-angular/compare/v1.6.5...v1.7.0) (2021-12-23)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.0",
"version": "1.7.1",
"scripts": {
"ng": "ng",
"start": "ng serve demo",
Expand Down
4 changes: 2 additions & 2 deletions packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slate-angular",
"version": "1.7.0",
"version": "1.7.1",
"peerDependencies": {
"slate": ">= 0.63.0",
"tslib": "^2.0.0",
Expand All @@ -9,4 +9,4 @@
"direction": "^1.0.3",
"is-hotkey": "^0.1.6"
}
}
}

0 comments on commit 1b086ab

Please sign in to comment.