Skip to content

Commit c4c455b

Browse files
committed
v4.3.11
1 parent 9c3a1d3 commit c4c455b

File tree

8 files changed

+26
-815
lines changed

8 files changed

+26
-815
lines changed

CHANGELOG.md

Lines changed: 8 additions & 378 deletions
Large diffs are not rendered by default.

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

packages/image-colorfilter/CHANGELOG.md

Lines changed: 3 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3,105 +3,60 @@
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.10](https://github.com/nativescript-community/ui-image/compare/v4.3.9...v4.3.10) (2023-06-08)
6+
## [4.3.11](https://github.com/nativescript-community/ui-image/compare/v4.3.10...v4.3.11) (2023-08-15)
77

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

10+
## [4.3.10](https://github.com/nativescript-community/ui-image/compare/v4.3.9...v4.3.10) (2023-06-08)
1011

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

1414
## [4.3.9](https://github.com/nativescript-community/ui-image/compare/v4.3.8...v4.3.9) (2023-05-31)
1515

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

18-
19-
20-
21-
2218
## [4.3.8](https://github.com/nativescript-community/ui-image/compare/v4.3.7...v4.3.8) (2023-05-24)
2319

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

26-
27-
28-
29-
3022
## [4.3.7](https://github.com/nativescript-community/ui-image/compare/v4.3.6...v4.3.7) (2023-05-23)
3123

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

34-
35-
36-
37-
3826
## [4.3.6](https://github.com/nativescript-community/ui-image/compare/v4.3.5...v4.3.6) (2022-12-01)
3927

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

42-
43-
44-
45-
4630
## [4.3.5](https://github.com/nativescript-community/ui-image/compare/v4.3.4...v4.3.5) (2022-09-29)
4731

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

50-
51-
52-
53-
5434
## [4.3.4](https://github.com/nativescript-community/ui-image/compare/v4.3.3...v4.3.4) (2022-09-20)
5535

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

58-
59-
60-
61-
6238
## [4.3.3](https://github.com/nativescript-community/ui-image/compare/v4.3.2...v4.3.3) (2022-09-12)
6339

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

66-
67-
68-
69-
7042
## [4.3.2](https://github.com/nativescript-community/ui-image/compare/v4.3.1...v4.3.2) (2022-07-15)
7143

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

74-
75-
76-
77-
7846
## [4.3.1](https://github.com/nativescript-community/ui-image/compare/v4.3.0...v4.3.1) (2022-07-14)
7947

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

82-
83-
84-
85-
8650
# [4.3.0](https://github.com/nativescript-community/ui-image/compare/v4.2.1...v4.3.0) (2022-07-13)
8751

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

90-
91-
92-
93-
9454
## [4.2.1](https://github.com/nativescript-community/ui-image/compare/v4.2.0...v4.2.1) (2022-07-08)
9555

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

98-
99-
100-
101-
10258
# [4.2.0](https://github.com/nativescript-community/ui-image/compare/v4.1.8...v4.2.0) (2022-07-08)
10359

104-
10560
### Features
10661

10762
* new `@nativescript-community/ui-image-colorfilter` pacakge ([2701766](https://github.com/nativescript-community/ui-image/commit/27017668061e4ee988c45e068d709eff9b1a8f8c))

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

0 commit comments

Comments
 (0)