diff --git a/CHANGELOG.md b/CHANGELOG.md index f838691..eb9cec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [17.2.5](https://github.com/BePo65/mat-datatable/compare/v17.2.4...v17.2.5) (2024-08-14) + + +### Bug Fixes + +* fix linting errors ([6d824f8](https://github.com/BePo65/mat-datatable/commit/6d824f810d9cccc584db9df03aa5166e140fb2f0)) +* update packages to fix github dependabot security warning ([f8b9990](https://github.com/BePo65/mat-datatable/commit/f8b999023f1243c56e0dd92ea554226f57e88a5a)) + ## [17.2.4](https://github.com/BePo65/mat-datatable/compare/v17.2.3...v17.2.4) (2024-07-02) ## [17.2.3](https://github.com/BePo65/mat-datatable/compare/v17.2.2...v17.2.3) (2024-03-06) diff --git a/README.md b/README.md index 03d75c1..727454c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple data table with virtual scrolling using Angular Material. -![Version](https://img.shields.io/badge/version-17.2.4-blue.svg?cacheSeconds=2592000) +![Version](https://img.shields.io/badge/version-17.2.5-blue.svg?cacheSeconds=2592000) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)] ![Angular version](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/core?color=red&label=Angular&logo=angular&logoColor=red) ![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/material?color=red&label=Angular-Material&logo=angular&logoColor=red) diff --git a/package.json b/package.json index b6c6590..bedc622 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mat-datatable", - "version": "17.2.4", + "version": "17.2.5", "description": "A component for Angular using Angular Material that implements a table as a simplified replacement for ngx-datatable. The project contains a library component and a demo project.", "repository": { "type": "git", diff --git a/projects/mat-datatable-lib/CHANGELOG.md b/projects/mat-datatable-lib/CHANGELOG.md index f838691..eb9cec9 100644 --- a/projects/mat-datatable-lib/CHANGELOG.md +++ b/projects/mat-datatable-lib/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [17.2.5](https://github.com/BePo65/mat-datatable/compare/v17.2.4...v17.2.5) (2024-08-14) + + +### Bug Fixes + +* fix linting errors ([6d824f8](https://github.com/BePo65/mat-datatable/commit/6d824f810d9cccc584db9df03aa5166e140fb2f0)) +* update packages to fix github dependabot security warning ([f8b9990](https://github.com/BePo65/mat-datatable/commit/f8b999023f1243c56e0dd92ea554226f57e88a5a)) + ## [17.2.4](https://github.com/BePo65/mat-datatable/compare/v17.2.3...v17.2.4) (2024-07-02) ## [17.2.3](https://github.com/BePo65/mat-datatable/compare/v17.2.2...v17.2.3) (2024-03-06) diff --git a/projects/mat-datatable-lib/README.md b/projects/mat-datatable-lib/README.md index 03d75c1..727454c 100644 --- a/projects/mat-datatable-lib/README.md +++ b/projects/mat-datatable-lib/README.md @@ -4,7 +4,7 @@ A simple data table with virtual scrolling using Angular Material. -![Version](https://img.shields.io/badge/version-17.2.4-blue.svg?cacheSeconds=2592000) +![Version](https://img.shields.io/badge/version-17.2.5-blue.svg?cacheSeconds=2592000) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)] ![Angular version](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/core?color=red&label=Angular&logo=angular&logoColor=red) ![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/material?color=red&label=Angular-Material&logo=angular&logoColor=red) diff --git a/projects/mat-datatable-lib/package.json b/projects/mat-datatable-lib/package.json index e1e58ea..0f497ad 100644 --- a/projects/mat-datatable-lib/package.json +++ b/projects/mat-datatable-lib/package.json @@ -1,6 +1,6 @@ { "name": "mat-datatable", - "version": "17.2.4", + "version": "17.2.5", "description": "A component for Angular using Angular Material that implements a table as a simplified replacement for ngx-datatable. The project contains a library component and a demo project.", "repository": { "type": "git",