Skip to content

Commit b318b7e

Browse files
committed
chore(release): 16.0.0
1 parent 713378a commit b318b7e

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [16.0.0](https://github.com/BePo65/mat-datatable/compare/v15.0.0...v16.0.0) (2024-03-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* tha project now requires angular v16
11+
12+
### Features
13+
14+
* update to angular v16 ([5ecb525](https://github.com/BePo65/mat-datatable/commit/5ecb5253eaa1f226bf4d97c01ad4be311d81a3c2))
15+
516
## [15.0.0](https://github.com/BePo65/mat-datatable/compare/v0.0.0...v15.0.0) (2024-03-01)
617

718

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-15.0.0-blue.svg?cacheSeconds=2592000)
7+
![Version](https://img.shields.io/badge/version-16.0.0-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": "15.0.0",
3+
"version": "16.0.0",
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-15.0.0-blue.svg?cacheSeconds=2592000)
7+
![Version](https://img.shields.io/badge/version-16.0.0-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": "15.0.0",
3+
"version": "16.0.0",
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)