chore(release): @nativescript/types@8.0.0

This commit is contained in:
Nathan Walker
2021-03-31 14:20:40 -07:00
parent a66587dd90
commit b72c4a3237
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@nativescript/types", "name": "@nativescript/types",
"version": "7.3.0", "version": "8.0.0",
"description": "NativeScript Types for all supported platforms.", "description": "NativeScript Types for all supported platforms.",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {
@ -12,7 +12,7 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@nativescript/types-ios": "7.3.0", "@nativescript/types-ios": "8.0.0",
"@nativescript/types-android": "7.3.0" "@nativescript/types-android": "8.0.0"
} }
} }