Skip to content

Commit f3f25f8

Browse files
GitHub Actions Botliveblocks[bot]
authored andcommitted
Bump to 1.0.12
Original commit: 7eec270ae5b99cfddb6c962810547b0d94d0ba53
1 parent b54efb6 commit f3f25f8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/liveblocks-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liveblocks/server",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Liveblocks backend server foundation.",
55
"type": "module",
66
"main": "./dist/index.js",

packages/liveblocks-zenrouter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liveblocks/zenrouter",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "An opinionated router library for building APIs following best practices.",
55
"type": "module",
66
"main": "./dist/index.js",

tools/liveblocks-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liveblocks",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Liveblocks command line interface",
55
"type": "module",
66
"bin": {
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@liveblocks/core": "3.14.0",
42-
"@liveblocks/server": "1.0.11",
43-
"@liveblocks/zenrouter": "1.0.11",
42+
"@liveblocks/server": "1.0.12",
43+
"@liveblocks/zenrouter": "1.0.12",
4444
"decoders": "^2.8.0",
4545
"js-base64": "^3.7.5",
4646
"yjs": "^13.6.10"

0 commit comments

Comments
 (0)