Skip to content

Commit bb9faea

Browse files
committed
bump all versions
1 parent c7531b9 commit bb9faea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/ios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/ios-node-api",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "An embeddable, engine-agnostic NativeScript runtime for iOS based on Node-API",
55
"repository": {
66
"type": "git",
@@ -30,7 +30,7 @@
3030
],
3131
"license": "MIT",
3232
"dependencies": {
33-
"@nativescript/objc-node-api": ">=1.0.0-alpha.4"
33+
"@nativescript/objc-node-api": ">=1.0.0-alpha.5"
3434
},
3535
"devDependencies": {
3636
"rimraf": "^5.0.5"

packages/macos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/macos-node-api",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "An embeddable, engine-agnostic NativeScript runtime for macOS based on Node-API",
55
"repository": {
66
"type": "git",
@@ -32,7 +32,7 @@
3232
],
3333
"license": "MIT",
3434
"dependencies": {
35-
"@nativescript/objc-node-api": ">=1.0.0-alpha.4"
35+
"@nativescript/objc-node-api": ">=1.0.0-alpha.5"
3636
},
3737
"devDependencies": {
3838
"rimraf": "^5.0.5"

packages/objc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/objc-node-api",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "Typings for the common Objective-C runtime APIs used by both @nativescript/ios-node-api and @nativescript/macos-node-api",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)