Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump version #328

Closed
wants to merge 44 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
1093d77
chore: Bump version
xLuxy Dec 20, 2023
cb967c7
fix(client): onRpc any to return type (#293)
S0P4 Dec 20, 2023
4eb1770
chore: Bump version
xLuxy Dec 20, 2023
60ec0de
fix(natives): Fix ptr params not being nullable
xLuxy Dec 25, 2023
1b4afaf
chore(natives): Bump version
xLuxy Dec 25, 2023
98e41e4
fix(client): move steeringAngle property to Vehicle class (#294)
xxshady Dec 29, 2023
a5734c4
chore(client): Bump version
xLuxy Dec 29, 2023
efda0e7
chore: Bump version
Doxoh Jan 3, 2024
f22341a
chore: Bump version
C0kkie Jan 9, 2024
9d1e33f
chore (shared): Bump version
xLuxy Jan 12, 2024
c21826e
feat(client): type safety for useStreaming (#298)
xxshady Jan 18, 2024
1dc3d6b
fix(client): typos (#297)
xxshady Jan 18, 2024
23bf456
feat(webview): Add getPermissionState typing
xLuxy Jan 28, 2024
9c75d6e
chore(webview, client): Bump version
xLuxy Jan 28, 2024
82cd1d2
fix(webview): Formatting
xLuxy Jan 28, 2024
1a42163
chore(webview, client): Bump version
xLuxy Jan 28, 2024
bcc3bd7
feat(client): add alt.Object.streamedIn (#312)
xxshady Mar 23, 2024
65317ef
chore(client): Bump version
xLuxy Apr 3, 2024
41b810a
chore: improve getClosestEntities description (#310)
xxshady Apr 3, 2024
55965d7
chore(server): Bump version
xLuxy Apr 3, 2024
61e39bb
fix(client): add missing Ped.getByRemoteID (#314)
xxshady May 8, 2024
a34abd1
fix(client, server): fix and improve RPC docs (#315)
xxshady May 19, 2024
588e68a
Update requirements list (#317)
devpanda0 May 28, 2024
b355305
Fixed wrong name in event docs (#316)
Dav-Renz May 28, 2024
db8ab77
chore(client)!: Deprecate setWatermarkPosition and it's enum
xLuxy Jun 13, 2024
d1ad9a4
chore: Bump version
xLuxy Jun 13, 2024
159383b
chore(server): add some descriptions of voice channel properties (#318)
xxshady Jul 1, 2024
fc31570
chore: Bump version
xLuxy Jul 1, 2024
ff23054
fix(natives): Fix nullable string parameters
xLuxy Aug 19, 2024
bd38921
fix(natives): Fix nullable string return type
xLuxy Aug 19, 2024
a2dd41b
chore: Bump version
xLuxy Aug 19, 2024
d846874
feat(client): Add new methods
xLuxy Aug 20, 2024
c5f0cc3
chore: Bump version
xLuxy Aug 20, 2024
e2ade1f
chore: Bump version
xLuxy Aug 20, 2024
80cb82b
feat(client, server, shared): switch to normal enums (#319)
xxshady Aug 19, 2024
a197bd6
chore: Bump version
xLuxy Aug 21, 2024
a7951c8
Merge 'dev' into 'rc'
xLuxy Aug 22, 2024
a82e7ba
chore: Bump version
xLuxy Aug 22, 2024
4dc4fb6
chore: remove outdated workers article (#323)
xxshady Sep 16, 2024
70769a6
feat: add multiple metadata setters (#322)
xxshady Sep 16, 2024
2dd11cd
chore(shared): fix angleTo return type of vector2 (#324)
S0P4 Sep 16, 2024
001c8c7
chore: Bump version
xLuxy Sep 16, 2024
27fc7bb
Merge branch 'dev' into rc
xxshady Nov 29, 2024
6b9b54d
chore: Bump version
xxshady Nov 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Bump version
  • Loading branch information
xLuxy committed Aug 21, 2024
commit a197bd668a0145dc42f9b92e7431a27eebe5cc65
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-client",
"version": "16.1.10",
"version": "16.1.11",
"description": "This package contains types definitions for alt:V client-side module.",
"types": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-server",
"version": "16.1.5",
"version": "16.1.6",
"description": "This package contains types definitions for alt:V server-side module.",
"types": "index.d.ts",
"files": [
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.1.0",
"version": "16.1.1",
"description": "This package contains types definitions for alt:V JS module shared types.",
"types": "index.d.ts",
"files": [
Expand Down
Loading