Skip to content

Commit 5972b82

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/portal-view
2 parents 10e8780 + b36bee5 commit 5972b82

24 files changed

+631
-643
lines changed

packages/background-http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The below attached code snippets demonstrate how to use `@nativescript/backgroun
1010

1111
### Uploading files
1212

13-
Sample code for configuring the upload session. Each session must have a unique `id`, but it can have multiple tasks running simultaneously. The `id` is passed as a parameter when creating the session (the `image-upload` string in the code bellow):
13+
Sample code for configuring the upload session. Each session must have a unique `id`, but it can have multiple tasks running simultaneously. The `id` is passed as a parameter when creating the session (the `image-upload` string in the code below):
1414

1515
```javascript
1616
// file path and url

packages/biometrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/biometrics",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0",
44
"description": "A biometric authentication plugin for use in NativeScript apps",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)