Skip to content

Commit e97c948

Browse files
committed
v4.3.7
1 parent 9af439d commit e97c948

File tree

10 files changed

+54
-7
lines changed

10 files changed

+54
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.7](https://github.com/@nativescript-community/ui-image/compare/v4.3.6...v4.3.7) (2023-05-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** better native-api-usage ([be61cc8](https://github.com/@nativescript-community/ui-image/commit/be61cc8b4963baf91c743eee465d7ddba2233e84))
12+
* **android:** noCache fix for disk cache ([15d0759](https://github.com/@nativescript-community/ui-image/commit/15d075937a49f3b83968b2c1249882bd980e1750))
13+
14+
15+
16+
17+
618
## [4.3.6](https://github.com/@nativescript-community/ui-image/compare/v4.3.5...v4.3.6) (2022-12-01)
719

820
**Note:** Version bump only for package nativescript-image

demo-snippets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [4.3.7](https://github.com/nativescript-community/ui-image/compare/v4.3.6...v4.3.7) (2023-05-23)
7+
8+
**Note:** Version bump only for package @nativescript-community/template-snippet

demo-snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/template-snippet",
3-
"version": "0.0.1",
3+
"version": "4.3.7",
44
"dependencies": {
55
"@nativescript-community/ui-image": "file:../packages/image",
66
"@nativescript-community/ui-image-colorfilter": "file:../packages/image-colorfilter",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.3.6",
2+
"version": "4.3.7",
33
"packages": [
44
"packages/*"
55
],

packages/image-colorfilter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.7](https://github.com/nativescript-community/ui-image/compare/v4.3.6...v4.3.7) (2023-05-23)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-image-colorfilter
9+
10+
11+
12+
13+
614
## [4.3.6](https://github.com/nativescript-community/ui-image/compare/v4.3.5...v4.3.6) (2022-12-01)
715

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

packages/image-colorfilter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-image-colorfilter",
3-
"version": "4.3.6",
3+
"version": "4.3.7",
44
"description": "color matrix filters for @nativescript-community/ui-image",
55
"main": "./index",
66
"sideEffects": false,
@@ -42,7 +42,7 @@
4242
"url": "https://github.com/nativescript-community/ui-image"
4343
},
4444
"dependencies": {
45-
"@nativescript-community/ui-image": "^4.3.6"
45+
"@nativescript-community/ui-image": "^4.3.7"
4646
},
4747
"license": "Apache-2.0",
4848
"readmeFilename": "README.md"

packages/image/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.7](https://github.com/nativescript-community/ui-image/compare/v4.3.6...v4.3.7) (2023-05-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** better native-api-usage ([be61cc8](https://github.com/nativescript-community/ui-image/commit/be61cc8b4963baf91c743eee465d7ddba2233e84))
12+
13+
14+
15+
16+
617
## [4.3.6](https://github.com/nativescript-community/ui-image/compare/v4.3.5...v4.3.6) (2022-12-01)
718

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

packages/image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-image",
3-
"version": "4.3.6",
3+
"version": "4.3.7",
44
"description": "Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.",
55
"main": "./index",
66
"sideEffects": false,

packages/zoomimage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.7](https://github.com/nativescript-community/ui-image/compare/v4.3.6...v4.3.7) (2023-05-23)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-zoomimage
9+
10+
11+
12+
13+
614
## [4.3.6](https://github.com/nativescript-community/ui-image/compare/v4.3.5...v4.3.6) (2022-12-01)
715

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

packages/zoomimage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-zoomimage",
3-
"version": "4.3.6",
3+
"version": "4.3.7",
44
"description": "Zoomable image view based on @nativescript-community/ui-image",
55
"main": "./index",
66
"sideEffects": false,
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/nativescript-community/ui-image"
4444
},
4545
"dependencies": {
46-
"@nativescript-community/ui-image": "^4.3.6"
46+
"@nativescript-community/ui-image": "^4.3.7"
4747
},
4848
"license": "Apache-2.0",
4949
"readmeFilename": "README.md"

0 commit comments

Comments
 (0)