Skip to content

Commit e2e3aa9

Browse files
committed
v4.2.0
1 parent bcbe628 commit e2e3aa9

File tree

8 files changed

+58
-8
lines changed

8 files changed

+58
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.2.0](https://github.com/@nativescript-community/ui-image/compare/v4.1.8...v4.2.0) (2022-07-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **image:** updated native deps ([8fb1f4b](https://github.com/@nativescript-community/ui-image/commit/8fb1f4ba1c30101443dbeb098ae23161ccf56a62))
12+
13+
14+
### Features
15+
16+
* new `@nativescript-community/ui-image-colorfilter` pacakge ([2701766](https://github.com/@nativescript-community/ui-image/commit/27017668061e4ee988c45e068d709eff9b1a8f8c))
17+
* new `@nativescript-community/ui-zoomimage` package ([c8a2903](https://github.com/@nativescript-community/ui-image/commit/c8a2903b5dd014e13aa8c2df93724da995100a9b))
18+
19+
20+
21+
22+
623
## [4.1.8](https://github.com/nativescript-community/ui-image/compare/v4.1.7...v4.1.8) (2022-07-01)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "4.1.8"
20+
"version": "4.2.0"
2121
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.2.0](https://github.com/nativescript-community/ui-image/compare/v4.1.8...v4.2.0) (2022-07-08)
7+
8+
9+
### Features
10+
11+
* new `@nativescript-community/ui-image-colorfilter` pacakge ([2701766](https://github.com/nativescript-community/ui-image/commit/27017668061e4ee988c45e068d709eff9b1a8f8c))

packages/image-colorfilter/package.json

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

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.2.0](https://github.com/nativescript-community/ui-image/compare/v4.1.8...v4.2.0) (2022-07-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **image:** updated native deps ([8fb1f4b](https://github.com/nativescript-community/ui-image/commit/8fb1f4ba1c30101443dbeb098ae23161ccf56a62))
12+
13+
14+
15+
16+
617
## [4.1.8](https://github.com/nativescript-community/ui-image/compare/v4.1.7...v4.1.8) (2022-07-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.1.8",
3+
"version": "4.2.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.2.0](https://github.com/nativescript-community/ui-image/compare/v4.1.8...v4.2.0) (2022-07-08)
7+
8+
9+
### Features
10+
11+
* new `@nativescript-community/ui-zoomimage` package ([c8a2903](https://github.com/nativescript-community/ui-image/commit/c8a2903b5dd014e13aa8c2df93724da995100a9b))

packages/zoomimage/package.json

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

0 commit comments

Comments
 (0)