Skip to content

Commit ac09ee0

Browse files
committed
chore(release): 17.2.3
1 parent 51ef84b commit ac09ee0

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.3](https://github.com/BePo65/mat-datatable/compare/v17.2.2...v17.2.3) (2024-03-06)
6+
57
## [17.2.2](https://github.com/BePo65/mat-datatable/compare/v17.2.1...v17.2.2) (2024-03-06)
68

79
## [17.2.1](https://github.com/BePo65/mat-datatable/compare/v17.2.0...v17.2.1) (2024-03-06)

README.md

+1-1
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.2-blue.svg?cacheSeconds=2592000)
7+
![Version](https://img.shields.io/badge/version-17.2.3-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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mat-datatable",
3-
"version": "17.2.2",
3+
"version": "17.2.3",
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

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.3](https://github.com/BePo65/mat-datatable/compare/v17.2.2...v17.2.3) (2024-03-06)
6+
7+
## [17.2.2](https://github.com/BePo65/mat-datatable/compare/v17.2.1...v17.2.2) (2024-03-06)
8+
59
## [17.2.1](https://github.com/BePo65/mat-datatable/compare/v17.2.0...v17.2.1) (2024-03-06)
610

711
## [17.2.0](https://github.com/BePo65/mat-datatable/compare/v17.1.1...v17.2.0) (2024-03-06)

projects/mat-datatable-lib/README.md

+1-1
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.2-blue.svg?cacheSeconds=2592000)
7+
![Version](https://img.shields.io/badge/version-17.2.3-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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mat-datatable",
3-
"version": "17.2.2",
3+
"version": "17.2.3",
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)