Skip to content

Commit

Permalink
chore(release): 17.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BePo65 committed Mar 5, 2024
1 parent cd0b4f4 commit 32a70e1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.1.1](https://github.com/BePo65/mat-datatable/compare/v17.1.0...v17.1.1) (2024-03-05)

## [17.1.0](https://github.com/BePo65/mat-datatable/compare/v17.0.1...v17.1.0) (2024-03-05)


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.1.0-blue.svg?cacheSeconds=2592000)
![Version](https://img.shields.io/badge/version-17.1.1-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.1.0",
"version": "17.1.1",
"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
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.1.0-blue.svg?cacheSeconds=2592000)
![Version](https://img.shields.io/badge/version-17.1.1-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": "@bepo65/mat-datatable",
"version": "17.1.0",
"version": "17.1.1",
"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 32a70e1

Please sign in to comment.