From cd0b4f4bd1239f88b821962674976ba7a31ebade Mon Sep 17 00:00:00 2001 From: Bernhard Pottler Date: Tue, 5 Mar 2024 07:32:17 +0100 Subject: [PATCH] chore(release): 17.1.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- projects/mat-datatable-lib/README.md | 2 +- projects/mat-datatable-lib/package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8705f94..f76e11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 916a959..7601fe4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 5e9fe47..9580b6f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/projects/mat-datatable-lib/README.md b/projects/mat-datatable-lib/README.md index 916a959..7601fe4 100644 --- a/projects/mat-datatable-lib/README.md +++ b/projects/mat-datatable-lib/README.md @@ -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) diff --git a/projects/mat-datatable-lib/package.json b/projects/mat-datatable-lib/package.json index 301efe7..68f8faf 100644 --- a/projects/mat-datatable-lib/package.json +++ b/projects/mat-datatable-lib/package.json @@ -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",