Skip to content

Commit 2a30684

Browse files
committed
chore(release): 17.2.12
1 parent d154fdc commit 2a30684

6 files changed

Lines changed: 21 additions & 7 deletions

File tree

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.12](https://github.com/BePo65/mat-datatable/compare/v17.2.11...v17.2.12) (2025-10-25)
6+
7+
8+
### Bug Fixes
9+
10+
* update packages to latest versions ([3e82442](https://github.com/BePo65/mat-datatable/commit/3e82442debaee05f97af67906b2046872d2e5c25))
11+
512
## [17.2.11](https://github.com/BePo65/mat-datatable/compare/v17.2.10...v17.2.11) (2025-10-04)
613

714
## [17.2.10](https://github.com/BePo65/mat-datatable/compare/v17.2.9...v17.2.10) (2025-10-03)

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.11-blue.svg?cacheSeconds=86400)](https://github.com/BePo65/mat-datatable/blob/main/CHANGELOG.md)
7+
[![Version](https://img.shields.io/badge/version-17.2.12-blue.svg?cacheSeconds=86400)](https://github.com/BePo65/mat-datatable/blob/main/CHANGELOG.md)
88
[![License](https://img.shields.io/badge/License-MIT-yellow.svg?cacheSeconds=86400)](https://github.com/BePo65/mat-datatable/blob/main/LICENSE)
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)](https://v17.angular.io/docs)
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)](https://v17.material.angular.dev/components/categories)

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.11",
3+
"version": "17.2.12",
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.12](https://github.com/BePo65/mat-datatable/compare/v17.2.11...v17.2.12) (2025-10-25)
6+
7+
8+
### Bug Fixes
9+
10+
* update packages to latest versions ([3e82442](https://github.com/BePo65/mat-datatable/commit/3e82442debaee05f97af67906b2046872d2e5c25))
11+
512
## [17.2.11](https://github.com/BePo65/mat-datatable/compare/v17.2.10...v17.2.11) (2025-10-04)
613

714
## [17.2.10](https://github.com/BePo65/mat-datatable/compare/v17.2.9...v17.2.10) (2025-10-03)

projects/mat-datatable-lib/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

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

7-
![Version](https://img.shields.io/badge/version-17.2.11-blue.svg?cacheSeconds=2592000)
8-
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)]
9-
![Angular version](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/core?color=red&label=Angular&logo=angular&logoColor=red)
10-
![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)
7+
[![Version](https://img.shields.io/badge/version-17.2.12-blue.svg?cacheSeconds=86400)](https://github.com/BePo65/mat-datatable/blob/main/CHANGELOG.md)
8+
[![License](https://img.shields.io/badge/License-MIT-yellow.svg?cacheSeconds=86400)](https://github.com/BePo65/mat-datatable/blob/main/LICENSE)
9+
[![Angular version](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/core?color=red&label=Angular&logo=angular&logoColor=red)](https://v17.angular.io/docs)
10+
[![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)](https://v17.material.angular.dev/components/categories)
1111

1212
<!-- TABLE OF CONTENTS -->
1313
<details>

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.11",
3+
"version": "17.2.12",
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)