Skip to content

Commit

Permalink
chore(release): 17.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BePo65 committed Dec 10, 2024
1 parent 5cc9117 commit cfbd3b8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/mat-image-overlay/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion projects/mat-image-overlay/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cfbd3b8

Please sign in to comment.