Skip to content

Commit

Permalink
bump version 2.3.4 for client and server 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Jan 16, 2025
1 parent 5a4af74 commit 0674637
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sodazone/ocelloids-client",
"version": "2.3.7-dev.0",
"version": "2.4.0",
"type": "module",
"description": "Ocelloids client library",
"author": "SO/DA <[email protected]>",
Expand Down Expand Up @@ -64,6 +64,5 @@
"isows": "^1.0.6",
"ky": "^1.7.4",
"zod": "^3.24.1"
},
"stableVersion": "2.3.6"
}
}
5 changes: 2 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sodazone/ocelloids-service-node",
"version": "2.3.3-dev.0",
"version": "2.4.0",
"type": "module",
"description": "Ocelloids Service Node",
"author": "SO/DA <[email protected]>",
Expand Down Expand Up @@ -85,6 +85,5 @@
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.1"
},
"packageManager": "[email protected]",
"stableVersion": "2.3.2"
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/server/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.3.3-dev.0'
export default '2.3.4'

0 comments on commit 0674637

Please sign in to comment.