Skip to content

Commit c44bcdc

Browse files
committed
chore: project
1 parent 6dc5e24 commit c44bcdc

File tree

5 files changed

+2726
-1455
lines changed

5 files changed

+2726
-1455
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"plugin.watch.android": "npm i && npm-watch build.android",
2020
"plugin.watch.ios": "npm i && npm-watch build.ios",
2121
"plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios",
22-
"publish": "npm run setup && npm run clean && npm run build.all && npm run readme && npm run doc && npm run commit_readme_doc_changes && lerna publish",
22+
"publish": "npm run setup && npm run clean && npm run build.all && npm run readme && npm run doc && npm run commit_readme_doc_changes ; lerna publish",
2323
"sync": "node ./tools/sync.js",
2424
"commitmsg": "commitlint -e $GIT_PARAMS",
2525
"build.all": "npm run build",

packages/ui-canvas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
"peerDependencies": {
4343
"@nativescript-community/arraybuffers": "^1.1.3"
4444
},
45-
"gitHead": "a1f853cec62ac3a7986af8121169926df2ff5d6a"
45+
"gitHead": "6dc5e24339bbc329a239584e71c1cc30de9cedd4"
4646
}

packages/ui-canvaslabel/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
"peerDependencies": {
4343
"@nativescript-community/text": "^1.5.33",
4444
"@nativescript-community/ui-canvas": "^4.5.1"
45-
}
45+
},
46+
"gitHead": "6dc5e24339bbc329a239584e71c1cc30de9cedd4"
4647
}

packages/ui-svg/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
},
4242
"peerDependencies": {
4343
"@nativescript-community/ui-canvas": "^4.5.1"
44-
}
44+
},
45+
"gitHead": "6dc5e24339bbc329a239584e71c1cc30de9cedd4"
4546
}

0 commit comments

Comments
 (0)