Skip to content

Commit

Permalink
chore(master): release 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Maxl94 committed Jan 10, 2024
1 parent 44bb1d9 commit 09ed375
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions projects/mat-multi-sort/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [17.0.0](https://github.com/Maxl94/ngx-multi-sort-table/compare/v16.0.2...v17.0.0) (2024-01-10)


### ⚠ BREAKING CHANGES

* removing init console log, that serves no purpose in a production release
* More type cleanup to enable tsconfig strict=true
* moving tsconfig to strict since this is the default in angular projects
* migration angular material components and styles to newer offerings in angular 17

### Features

* moving tsconfig to strict since this is the default in angular projects ([f4683d1](https://github.com/Maxl94/ngx-multi-sort-table/commit/f4683d1c1faf7b1a6cc3afed9311d0303271aee2))


### Miscellaneous Chores

* migration angular material components and styles to newer offerings in angular 17 ([f4683d1](https://github.com/Maxl94/ngx-multi-sort-table/commit/f4683d1c1faf7b1a6cc3afed9311d0303271aee2))
* More type cleanup to enable tsconfig strict=true ([912aab0](https://github.com/Maxl94/ngx-multi-sort-table/commit/912aab0673b0881b2dbeadb9c2913270596d8ce6))
* removing init console log, that serves no purpose in a production release ([44bb1d9](https://github.com/Maxl94/ngx-multi-sort-table/commit/44bb1d925a6b962636a7d6cebaa8a6d95325e6c2))

## [16.0.2](https://github.com/Maxl94/ngx-multi-sort-table/compare/v16.0.1...v16.0.2) (2023-09-07)


Expand Down
2 changes: 1 addition & 1 deletion projects/mat-multi-sort/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 projects/mat-multi-sort/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-multi-sort",
"version": "16.0.2",
"version": "17.0.0",
"description": "An extension for the angular material table to support multi-sorting.",
"author": "Maximilian Balluff",
"repository": {
Expand Down

0 comments on commit 09ed375

Please sign in to comment.