Skip to content

Commit

Permalink
bumped versions 👹
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Nov 26, 2024
1 parent 54bf41d commit d17695b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sodazone/ocelloids-service-root",
"version": "2.3.1",
"version": "2.3.2-dev.0",
"description": "Ocelloids Server",
"author": "SO/DA <projects@soda.zone>",
"contributors": [
Expand All @@ -26,5 +26,6 @@
},
"resolutions": {
"@polkadot-api/observable-client@npm:0.6.2": "patch:@polkadot-api/observable-client@npm%3A0.6.2#~/.yarn/patches/@polkadot-api-observable-client-npm-0.6.2-ed0dacca53.patch"
}
},
"stableVersion": "2.3.1"
}
5 changes: 3 additions & 2 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.2",
"version": "2.3.3-dev.0",
"type": "module",
"description": "Ocelloids client library",
"author": "SO/DA <projects@soda.zone>",
Expand Down Expand Up @@ -62,5 +62,6 @@
"isows": "^1.0.6",
"ky": "^1.7.2",
"zod": "^3.23.8"
}
},
"stableVersion": "2.3.2"
}
5 changes: 3 additions & 2 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.1",
"version": "2.3.2-dev.0",
"type": "module",
"description": "Ocelloids Service Node",
"author": "SO/DA <projects@soda.zone>",
Expand Down Expand Up @@ -85,5 +85,6 @@
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.5"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.0",
"stableVersion": "2.3.1"
}
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.1'
export default '2.3.2-dev.0'

0 comments on commit d17695b

Please sign in to comment.