Skip to content

Commit b26bc19

Browse files
committed
chore(release): 15.0.0
1 parent b0be388 commit b26bc19

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
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.
4+
5+
## [15.0.0](https://github.com/BePo65/mat-datatable/compare/v0.0.0...v15.0.0) (2024-03-01)
6+
7+
8+
### Features
9+
10+
* **demo:** add link to source on github to header of demo page ([a01ea22](https://github.com/BePo65/mat-datatable/commit/a01ea22aa116a973bdf8f3ec71a7ebe88c435b47))
11+
12+
13+
### Bug Fixes
14+
15+
* **demo:** remove base tag from index.html to fix error 404 ([eecdfa5](https://github.com/BePo65/mat-datatable/commit/eecdfa5b85ec061f8c8aa5ae77b9c2cb7b60e9bf))
16+
* **demo:** remove routing from demo (was not used anyway) ([91d8a09](https://github.com/BePo65/mat-datatable/commit/91d8a09ca71c4a10d9bd41cc8e2110900117743b))
17+
* make missing icon in show/hide button visible ([96dd315](https://github.com/BePo65/mat-datatable/commit/96dd3159024bc510fbeda0ea63118843cbcf362a)), closes [github.com/angular/components/issues/14959#issuecomment-481797135](https://github.com/github.com/angular/components/issues/14959/issues/issuecomment-481797135)
418

519
## 0.0.0 (2024-02-26)
620

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mat-datatable",
3-
"version": "0.0.0",
3+
"version": "15.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ A simple data table with virtual scrolling using Angular Material.
66

77
![Version](https://img.shields.io/badge/version-15.0.0-blue.svg?cacheSeconds=2592000)
88
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)]
9-
![Angular version](https://img.shields.io/github/package-json/dependency-version/mat-datatable/@angular/core?color=red&label=Angular&logo=angular&logoColor=red)
10-
![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/mat-datatable/@angular/material?color=red&label=Angular-Material&logo=angular&logoColor=red)
9+
![Angular version](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/core?color=red&label=Angular&logo=angular&logoColor=red)
10+
![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)
1111

1212
<!-- TABLE OF CONTENTS -->
1313
<details>

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": "0.0.0",
3+
"version": "15.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)