chore: types 8.1

This commit is contained in:
Nathan Walker
2021-09-08 16:53:53 -07:00
parent b5b46273bf
commit 8e7254281c
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@nativescript/types-android",
"version": "8.0.1",
"version": "8.1.0",
"description": "NativeScript Types for Android.",
"homepage": "https://nativescript.org",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@nativescript/types-ios",
"version": "8.0.1",
"version": "8.1.0",
"description": "NativeScript Types for iOS.",
"homepage": "https://nativescript.org",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@nativescript/types",
"version": "8.0.1",
"version": "8.1.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.0.1",
"@nativescript/types-android": "8.0.1"
"@nativescript/types-ios": "8.1.0",
"@nativescript/types-android": "8.1.0"
}
}