Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Dec 20, 2023
1 parent f69a3db commit 1093d77
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions natives/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions worker/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 1093d77

Please sign in to comment.