From a940a48fb6c8e9900a4ea1f6627dab1984ee5177 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 9 Oct 2023 12:32:40 -0700 Subject: [PATCH] release(types): 8.6.1 --- packages/types-android/package.json | 2 +- packages/types-ios/package.json | 2 +- packages/types-minimal/package.json | 2 +- packages/types/package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/types-android/package.json b/packages/types-android/package.json index 680361cda..891a2e026 100644 --- a/packages/types-android/package.json +++ b/packages/types-android/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types-android", - "version": "8.5.0", + "version": "8.6.1", "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 98131a3ad..b305d7cfc 100644 --- a/packages/types-ios/package.json +++ b/packages/types-ios/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types-ios", - "version": "8.5.0", + "version": "8.6.1", "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 d3ebc042d..a3a3a54f5 100644 --- a/packages/types-minimal/package.json +++ b/packages/types-minimal/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types-minimal", - "version": "8.5.0", + "version": "8.6.1", "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 ff529b580..4d08bf8d9 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types", - "version": "8.5.0", + "version": "8.6.1", "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.5.0", - "@nativescript/types-android": "~8.5.0" + "@nativescript/types-ios": "~8.6.0", + "@nativescript/types-android": "~8.6.0" } }