Skip to content

Commit 3c63b1d

Browse files
author
farfromrefug
committed
Merge branch 'master' of github.com:nativescript-community/ui-canvas
# Conflicts: # docs/assets/search.js
2 parents 5f5e30f + 5664d1c commit 3c63b1d

File tree

14 files changed

+693
-429
lines changed

14 files changed

+693
-429
lines changed

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,21 @@ packages/**/*.d.ts
4343
bin
4444
build
4545
Pods
46-
!packages/platforms
46+
!packages/*/platforms
4747
/packages/**/*.aar
48+
/packages/**/*.framework
49+
/packages/**/*.xcframework
4850
/demo-snippets/**/*.aar
4951
*.xcuserdatad
5052
/packages/README.md
5153
packages/**/*js.map
5254
packages/**/*js
53-
packages/**/angular/*.json
54-
packages/*.ngsummary.json
55-
packages/*.metadata.json
5655
packages/angular
5756
packages/typings
57+
packages/**/angular/*.json
58+
packages/**/*.ngsummary.json
59+
packages/**/*.metadata.json
60+
61+
.vscode/settings.json
5862

5963
/blueprint.md

demo-vue

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.

lerna.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
"useWorkspaces": true,
99
"command": {
1010
"publish": {
11-
"cleanupTempFiles": true,
12-
"removePackageFields": [
13-
"devDependencies",
14-
"scripts"
15-
]
11+
"cleanupTempFiles": true
1612
}
1713
},
1814
"npmClientArgs": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"demo.vue.android": "cd ./demo-vue && ns run android --no-hmr --env.watchNodeModules",
2828
"demo.vue.clean": "cd ./demo-vue && ns clean",
2929
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
30-
"doc": "node tools/builddoc.mjs",
30+
"doc": "node tools/builddoc.js",
3131
"postinstall": "npm run setup",
3232
"readme": "lerna run readme && node ./tools/readme.js",
3333
"start": "./node_modules/.bin/ntl -A -s 15 -o",

packages/ui-canvas/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.6.25](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2024-06-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-canvas
9+
610
## [4.6.24](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2024-05-30)
711

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

packages/ui-canvas/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-canvas",
3-
"version": "4.6.24",
3+
"version": "4.6.25",
44
"description": "Implement Canvas into your NativeScript apps.",
55
"main": "./index",
66
"sideEffects": false,

packages/ui-canvaslabel/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [1.2.28](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2024-06-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-canvaslabel
9+
610
## [1.2.27](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2024-05-30)
711

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

packages/ui-canvaslabel/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-canvaslabel",
3-
"version": "1.2.27",
3+
"version": "1.2.28",
44
"description": "Alternative to the built-in NativeScript Label but uses canvas which allows extreme complexity and customization.",
55
"main": "./canvaslabel",
66
"sideEffects": false,

packages/ui-svg/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.1.37](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2024-06-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-svg
9+
610
## [0.1.36](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2024-05-30)
711

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

0 commit comments

Comments
 (0)