From 752264b9a902837c7e77e5885f3c3081171c06a3 Mon Sep 17 00:00:00 2001 From: Enzo Volkmann Date: Mon, 19 Sep 2022 09:01:35 +0200 Subject: [PATCH] chore(release): 1.5.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/ngx-material-data-table/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9445133..f9cf8b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.5.2](https://github.com/exportarts/ngx-material-data-table/compare/v1.5.1...v1.5.2) (2022-09-19) + + +### Bug Fixes + +* **selection-cell:** support tables with footer ([3ed7388](https://github.com/exportarts/ngx-material-data-table/commit/3ed73884ca3aa667ab7ec3aa5b5b6d8c5472ef43)) + ### [1.5.1](https://github.com/exportarts/ngx-material-data-table/compare/v1.5.0...v1.5.1) (2022-07-22) diff --git a/package-lock.json b/package-lock.json index c167bed..1fa9cc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-material-data-table", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngx-material-data-table", - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "dependencies": { "@angular/animations": "14.0.3", diff --git a/package.json b/package.json index 87d1dc8..a4c6821 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-material-data-table", "description": "Base class for creating data tables based on Angular Material", - "version": "1.5.1", + "version": "1.5.2", "author": "Enzo Volkmann ", "repository": { "type": "git", diff --git a/projects/ngx-material-data-table/package.json b/projects/ngx-material-data-table/package.json index 191d6cb..bf86bdd 100644 --- a/projects/ngx-material-data-table/package.json +++ b/projects/ngx-material-data-table/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/exportarts/ngx-material-data-table" }, "license": "MIT", - "version": "1.5.1", + "version": "1.5.2", "peerDependencies": { "@angular/common": "^12.1.1 || ^13.0.0 || ^14.0.0 || ^13.0.0 || ^14.0.0", "@angular/core": "^12.1.1 || ^13.0.0 || ^14.0.0",