Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kuhnroyal/mat-datetimepicker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.25
Choose a base ref
...
head repository: kuhnroyal/mat-datetimepicker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.26
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 1, 2022

  1. Copy the full SHA
    f7bbba4 View commit details
  2. chore(release): 9.0.26

    GitHub Actions Bot committed Feb 1, 2022
    Copy the full SHA
    8580135 View commit details
Showing with 2,664 additions and 5,979 deletions.
  1. +1 −1 .github/version.json
  2. +6 −0 CHANGELOG.md
  3. +2,633 −5,954 package-lock.json
  4. +22 −22 package.json
  5. +1 −1 projects/core/package.json
  6. +1 −1 projects/moment/package.json
2 changes: 1 addition & 1 deletion .github/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "9.0.25"
"version": "9.0.26"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

### [9.0.26](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.25...v9.0.26) (2022-02-01)

### Other

- **deps:** update (dev-) deps ([f7bbba4](https://github.com/kuhnroyal/mat-datetimepicker/commit/f7bbba4e267d3c689d6e8111c00121ad68e5ff05))

### [9.0.25](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.24...v9.0.25) (2022-01-17)

### Other
Loading