Skip to content

Commit 3463923

Browse files
committed
Merge branch 'master' of github.com:nativescript-community/ui-image
2 parents 72f3ed6 + 5d0341c commit 3463923

File tree

19 files changed

+943
-745
lines changed

19 files changed

+943
-745
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ Pods
5252
/packages/README.md
5353
packages/**/*js.map
5454
packages/**/*js
55-
packages/**/angular/*.json
56-
packages/*.ngsummary.json
57-
packages/*.metadata.json
5855
packages/angular
5956
packages/typings
57+
!packages/**/angular/*.json
58+
packages/**/*.ngsummary.json
59+
packages/**/*.metadata.json
6060

6161
/blueprint.md

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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.34](https://github.com/@nativescript-community/ui-image/compare/v4.3.33...v4.3.34) (2024-02-27)
7+
8+
**Note:** Version bump only for package ui-image
9+
10+
## [4.3.33](https://github.com/@nativescript-community/ui-image/compare/v4.3.32...v4.3.33) (2024-02-27)
11+
12+
**Note:** Version bump only for package ui-image
13+
14+
## [4.3.32](https://github.com/@nativescript-community/ui-image/compare/v4.3.31...v4.3.32) (2024-02-24)
15+
16+
**Note:** Version bump only for package ui-image
17+
618
## [4.3.31](https://github.com/@nativescript-community/ui-image/compare/v4.3.30...v4.3.31) (2024-02-23)
719

820
### Bug Fixes

docs/assets/main.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.31",
2+
"version": "4.3.34",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
node_modules/
2+
pnpm-global/
3+
bin/
4+
hooks/
5+
*.ts
6+
*.map
7+
*.old
8+
tsconfig.json
9+
!*.d.ts
10+
*.ngsummary.json
11+
*.metadata.json

packages/image-colorfilter/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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.34](https://github.com/nativescript-community/ui-image/compare/v4.3.33...v4.3.34) (2024-02-27)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-image-colorfilter
9+
10+
## [4.3.33](https://github.com/nativescript-community/ui-image/compare/v4.3.32...v4.3.33) (2024-02-27)
11+
12+
**Note:** Version bump only for package @nativescript-community/ui-image-colorfilter
13+
14+
## [4.3.32](https://github.com/nativescript-community/ui-image/compare/v4.3.31...v4.3.32) (2024-02-24)
15+
16+
**Note:** Version bump only for package @nativescript-community/ui-image-colorfilter
17+
618
## [4.3.31](https://github.com/nativescript-community/ui-image/compare/v4.3.30...v4.3.31) (2024-02-23)
719

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

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

packages/image/.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ hooks/
66
*.map
77
*.old
88
tsconfig.json
9-
!*.d.ts
9+
!*.d.ts
10+
*.ngsummary.json
11+
*.metadata.json

0 commit comments

Comments
 (0)