diff --git a/packages/types-android/package.json b/packages/types-android/package.json index 47cab8f5f..a4c106d61 100644 --- a/packages/types-android/package.json +++ b/packages/types-android/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types-android", - "version": "8.7.0-rc.0", + "version": "8.7.0", "description": "NativeScript Types for Android.", "homepage": "https://nativescript.org", "repository": { diff --git a/packages/types-ios/package.json b/packages/types-ios/package.json index aa8275311..012cda1ac 100644 --- a/packages/types-ios/package.json +++ b/packages/types-ios/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types-ios", - "version": "8.7.0-rc.0", + "version": "8.7.0", "description": "NativeScript Types for iOS.", "homepage": "https://nativescript.org", "repository": { diff --git a/packages/types-minimal/package.json b/packages/types-minimal/package.json index 0fa93ef6e..68cbbcbb9 100644 --- a/packages/types-minimal/package.json +++ b/packages/types-minimal/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types-minimal", - "version": "8.7.0-rc.0", + "version": "8.7.0", "description": "NativeScript 'Minimal' Types for only the latest Android and iOS sdks.", "homepage": "https://nativescript.org", "repository": { diff --git a/packages/types/package.json b/packages/types/package.json index c44470b8c..8776cad2c 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types", - "version": "8.7.0-rc.0", + "version": "8.7.0", "description": "NativeScript Types for all supported platforms.", "homepage": "https://nativescript.org", "repository": { @@ -12,7 +12,7 @@ ], "license": "Apache-2.0", "dependencies": { - "@nativescript/types-ios": "8.7.0-rc.0", - "@nativescript/types-android": "8.7.0-rc.0" + "@nativescript/types-ios": "8.7.0", + "@nativescript/types-android": "8.7.0" } }