Skip to content

Commit

Permalink
chore(release): 17.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BePo65 committed Aug 14, 2024
1 parent f8b9990 commit 487a7da
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions projects/mat-datatable-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion projects/mat-datatable-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion projects/mat-datatable-lib/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 487a7da

Please sign in to comment.