Skip to content

Commit c8d5da9

Browse files
committed
v4.3.21
1 parent d9fd3f1 commit c8d5da9

File tree

8 files changed

+21
-20
lines changed

8 files changed

+21
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +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.20](https://github.com/@nativescript-community/ui-image/compare/v4.3.19...v4.3.20) (2023-11-03)
7-
6+
## [4.3.21](https://github.com/@nativescript-community/ui-image/compare/v4.3.20...v4.3.21) (2023-11-09)
87

98
### Bug Fixes
109

11-
* cache improvements ([a87ae92](https://github.com/@nativescript-community/ui-image/commit/a87ae92552f3a72c71004ff1902c370e727dba5e))
12-
* **ios:** improved colorMatrix handling. Should be faster ([c2bf9c0](https://github.com/@nativescript-community/ui-image/commit/c2bf9c0eb82cadcacbed2e968b5e65a95df37499))
13-
10+
* **zoomimage:** android regression ([e5558f2](https://github.com/@nativescript-community/ui-image/commit/e5558f207de7d4d692f4e107e0ea7bb96c94a3eb))
1411

12+
## [4.3.20](https://github.com/@nativescript-community/ui-image/compare/v4.3.19...v4.3.20) (2023-11-03)
1513

14+
### Bug Fixes
1615

16+
* cache improvements ([a87ae92](https://github.com/@nativescript-community/ui-image/commit/a87ae92552f3a72c71004ff1902c370e727dba5e))
17+
* **ios:** improved colorMatrix handling. Should be faster ([c2bf9c0](https://github.com/@nativescript-community/ui-image/commit/c2bf9c0eb82cadcacbed2e968b5e65a95df37499))
1718

1819
## [4.3.19](https://github.com/@nativescript-community/ui-image/compare/v4.3.18...v4.3.19) (2023-10-10)
1920

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.20",
2+
"version": "4.3.21",
33
"packages": [
44
"packages/*"
55
],

packages/image-colorfilter/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.20](https://github.com/nativescript-community/ui-image/compare/v4.3.19...v4.3.20) (2023-11-03)
6+
## [4.3.21](https://github.com/nativescript-community/ui-image/compare/v4.3.20...v4.3.21) (2023-11-09)
77

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

10+
## [4.3.20](https://github.com/nativescript-community/ui-image/compare/v4.3.19...v4.3.20) (2023-11-03)
1011

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

1414
## [4.3.19](https://github.com/nativescript-community/ui-image/compare/v4.3.18...v4.3.19) (2023-10-10)
1515

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.20",
3+
"version": "4.3.21",
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.20"
45+
"@nativescript-community/ui-image": "^4.3.21"
4646
},
4747
"license": "Apache-2.0",
4848
"readmeFilename": "README.md",

packages/image/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.20](https://github.com/nativescript-community/ui-image/compare/v4.3.19...v4.3.20) (2023-11-03)
6+
## [4.3.21](https://github.com/nativescript-community/ui-image/compare/v4.3.20...v4.3.21) (2023-11-09)
77

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

10+
## [4.3.20](https://github.com/nativescript-community/ui-image/compare/v4.3.19...v4.3.20) (2023-11-03)
1011

11-
12-
12+
**Note:** Version bump only for package @nativescript-community/ui-image
1313

1414
## [4.3.19](https://github.com/nativescript-community/ui-image/compare/v4.3.18...v4.3.19) (2023-10-10)
1515

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.20",
3+
"version": "4.3.21",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.20](https://github.com/nativescript-community/ui-image/compare/v4.3.19...v4.3.20) (2023-11-03)
6+
## [4.3.21](https://github.com/nativescript-community/ui-image/compare/v4.3.20...v4.3.21) (2023-11-09)
77

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

10+
## [4.3.20](https://github.com/nativescript-community/ui-image/compare/v4.3.19...v4.3.20) (2023-11-03)
1011

11-
12-
12+
**Note:** Version bump only for package @nativescript-community/ui-zoomimage
1313

1414
## [4.3.19](https://github.com/nativescript-community/ui-image/compare/v4.3.18...v4.3.19) (2023-10-10)
1515

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.20",
3+
"version": "4.3.21",
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.20"
46+
"@nativescript-community/ui-image": "^4.3.21"
4747
},
4848
"license": "Apache-2.0",
4949
"readmeFilename": "README.md",

0 commit comments

Comments
 (0)