Skip to content

Commit

Permalink
chore(release): 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Aug 20, 2022
1 parent 1066cf6 commit 0ca6e5d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "10.0.0"
"version": "10.0.1"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

### [10.0.1](https://github.com/kuhnroyal/mat-datetimepicker/compare/v10.0.0...v10.0.1) (2022-08-20)

### Bug Fixes

- **#158:** prevent closing the active view when clicking on a disabled hour/minute ([1066cf6](https://github.com/kuhnroyal/mat-datetimepicker/commit/1066cf66682488937e6c95d1cbf9aa3d29378254)), closes [#158](https://github.com/kuhnroyal/mat-datetimepicker/issues/158)

## [10.0.0](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.68...v10.0.0) (2022-07-11)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mat-datetimepicker/core",
"version": "10.0.0",
"version": "10.0.1",
"repository": "https://github.com/kuhnroyal/mat-datetimepicker.git",
"author": "PL <kuhnroyal@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion projects/moment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mat-datetimepicker/moment",
"version": "10.0.0",
"version": "10.0.1",
"repository": "https://github.com/kuhnroyal/mat-datetimepicker.git",
"author": "PL <kuhnroyal@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 0ca6e5d

Please sign in to comment.