Skip to content

Commit

Permalink
chore(release): 7.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.1.0](v7.0.3...v7.1.0) (2023-12-11)

### Bug Fixes

* component breaks when images is undefined ([b9aad79](b9aad79))
* disabled state is missing ([91e718b](91e718b))
* handle lazy images in download and print pdf ([1d5a54f](1d5a54f))
* loop does not work ([175c437](175c437))
* upgrade to latest cosmoz-slider ([87ddf62](87ddf62))

### Features

* async images ([195cd99](195cd99))
  • Loading branch information
semantic-release-bot committed Dec 11, 2023
1 parent b9aad79 commit 4fde64e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [7.1.0](https://github.com/neovici/cosmoz-image-viewer/compare/v7.0.3...v7.1.0) (2023-12-11)


### Bug Fixes

* component breaks when images is undefined ([b9aad79](https://github.com/neovici/cosmoz-image-viewer/commit/b9aad79288cfc30f8c9b9b1ff0467b7a31111c5e))
* disabled state is missing ([91e718b](https://github.com/neovici/cosmoz-image-viewer/commit/91e718ba4cf90602aedd253ae29f49176e0330f3))
* handle lazy images in download and print pdf ([1d5a54f](https://github.com/neovici/cosmoz-image-viewer/commit/1d5a54faad0b4e8ae1d1dc2fd0db8657e809f483))
* loop does not work ([175c437](https://github.com/neovici/cosmoz-image-viewer/commit/175c4371332a42e6a0b51f3c738a9c1e07607c92))
* upgrade to latest cosmoz-slider ([87ddf62](https://github.com/neovici/cosmoz-image-viewer/commit/87ddf624460eff838266614f119ef0af175560eb))


### Features

* async images ([195cd99](https://github.com/neovici/cosmoz-image-viewer/commit/195cd990bbe16eb5f83274d862df3739c66aff87))

## [7.0.3](https://github.com/neovici/cosmoz-image-viewer/compare/v7.0.2...v7.0.3) (2023-12-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neovici/cosmoz-image-viewer",
"version": "7.0.3",
"version": "7.1.0",
"description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-image-viewer.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-image-viewer)",
"keywords": [
"web-components"
Expand Down

0 comments on commit 4fde64e

Please sign in to comment.