Skip to content

Commit

Permalink
v4.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Sep 28, 2023
1 parent c0bf2b8 commit b2f5267
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.15](https://github.com/@nativescript-community/ui-image/compare/v4.3.14...v4.3.15) (2023-09-28)

### Bug Fixes

* **android:** ensure stretch and imageRotation are updated correctly on change ([fb6d15e](https://github.com/@nativescript-community/ui-image/commit/fb6d15e0e6c90908b68c7aa6369f2b66e2104b20))
* **android:** most stretch values are now working correctly with imageRotation ([323d42e](https://github.com/@nativescript-community/ui-image/commit/323d42edc85e57145cb4e7e6158b72e256437d0d))
* imageRotation default value ([f9f4cef](https://github.com/@nativescript-community/ui-image/commit/f9f4cefa5fbe8f98e7aa8b372d5e6cf80af1d08f))
* typings fix ([3aa9b71](https://github.com/@nativescript-community/ui-image/commit/3aa9b713d091d5b324756b9198e21643564c35f9))

## [4.3.14](https://github.com/@nativescript-community/ui-image/compare/v4.3.13...v4.3.14) (2023-09-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.3.14",
"version": "4.3.15",
"packages": [
"packages/*"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/image-colorfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.15](https://github.com/nativescript-community/ui-image/compare/v4.3.14...v4.3.15) (2023-09-28)

**Note:** Version bump only for package @nativescript-community/ui-image-colorfilter

## [4.3.14](https://github.com/nativescript-community/ui-image/compare/v4.3.13...v4.3.14) (2023-09-27)

**Note:** Version bump only for package @nativescript-community/ui-image-colorfilter
Expand Down
4 changes: 2 additions & 2 deletions packages/image-colorfilter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-image-colorfilter",
"version": "4.3.14",
"version": "4.3.15",
"description": "color matrix filters for @nativescript-community/ui-image",
"main": "./index",
"sideEffects": false,
Expand Down Expand Up @@ -42,7 +42,7 @@
"url": "https://github.com/nativescript-community/ui-image"
},
"dependencies": {
"@nativescript-community/ui-image": "^4.3.14"
"@nativescript-community/ui-image": "^4.3.15"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
Expand Down
6 changes: 6 additions & 0 deletions packages/image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.15](https://github.com/nativescript-community/ui-image/compare/v4.3.14...v4.3.15) (2023-09-28)

### Bug Fixes

* **android:** most stretch values are now working correctly with imageRotation ([323d42e](https://github.com/nativescript-community/ui-image/commit/323d42edc85e57145cb4e7e6158b72e256437d0d))

## [4.3.14](https://github.com/nativescript-community/ui-image/compare/v4.3.13...v4.3.14) (2023-09-27)

**Note:** Version bump only for package @nativescript-community/ui-image
Expand Down
2 changes: 1 addition & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-image",
"version": "4.3.14",
"version": "4.3.15",
"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,
Expand Down
4 changes: 4 additions & 0 deletions packages/zoomimage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.15](https://github.com/nativescript-community/ui-image/compare/v4.3.14...v4.3.15) (2023-09-28)

**Note:** Version bump only for package @nativescript-community/ui-zoomimage

## [4.3.14](https://github.com/nativescript-community/ui-image/compare/v4.3.13...v4.3.14) (2023-09-27)

**Note:** Version bump only for package @nativescript-community/ui-zoomimage
Expand Down
4 changes: 2 additions & 2 deletions packages/zoomimage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-zoomimage",
"version": "4.3.14",
"version": "4.3.15",
"description": "Zoomable image view based on @nativescript-community/ui-image",
"main": "./index",
"sideEffects": false,
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/nativescript-community/ui-image"
},
"dependencies": {
"@nativescript-community/ui-image": "^4.3.14"
"@nativescript-community/ui-image": "^4.3.15"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
Expand Down

0 comments on commit b2f5267

Please sign in to comment.