Skip to content

Commit 86fdf58

Browse files
committed
chore: types 8.2.0
1 parent 2393dad commit 86fdf58

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

packages/types-android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/types-android",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "NativeScript Types for Android.",
55
"homepage": "https://nativescript.org",
66
"repository": {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/// <reference path="./android/android-platform-32.d.ts" />
2+
/// <reference path="./android/androidx-32.d.ts" />
3+
/// <reference path="./android/common.d.ts" />

packages/types-ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/types-ios",
3-
"version": "8.1.1",
3+
"version": "8.2.0",
44
"description": "NativeScript Types for iOS.",
55
"homepage": "https://nativescript.org",
66
"repository": {

packages/types/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/types",
3-
"version": "8.1.1",
3+
"version": "8.2.0",
44
"description": "NativeScript Types for all supported platforms.",
55
"homepage": "https://nativescript.org",
66
"repository": {
@@ -12,7 +12,7 @@
1212
],
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"@nativescript/types-ios": "~8.1.0",
16-
"@nativescript/types-android": "~8.1.0"
15+
"@nativescript/types-ios": "~8.2.0",
16+
"@nativescript/types-android": "~8.2.0"
1717
}
1818
}

0 commit comments

Comments
 (0)