Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardssh committed Mar 31, 2022
1 parent 6287018 commit fc50c14
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "pnpm",
"useWorkspaces": true,
"version": "2.0.1"
"version": "2.0.2"
}
2 changes: 1 addition & 1 deletion packages/cef/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ragempcommunity/types-cef",
"version": "2.0.1",
"version": "2.0.2",
"description": "Types definitions for RAGE:MP CEF module",
"main": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ragempcommunity/types-client",
"version": "2.0.1",
"version": "2.0.2",
"description": "Types definitions for RAGE:MP client-side module",
"main": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ragempcommunity/types-server",
"version": "2.0.1",
"version": "2.0.2",
"description": "Types definitions for RAGE:MP server-side module",
"main": "index.d.ts",
"files": [
Expand Down

0 comments on commit fc50c14

Please sign in to comment.