From 79186e6a426d8d715bc4c6bf3684b0826acfa237 Mon Sep 17 00:00:00 2001 From: Bernhard Pottler Date: Sat, 23 Dec 2023 07:58:03 +0100 Subject: [PATCH] chore(release): 17.0.1 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- projects/mat-image-overlay/README.md | 2 +- projects/mat-image-overlay/package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 439061b..7948b6d 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. +### [17.0.1](https://github.com/BePo65/mat-image-overlay/compare/v17.0.0...v17.0.1) (2023-12-23) + + +### Bug Fixes + +* update peerDependencies in library project ([541e1da](https://github.com/BePo65/mat-image-overlay/commit/541e1dabdbadcbb2eab6f0ac8b4f5b4abd48e515)) + ## [17.0.0](https://github.com/BePo65/mat-image-overlay/compare/v16.0.0...v17.0.0) (2023-12-23) diff --git a/README.md b/README.md index 563186f..ab97555 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Mat-Image-Overlay -![Version](https://img.shields.io/badge/version-17.0.0-blue.svg?cacheSeconds=2592000) +![Version](https://img.shields.io/badge/version-17.0.1-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 ac58653..fbeb9fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mat-image-overlay-demo", - "version": "17.0.0", + "version": "17.0.1", "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 0549c18..16b714c 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-17.0.0-blue.svg?cacheSeconds=2592000) +![Version](https://img.shields.io/badge/version-17.0.1-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 3cda933..43aa93d 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": "17.0.0", + "version": "17.0.1", "repository": { "type": "git", "url": "https://github.com/BePo65/mat-image-overlay.git"