Skip to content

Commit

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


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.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.
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.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",
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.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.
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.0",
"version": "17.0.1",
"repository": {
"type": "git",
"url": "https://github.com/BePo65/mat-image-overlay.git"
Expand Down

0 comments on commit 79186e6

Please sign in to comment.