diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f0bf0..867b614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.2](https://github.com/@nativescript-community/ui-image/compare/v4.5.1...v4.5.2) (2024-05-14) + +### Bug Fixes + +* **image:** ios added `ImagePipeline.iosComplexCacheEviction` ([3ec2029](https://github.com/@nativescript-community/ui-image/commit/3ec2029412fbf07517adbd1dec6ac24d1ae38085)) +* **zoomimage:** error fix when setting image to null ([8b3bf20](https://github.com/@nativescript-community/ui-image/commit/8b3bf206f65b0504f9f953f3a72157158ce94b58)) + ## [4.5.1](https://github.com/@nativescript-community/ui-image/compare/v4.5.0...v4.5.1) (2024-04-25) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 2a551fe..96aaca6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.5.1", + "version": "4.5.2", "$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 ad57b70..6bd6147 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.2](https://github.com/nativescript-community/ui-image/compare/v4.5.1...v4.5.2) (2024-05-14) + +**Note:** Version bump only for package @nativescript-community/ui-image-colorfilter + ## [4.5.1](https://github.com/nativescript-community/ui-image/compare/v4.5.0...v4.5.1) (2024-04-25) **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 c669552..1cccca2 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.1", + "version": "4.5.2", "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.1" + "@nativescript-community/ui-image": "^4.5.2" }, "license": "Apache-2.0", "readmeFilename": "README.md", diff --git a/packages/image/CHANGELOG.md b/packages/image/CHANGELOG.md index 8adadd4..7e52f53 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.2](https://github.com/nativescript-community/ui-image/compare/v4.5.1...v4.5.2) (2024-05-14) + +**Note:** Version bump only for package @nativescript-community/ui-image + ## [4.5.1](https://github.com/nativescript-community/ui-image/compare/v4.5.0...v4.5.1) (2024-04-25) ### Bug Fixes diff --git a/packages/image/package.json b/packages/image/package.json index 435f1e4..501f6d0 100644 --- a/packages/image/package.json +++ b/packages/image/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-image", - "version": "4.5.1", + "version": "4.5.2", "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 5296f0d..8028984 100644 --- a/packages/zoomimage/CHANGELOG.md +++ b/packages/zoomimage/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.2](https://github.com/nativescript-community/ui-image/compare/v4.5.1...v4.5.2) (2024-05-14) + +**Note:** Version bump only for package @nativescript-community/ui-zoomimage + ## [4.5.1](https://github.com/nativescript-community/ui-image/compare/v4.5.0...v4.5.1) (2024-04-25) **Note:** Version bump only for package @nativescript-community/ui-zoomimage diff --git a/packages/zoomimage/package.json b/packages/zoomimage/package.json index 8d64d30..3ecb891 100644 --- a/packages/zoomimage/package.json +++ b/packages/zoomimage/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-zoomimage", - "version": "4.5.1", + "version": "4.5.2", "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.1" + "@nativescript-community/ui-image": "^4.5.2" }, "license": "Apache-2.0", "readmeFilename": "README.md",