From b72c4a3237e159de1a516ab1fcbdccae93d367a1 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 31 Mar 2021 14:20:40 -0700 Subject: [PATCH] chore(release): @nativescript/types@8.0.0 --- packages/types-android/package.json | 2 +- packages/types-ios/package.json | 2 +- packages/types/package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/types-android/package.json b/packages/types-android/package.json index 2812acf1a..147f3aa2e 100644 --- a/packages/types-android/package.json +++ b/packages/types-android/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types-android", - "version": "7.3.0", + "version": "8.0.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 1a5c10a8f..ee87cacb6 100644 --- a/packages/types-ios/package.json +++ b/packages/types-ios/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types-ios", - "version": "7.3.0", + "version": "8.0.0", "description": "NativeScript Types for iOS.", "homepage": "https://nativescript.org", "repository": { diff --git a/packages/types/package.json b/packages/types/package.json index 1ae09563f..327cae936 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types", - "version": "7.3.0", + "version": "8.0.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": "7.3.0", - "@nativescript/types-android": "7.3.0" + "@nativescript/types-ios": "8.0.0", + "@nativescript/types-android": "8.0.0" } }