Skip to content

Commit

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

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


### Features

* update app and lib to standalone ([917fd2a](https://github.com/BePo65/mat-datatable/commit/917fd2ae46e94f8aaebf033cb1dd44153cad6de9))

## [17.0.1](https://github.com/BePo65/mat-datatable/compare/v17.0.0...v17.0.1) (2024-03-02)

## [17.0.0](https://github.com/BePo65/mat-datatable/compare/v16.0.0...v17.0.0) (2024-03-02)
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.0.1-blue.svg?cacheSeconds=2592000)
![Version](https://img.shields.io/badge/version-17.1.0-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.0.1",
"version": "17.1.0",
"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.0.1-blue.svg?cacheSeconds=2592000)
![Version](https://img.shields.io/badge/version-17.1.0-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.0.1",
"version": "17.1.0",
"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 cd0b4f4

Please sign in to comment.