Skip to content

Commit 613f1ad

Browse files
committed
chore(release): 17.2.9
1 parent f792ee4 commit 613f1ad

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [17.2.9](https://github.com/BePo65/mat-datatable/compare/v17.2.8...v17.2.9) (2025-07-02)
6+
7+
8+
### Bug Fixes
9+
10+
* update packages to security issues ([f792ee4](https://github.com/BePo65/mat-datatable/commit/f792ee492d58968b904c85862c68adbd954f882b))
11+
512
## [17.2.8](https://github.com/BePo65/mat-datatable/compare/v17.2.7...v17.2.8) (2025-05-03)
613

714

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A simple data table with virtual scrolling using Angular Material.
66

7-
![Version](https://img.shields.io/badge/version-17.2.8-blue.svg?cacheSeconds=2592000)
7+
![Version](https://img.shields.io/badge/version-17.2.9-blue.svg?cacheSeconds=2592000)
88
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)]
99
![Angular version](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/core?color=red&label=Angular&logo=angular&logoColor=red)
1010
![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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mat-datatable",
3-
"version": "17.2.8",
3+
"version": "17.2.9",
44
"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.",
55
"repository": {
66
"type": "git",

projects/mat-datatable-lib/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [17.2.9](https://github.com/BePo65/mat-datatable/compare/v17.2.8...v17.2.9) (2025-07-02)
6+
7+
8+
### Bug Fixes
9+
10+
* update packages to security issues ([f792ee4](https://github.com/BePo65/mat-datatable/commit/f792ee492d58968b904c85862c68adbd954f882b))
11+
512
## [17.2.8](https://github.com/BePo65/mat-datatable/compare/v17.2.7...v17.2.8) (2025-05-03)
613

714

projects/mat-datatable-lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A simple data table with virtual scrolling using Angular Material.
66

7-
![Version](https://img.shields.io/badge/version-17.2.8-blue.svg?cacheSeconds=2592000)
7+
![Version](https://img.shields.io/badge/version-17.2.9-blue.svg?cacheSeconds=2592000)
88
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)]
99
![Angular version](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/core?color=red&label=Angular&logo=angular&logoColor=red)
1010
![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)

projects/mat-datatable-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mat-datatable",
3-
"version": "17.2.8",
3+
"version": "17.2.9",
44
"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.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)