Skip to content

Commit 752264b

Browse files
committed
chore(release): 1.5.2
1 parent 3ed7388 commit 752264b

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.5.2](https://github.com/exportarts/ngx-material-data-table/compare/v1.5.1...v1.5.2) (2022-09-19)
6+
7+
8+
### Bug Fixes
9+
10+
* **selection-cell:** support tables with footer ([3ed7388](https://github.com/exportarts/ngx-material-data-table/commit/3ed73884ca3aa667ab7ec3aa5b5b6d8c5472ef43))
11+
512
### [1.5.1](https://github.com/exportarts/ngx-material-data-table/compare/v1.5.0...v1.5.1) (2022-07-22)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-material-data-table",
33
"description": "Base class for creating data tables based on Angular Material",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"author": "Enzo Volkmann <enzo@exportarts.io>",
66
"repository": {
77
"type": "git",

projects/ngx-material-data-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/exportarts/ngx-material-data-table"
88
},
99
"license": "MIT",
10-
"version": "1.5.1",
10+
"version": "1.5.2",
1111
"peerDependencies": {
1212
"@angular/common": "^12.1.1 || ^13.0.0 || ^14.0.0 || ^13.0.0 || ^14.0.0",
1313
"@angular/core": "^12.1.1 || ^13.0.0 || ^14.0.0",

0 commit comments

Comments
 (0)