diff --git a/CHANGELOG.md b/CHANGELOG.md index 680cba0..4185757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.4](https://github.com/@nativescript-community/ui-image/compare/v4.5.3...v4.5.4) (2024-11-12) + +### Bug Fixes + +* **zoomimage:** android fix for current zoom being reset on `updateImageUri` ([6a312cc](https://github.com/@nativescript-community/ui-image/commit/6a312ccec049a2b9e852bf34bd743ce949511d62)) + ## [4.5.3](https://github.com/@nativescript-community/ui-image/compare/v4.5.2...v4.5.3) (2024-09-11) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 7e93368..16e814d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.5.3", + "version": "4.5.4", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/image-colorfilter/CHANGELOG.md b/packages/image-colorfilter/CHANGELOG.md index f74e630..1ed6f41 100644 --- a/packages/image-colorfilter/CHANGELOG.md +++ b/packages/image-colorfilter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.4](https://github.com/nativescript-community/ui-image/compare/v4.5.3...v4.5.4) (2024-11-12) + +**Note:** Version bump only for package @nativescript-community/ui-image-colorfilter + ## [4.5.3](https://github.com/nativescript-community/ui-image/compare/v4.5.2...v4.5.3) (2024-09-11) **Note:** Version bump only for package @nativescript-community/ui-image-colorfilter diff --git a/packages/image-colorfilter/package.json b/packages/image-colorfilter/package.json index 4f46c59..7c9a731 100644 --- a/packages/image-colorfilter/package.json +++ b/packages/image-colorfilter/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-image-colorfilter", - "version": "4.5.3", + "version": "4.5.4", "description": "color matrix filters for @nativescript-community/ui-image", "main": "./index", "sideEffects": false, @@ -42,7 +42,7 @@ "url": "https://github.com/nativescript-community/ui-image" }, "dependencies": { - "@nativescript-community/ui-image": "^4.5.3" + "@nativescript-community/ui-image": "^4.5.4" }, "license": "Apache-2.0", "readmeFilename": "README.md", diff --git a/packages/image/CHANGELOG.md b/packages/image/CHANGELOG.md index 36ab9dc..cf4118b 100644 --- a/packages/image/CHANGELOG.md +++ b/packages/image/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.4](https://github.com/nativescript-community/ui-image/compare/v4.5.3...v4.5.4) (2024-11-12) + +**Note:** Version bump only for package @nativescript-community/ui-image + ## [4.5.3](https://github.com/nativescript-community/ui-image/compare/v4.5.2...v4.5.3) (2024-09-11) **Note:** Version bump only for package @nativescript-community/ui-image diff --git a/packages/image/package.json b/packages/image/package.json index 2931e2c..d038bf8 100644 --- a/packages/image/package.json +++ b/packages/image/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-image", - "version": "4.5.3", + "version": "4.5.4", "description": "Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.", "main": "./index", "sideEffects": false, diff --git a/packages/zoomimage/CHANGELOG.md b/packages/zoomimage/CHANGELOG.md index 65b9213..79efbc0 100644 --- a/packages/zoomimage/CHANGELOG.md +++ b/packages/zoomimage/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.4](https://github.com/nativescript-community/ui-image/compare/v4.5.3...v4.5.4) (2024-11-12) + +### Bug Fixes + +* **zoomimage:** android fix for current zoom being reset on `updateImageUri` ([6a312cc](https://github.com/nativescript-community/ui-image/commit/6a312ccec049a2b9e852bf34bd743ce949511d62)) + ## [4.5.3](https://github.com/nativescript-community/ui-image/compare/v4.5.2...v4.5.3) (2024-09-11) ### Bug Fixes diff --git a/packages/zoomimage/package.json b/packages/zoomimage/package.json index 6e2e6e3..1e50aa6 100644 --- a/packages/zoomimage/package.json +++ b/packages/zoomimage/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-zoomimage", - "version": "4.5.3", + "version": "4.5.4", "description": "Zoomable image view based on @nativescript-community/ui-image", "main": "./index", "sideEffects": false, @@ -43,7 +43,7 @@ "url": "https://github.com/nativescript-community/ui-image" }, "dependencies": { - "@nativescript-community/ui-image": "^4.5.3" + "@nativescript-community/ui-image": "^4.5.4" }, "license": "Apache-2.0", "readmeFilename": "README.md",