From 1093d77497181b7b6e933895e591e25d899ff2fd Mon Sep 17 00:00:00 2001 From: xLuxy <67131061+xLuxy@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:34:46 +0100 Subject: [PATCH] chore: Bump version --- client/package.json | 6 +++--- natives/package.json | 4 ++-- server/package.json | 4 ++-- shared/package.json | 2 +- webview/package.json | 2 +- worker/package.json | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/client/package.json b/client/package.json index 5a97a023..a2d929af 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@altv/types-client", - "version": "16.0.5", + "version": "16.1.0", "description": "This package contains types definitions for alt:V client-side module.", "types": "index.d.ts", "files": [ @@ -32,8 +32,8 @@ }, "homepage": "https://github.com/altmp/altv-types#readme", "peerDependencies": { - "@altv/types-shared": "^16.0.0", - "@altv/types-worker": "^16.0.0" + "@altv/types-shared": "^16.1.0", + "@altv/types-worker": "^16.1.0" }, "typedoc": { "displayName": "alt-client" diff --git a/natives/package.json b/natives/package.json index 8a5cd3af..c76fce0a 100644 --- a/natives/package.json +++ b/natives/package.json @@ -1,6 +1,6 @@ { "name": "@altv/types-natives", - "version": "16.0.4", + "version": "16.1.0", "description": "This package contains types definitions for alt:V client-side natives.", "types": "index.d.ts", "files": [ @@ -32,6 +32,6 @@ }, "homepage": "https://github.com/altmp/altv-types#readme", "peerDependencies": { - "@altv/types-client": "^16.0.0" + "@altv/types-client": "^16.1.0" } } diff --git a/server/package.json b/server/package.json index 64eee0b0..f02ba44e 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@altv/types-server", - "version": "16.0.4", + "version": "16.1.0", "description": "This package contains types definitions for alt:V server-side module.", "types": "index.d.ts", "files": [ @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/altmp/altv-types#readme", "peerDependencies": { - "@altv/types-shared": "^16.0.0" + "@altv/types-shared": "^16.1.0" }, "typedoc": { "displayName": "alt-server" diff --git a/shared/package.json b/shared/package.json index 235bfc6a..ae18328c 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@altv/types-shared", - "version": "16.0.1", + "version": "16.1.0", "description": "This package contains types definitions for alt:V JS module shared types.", "types": "index.d.ts", "files": [ diff --git a/webview/package.json b/webview/package.json index c875454a..f75d33cc 100644 --- a/webview/package.json +++ b/webview/package.json @@ -1,6 +1,6 @@ { "name": "@altv/types-webview", - "version": "16.0.0", + "version": "16.1.0", "description": "This package contains types definitions for alt:V client-side WebView.", "types": "index.d.ts", "files": [ diff --git a/worker/package.json b/worker/package.json index ddcb40dc..6169a659 100644 --- a/worker/package.json +++ b/worker/package.json @@ -1,6 +1,6 @@ { "name": "@altv/types-worker", - "version": "16.0.0", + "version": "16.1.0", "description": "This package contains types definitions for alt:V client-side Worker.", "types": "index.d.ts", "files": [ @@ -32,6 +32,6 @@ }, "homepage": "https://github.com/altmp/altv-types#readme", "peerDependencies": { - "@altv/types-client": "^16.0.0" + "@altv/types-client": "^16.1.0" } }