Skip to content

Commit

Permalink
chore(release): publish new version 4.3.41
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Apr 23, 2024
1 parent 99db5b1 commit 74b1253
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.41](https://github.com/@nativescript-community/ui-image/compare/v4.3.40...v4.3.41) (2024-04-23)

### Bug Fixes

* **android:** upgraded native fresco versions ([bbed71b](https://github.com/@nativescript-community/ui-image/commit/bbed71b73b3625811fe089ac909149e723edabb4))
* **zoomimage:** typings for for `initialize` method ([fb57470](https://github.com/@nativescript-community/ui-image/commit/fb57470e2db574e2b59a5e7ab23578f5be569b3f))

## [4.3.40](https://github.com/@nativescript-community/ui-image/compare/v4.3.39...v4.3.40) (2024-04-03)

### 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.40",
"version": "4.3.41",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"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.41](https://github.com/nativescript-community/ui-image/compare/v4.3.40...v4.3.41) (2024-04-23)

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

## [4.3.40](https://github.com/nativescript-community/ui-image/compare/v4.3.39...v4.3.40) (2024-04-03)

**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.40",
"version": "4.3.41",
"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.40"
"@nativescript-community/ui-image": "^4.3.41"
},
"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.41](https://github.com/nativescript-community/ui-image/compare/v4.3.40...v4.3.41) (2024-04-23)

### Bug Fixes

* **android:** upgraded native fresco versions ([bbed71b](https://github.com/nativescript-community/ui-image/commit/bbed71b73b3625811fe089ac909149e723edabb4))

## [4.3.40](https://github.com/nativescript-community/ui-image/compare/v4.3.39...v4.3.40) (2024-04-03)

**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.40",
"version": "4.3.41",
"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.41](https://github.com/nativescript-community/ui-image/compare/v4.3.40...v4.3.41) (2024-04-23)

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

## [4.3.40](https://github.com/nativescript-community/ui-image/compare/v4.3.39...v4.3.40) (2024-04-03)

### Bug Fixes
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.40",
"version": "4.3.41",
"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.40"
"@nativescript-community/ui-image": "^4.3.41"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
Expand Down

0 comments on commit 74b1253

Please sign in to comment.