Skip to content

Commit 50b8436

Browse files
committed
chore(release): 17.0.1
1 parent a94fdcc commit 50b8436

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-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.0.1](https://github.com/BePo65/mat-datatable/compare/v17.0.0...v17.0.1) (2024-03-02)
6+
57
## [17.0.0](https://github.com/BePo65/mat-datatable/compare/v16.0.0...v17.0.0) (2024-03-02)
68

79

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.0.0-blue.svg?cacheSeconds=2592000)
7+
![Version](https://img.shields.io/badge/version-17.0.1-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.0.0",
3+
"version": "17.0.1",
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/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.0.0-blue.svg?cacheSeconds=2592000)
7+
![Version](https://img.shields.io/badge/version-17.0.1-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": "@bepo65/mat-datatable",
3-
"version": "17.0.0",
3+
"version": "17.0.1",
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)