release(types): 8.6.1

This commit is contained in:
Nathan Walker
2023-10-09 12:32:40 -07:00
parent 1c94254047
commit a940a48fb6
4 changed files with 6 additions and 6 deletions

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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"
}
}