@nativescript-community/ui-image 4.3.24 → 4.3.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.3.25](https://github.com/nativescript-community/ui-image/compare/v4.3.24...v4.3.25) (2023-11-23)
7
+
8
+ **Note:** Version bump only for package @nativescript-community/ui-image
9
+
6
10
  ## [4.3.24](https://github.com/nativescript-community/ui-image/compare/v4.3.23...v4.3.24) (2023-11-23)
7
11
 
8
12
  **Note:** Version bump only for package @nativescript-community/ui-image
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/ui-image",
3
- "version": "4.3.24",
3
+ "version": "4.3.25",
4
4
  "description": "Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.",
5
5
  "main": "./index",
6
6
  "sideEffects": false,
@@ -44,5 +44,5 @@
44
44
  },
45
45
  "license": "Apache-2.0",
46
46
  "readmeFilename": "README.md",
47
- "gitHead": "5ca4e8b22fa0dbcfa99812bb6f9782de39faa7c4"
47
+ "gitHead": "20ffb7350a9cd5226a98759496d7024a2d3b3777"
48
48
  }