diff --git a/CHANGELOG.md b/CHANGELOG.md index 95962ec..8ca06f4 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.0](https://github.com/@nativescript-community/ui-image/compare/v4.4.0...v4.5.0) (2024-04-23) + +### Features + +* **image:** ability to add request headers ios ([b33d959](https://github.com/@nativescript-community/ui-image/commit/b33d959b21e403fc73d53670282f109959c769e0)) +* **image:** headers property support. Thanks to @Logikgate ([8704ee7](https://github.com/@nativescript-community/ui-image/commit/8704ee7dcd17518f1e330b57103eab23b514aac2)) + ## [4.4.0](https://github.com/@nativescript-community/ui-image/compare/v4.3.41...v4.4.0) (2024-04-23) ### Features diff --git a/lerna.json b/lerna.json index a82a037..d708d13 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.4.0", + "version": "4.5.0", "$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 78027f3..b0d392c 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.0](https://github.com/nativescript-community/ui-image/compare/v4.4.0...v4.5.0) (2024-04-23) + +**Note:** Version bump only for package @nativescript-community/ui-image-colorfilter + ## [4.4.0](https://github.com/nativescript-community/ui-image/compare/v4.3.41...v4.4.0) (2024-04-23) **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 3e2e581..ed93082 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.4.0", + "version": "4.5.0", "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.4.0" + "@nativescript-community/ui-image": "^4.5.0" }, "license": "Apache-2.0", "readmeFilename": "README.md", diff --git a/packages/image/CHANGELOG.md b/packages/image/CHANGELOG.md index b6f505a..208c0d2 100644 --- a/packages/image/CHANGELOG.md +++ b/packages/image/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.0](https://github.com/nativescript-community/ui-image/compare/v4.4.0...v4.5.0) (2024-04-23) + +### Features + +* **image:** headers property support. Thanks to @Logikgate ([8704ee7](https://github.com/nativescript-community/ui-image/commit/8704ee7dcd17518f1e330b57103eab23b514aac2)) + ## [4.4.0](https://github.com/nativescript-community/ui-image/compare/v4.3.41...v4.4.0) (2024-04-23) ### Features diff --git a/packages/image/package.json b/packages/image/package.json index 9fac477..e1f6203 100644 --- a/packages/image/package.json +++ b/packages/image/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-image", - "version": "4.4.0", + "version": "4.5.0", "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 f89d702..c1b848f 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.0](https://github.com/nativescript-community/ui-image/compare/v4.4.0...v4.5.0) (2024-04-23) + +**Note:** Version bump only for package @nativescript-community/ui-zoomimage + ## [4.4.0](https://github.com/nativescript-community/ui-image/compare/v4.3.41...v4.4.0) (2024-04-23) **Note:** Version bump only for package @nativescript-community/ui-zoomimage diff --git a/packages/zoomimage/package.json b/packages/zoomimage/package.json index 1042496..46dcc9f 100644 --- a/packages/zoomimage/package.json +++ b/packages/zoomimage/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-zoomimage", - "version": "4.4.0", + "version": "4.5.0", "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.4.0" + "@nativescript-community/ui-image": "^4.5.0" }, "license": "Apache-2.0", "readmeFilename": "README.md",