From cfbd3b8cb3c84a8ad49edae644f3a295e737f814 Mon Sep 17 00:00:00 2001 From: Bernhard Pottler Date: Tue, 10 Dec 2024 19:49:22 +0100 Subject: [PATCH] chore(release): 17.0.6 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- package.json | 2 +- projects/mat-image-overlay/README.md | 2 +- projects/mat-image-overlay/package.json | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28fd0d..4458a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [17.0.6](https://github.com/BePo65/mat-image-overlay/compare/v17.0.5...v17.0.6) (2024-12-10) + + +### Bug Fixes + +* move tslib back to dependencies ([25a5c44](https://github.com/BePo65/mat-image-overlay/commit/25a5c443310113a7e7c96dfc8f7f80366cb3083a)) +* update packages to fix github dependabot security warnings ([f694405](https://github.com/BePo65/mat-image-overlay/commit/f694405c23d3a4a1631079cffd77aed66436d1f5)) +* update packages to fix github dependabot security warnings ([bb0dadc](https://github.com/BePo65/mat-image-overlay/commit/bb0dadc82c19db0dad323008424b1b18ec5a078a)) +* update packages to fix github dependabot security warnings ([531705c](https://github.com/BePo65/mat-image-overlay/commit/531705c0f204f1afbb3d436a497cc94a4e907bcf)) +* update packages to fix github dependabot security warnings ([f585304](https://github.com/BePo65/mat-image-overlay/commit/f5853048d3a3facb2d899f77ce3166cf33b4e596)) + ## [17.0.5](https://github.com/BePo65/mat-image-overlay/compare/v17.0.4...v17.0.5) (2024-09-26) diff --git a/README.md b/README.md index fe4120c..3057eb7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Mat-Image-Overlay -![Version](https://img.shields.io/badge/version-17.0.5-blue.svg?cacheSeconds=2592000) +![Version](https://img.shields.io/badge/version-17.0.6-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) ![Angular version](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-image-overlay/@angular/core?color=red&label=Angular&logo=angular&logoColor=red) ![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-image-overlay/@angular/material?color=red&label=Angular-Material&logo=angular&logoColor=red) diff --git a/package.json b/package.json index 6afb32e..920da32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mat-image-overlay-demo", - "version": "17.0.5", + "version": "17.0.6", "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 7665c00..9bf5545 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.5-blue.svg?cacheSeconds=2592000) +![Version](https://img.shields.io/badge/version-17.0.6-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) ![Angular version](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-image-overlay/@angular/core?color=red&label=Angular&logo=angular&logoColor=red) ![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-image-overlay/@angular/material?color=red&label=Angular-Material&logo=angular&logoColor=red) diff --git a/projects/mat-image-overlay/package.json b/projects/mat-image-overlay/package.json index 3287e9b..c2b2b37 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.5", + "version": "17.0.6", "repository": { "type": "git", "url": "https://github.com/BePo65/mat-image-overlay.git"