diff --git a/CHANGELOG.md b/CHANGELOG.md index 080896d..439061b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [17.0.0](https://github.com/BePo65/mat-image-overlay/compare/v16.0.0...v17.0.0) (2023-12-23) + + +### ⚠ BREAKING CHANGES + +* update to angular v17 + +### Features + +* change mat-tristate-checkbox to standalone components ([091c7c6](https://github.com/BePo65/mat-image-overlay/commit/091c7c624ddafeba219aac1c907626cc885a365f)) +* update to angular v17 ([5ce699b](https://github.com/BePo65/mat-image-overlay/commit/5ce699b44bcae2ebef8e22bc71610d4b93ac5dc1)) + ## [16.0.0](https://github.com/BePo65/mat-image-overlay/compare/v15.1.4...v16.0.0) (2023-12-21) diff --git a/README.md b/README.md index 02445c4..563186f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Mat-Image-Overlay -![Version](https://img.shields.io/badge/version-16.0.0-blue.svg?cacheSeconds=2592000) +![Version](https://img.shields.io/badge/version-17.0.0-blue.svg?cacheSeconds=2592000) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/kefranabg/readme-md-generator/blob/master/LICENSE) An [Angular Material](https://material.angular.io/) based standalone component that shows images in an overlay. diff --git a/package.json b/package.json index b1d7946..ac58653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mat-image-overlay-demo", - "version": "16.0.0", + "version": "17.0.0", "description": "A component for Angular using Angular Material that shows images as overlays. The project contains a library component and a demo project.", "repository": { "type": "git", diff --git a/projects/mat-image-overlay/README.md b/projects/mat-image-overlay/README.md index 7edb3e1..0549c18 100644 --- a/projects/mat-image-overlay/README.md +++ b/projects/mat-image-overlay/README.md @@ -1,5 +1,5 @@ # Mat-Image-Overlay -![Version](https://img.shields.io/badge/version-16.0.0-blue.svg?cacheSeconds=2592000) +![Version](https://img.shields.io/badge/version-17.0.0-blue.svg?cacheSeconds=2592000) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/kefranabg/readme-md-generator/blob/master/LICENSE) An [Angular Material](https://material.angular.io/) based standalone component that shows images in an overlay. diff --git a/projects/mat-image-overlay/package.json b/projects/mat-image-overlay/package.json index b058c13..4cbe8f0 100644 --- a/projects/mat-image-overlay/package.json +++ b/projects/mat-image-overlay/package.json @@ -1,7 +1,7 @@ { "name": "mat-image-overlay", "description": "A component using Angular Material that shows images as overlays.", - "version": "16.0.0", + "version": "17.0.0", "repository": { "type": "git", "url": "https://github.com/BePo65/mat-image-overlay.git"