From 3d2511af60fe113d66912d00038d57790afb3808 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 9 Jan 2024 11:39:48 +0000 Subject: [PATCH] Bump to 1.9.4 --- package-lock.json | 70 +++++++++---------- packages/create-liveblocks-app/package.json | 2 +- packages/liveblocks-client/package.json | 4 +- packages/liveblocks-core/package.json | 2 +- packages/liveblocks-node/package.json | 4 +- .../liveblocks-react-comments/package.json | 8 +-- packages/liveblocks-react/package.json | 6 +- packages/liveblocks-redux/package.json | 6 +- packages/liveblocks-yjs/package.json | 6 +- packages/liveblocks-zustand/package.json | 6 +- 10 files changed, 57 insertions(+), 57 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2b0366742..a3264131dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23149,7 +23149,7 @@ } }, "packages/create-liveblocks-app": { - "version": "1.9.3", + "version": "1.9.4", "license": "Apache-2.0", "dependencies": { "ansi-colors": "^4.1.3", @@ -23324,10 +23324,10 @@ }, "packages/liveblocks-client": { "name": "@liveblocks/client", - "version": "1.9.3", + "version": "1.9.4", "license": "Apache-2.0", "dependencies": { - "@liveblocks/core": "1.9.3" + "@liveblocks/core": "1.9.4" }, "devDependencies": { "@liveblocks/eslint-config": "*", @@ -23340,7 +23340,7 @@ }, "packages/liveblocks-core": { "name": "@liveblocks/core", - "version": "1.9.3", + "version": "1.9.4", "license": "Apache-2.0", "devDependencies": { "@liveblocks/eslint-config": "*", @@ -23482,10 +23482,10 @@ }, "packages/liveblocks-node": { "name": "@liveblocks/node", - "version": "1.9.3", + "version": "1.9.4", "license": "Apache-2.0", "dependencies": { - "@liveblocks/core": "1.9.3", + "@liveblocks/core": "1.9.4", "@stablelib/base64": "^1.0.1", "fast-sha256": "^1.3.0", "node-fetch": "^2.6.1" @@ -23629,11 +23629,11 @@ }, "packages/liveblocks-react": { "name": "@liveblocks/react", - "version": "1.9.3", + "version": "1.9.4", "license": "Apache-2.0", "dependencies": { - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3", + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4", "nanoid": "^3", "use-sync-external-store": "^1.2.0" }, @@ -23653,13 +23653,13 @@ }, "packages/liveblocks-react-comments": { "name": "@liveblocks/react-comments", - "version": "1.9.3", + "version": "1.9.4", "license": "Apache-2.0", "dependencies": { "@floating-ui/react-dom": "^2.0.2", - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3", - "@liveblocks/react": "1.9.3", + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4", + "@liveblocks/react": "1.9.4", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-slot": "^1.0.2", @@ -24050,11 +24050,11 @@ }, "packages/liveblocks-redux": { "name": "@liveblocks/redux", - "version": "1.9.3", + "version": "1.9.4", "license": "Apache-2.0", "dependencies": { - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3" + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4" }, "devDependencies": { "@liveblocks/eslint-config": "*", @@ -24175,11 +24175,11 @@ }, "packages/liveblocks-yjs": { "name": "@liveblocks/yjs", - "version": "1.9.3", + "version": "1.9.4", "license": "Apache-2.0", "dependencies": { - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3", + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4", "js-base64": "^3.7.5" }, "devDependencies": { @@ -24193,11 +24193,11 @@ }, "packages/liveblocks-zustand": { "name": "@liveblocks/zustand", - "version": "1.9.3", + "version": "1.9.4", "license": "Apache-2.0", "dependencies": { - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3" + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4" }, "devDependencies": { "@liveblocks/eslint-config": "*", @@ -26032,7 +26032,7 @@ "@liveblocks/client": { "version": "file:packages/liveblocks-client", "requires": { - "@liveblocks/core": "1.9.3", + "@liveblocks/core": "1.9.4", "@liveblocks/eslint-config": "*", "@liveblocks/jest-config": "*", "@types/ws": "^8.5.3", @@ -26217,7 +26217,7 @@ "@liveblocks/node": { "version": "file:packages/liveblocks-node", "requires": { - "@liveblocks/core": "1.9.3", + "@liveblocks/core": "1.9.4", "@liveblocks/eslint-config": "*", "@liveblocks/jest-config": "*", "@stablelib/base64": "^1.0.1", @@ -26325,8 +26325,8 @@ "@liveblocks/react": { "version": "file:packages/liveblocks-react", "requires": { - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3", + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4", "@liveblocks/eslint-config": "*", "@liveblocks/jest-config": "*", "@testing-library/jest-dom": "^5.16.5", @@ -26409,11 +26409,11 @@ "version": "file:packages/liveblocks-react-comments", "requires": { "@floating-ui/react-dom": "^2.0.2", - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3", + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4", "@liveblocks/eslint-config": "*", "@liveblocks/jest-config": "*", - "@liveblocks/react": "1.9.3", + "@liveblocks/react": "1.9.4", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-slot": "^1.0.2", @@ -26609,8 +26609,8 @@ "@liveblocks/redux": { "version": "file:packages/liveblocks-redux", "requires": { - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3", + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4", "@liveblocks/eslint-config": "*", "@liveblocks/jest-config": "*", "@reduxjs/toolkit": "^1.7.2", @@ -26933,8 +26933,8 @@ "@liveblocks/yjs": { "version": "file:packages/liveblocks-yjs", "requires": { - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3", + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4", "@liveblocks/eslint-config": "*", "@liveblocks/jest-config": "*", "@testing-library/jest-dom": "^5.16.5", @@ -26944,8 +26944,8 @@ "@liveblocks/zustand": { "version": "file:packages/liveblocks-zustand", "requires": { - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3", + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4", "@liveblocks/eslint-config": "*", "@liveblocks/jest-config": "*", "@testing-library/jest-dom": "^5.16.5", diff --git a/packages/create-liveblocks-app/package.json b/packages/create-liveblocks-app/package.json index 05e021987a..5d6859497a 100644 --- a/packages/create-liveblocks-app/package.json +++ b/packages/create-liveblocks-app/package.json @@ -1,6 +1,6 @@ { "name": "create-liveblocks-app", - "version": "1.9.3", + "version": "1.9.4", "description": "An installer for Liveblocks projects, including various examples and a Next.js starter kit. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "bin": "dist/index.cjs", diff --git a/packages/liveblocks-client/package.json b/packages/liveblocks-client/package.json index f87ad16cf0..217378bf8d 100644 --- a/packages/liveblocks-client/package.json +++ b/packages/liveblocks-client/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/client", - "version": "1.9.3", + "version": "1.9.4", "description": "A client that lets you interact with Liveblocks servers. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "main": "./dist/index.js", @@ -33,7 +33,7 @@ "test:watch": "jest --silent --verbose --color=always --passWithNoTests --watch" }, "dependencies": { - "@liveblocks/core": "1.9.3" + "@liveblocks/core": "1.9.4" }, "devDependencies": { "@liveblocks/eslint-config": "*", diff --git a/packages/liveblocks-core/package.json b/packages/liveblocks-core/package.json index b5c2a66b36..e048f1ebb0 100644 --- a/packages/liveblocks-core/package.json +++ b/packages/liveblocks-core/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/core", - "version": "1.9.3", + "version": "1.9.4", "description": "Private internals for Liveblocks. DO NOT import directly from this package!", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/liveblocks-node/package.json b/packages/liveblocks-node/package.json index 2cafb0efe7..8dbc6a23bd 100644 --- a/packages/liveblocks-node/package.json +++ b/packages/liveblocks-node/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/node", - "version": "1.9.3", + "version": "1.9.4", "description": "A server-side utility that lets you set up a Liveblocks authentication endpoint. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "main": "./dist/index.js", @@ -33,7 +33,7 @@ "test:watch": "jest --silent --verbose --color=always --watch" }, "dependencies": { - "@liveblocks/core": "1.9.3", + "@liveblocks/core": "1.9.4", "@stablelib/base64": "^1.0.1", "fast-sha256": "^1.3.0", "node-fetch": "^2.6.1" diff --git a/packages/liveblocks-react-comments/package.json b/packages/liveblocks-react-comments/package.json index 28b8ddc808..abdcc7b678 100644 --- a/packages/liveblocks-react-comments/package.json +++ b/packages/liveblocks-react-comments/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/react-comments", - "version": "1.9.3", + "version": "1.9.4", "description": "A set of React components to add real time comments a la Notion, Figma, Google Docs in your product.", "license": "Apache-2.0", "main": "./dist/index.js", @@ -49,9 +49,9 @@ }, "dependencies": { "@floating-ui/react-dom": "^2.0.2", - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3", - "@liveblocks/react": "1.9.3", + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4", + "@liveblocks/react": "1.9.4", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-slot": "^1.0.2", diff --git a/packages/liveblocks-react/package.json b/packages/liveblocks-react/package.json index 11f81b0b79..25e369f877 100644 --- a/packages/liveblocks-react/package.json +++ b/packages/liveblocks-react/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/react", - "version": "1.9.3", + "version": "1.9.4", "description": "A set of React hooks and providers to use Liveblocks declaratively. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "main": "./dist/index.js", @@ -34,8 +34,8 @@ "test:watch": "jest --silent --verbose --color=always --watch" }, "dependencies": { - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3", + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4", "nanoid": "^3", "use-sync-external-store": "^1.2.0" }, diff --git a/packages/liveblocks-redux/package.json b/packages/liveblocks-redux/package.json index dd701cd9dc..efaa36898b 100644 --- a/packages/liveblocks-redux/package.json +++ b/packages/liveblocks-redux/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/redux", - "version": "1.9.3", + "version": "1.9.4", "description": "A store enhancer to integrate Liveblocks into Redux stores. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "main": "./dist/index.js", @@ -32,8 +32,8 @@ "test:watch": "jest --silent --verbose --color=always --watch" }, "dependencies": { - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3" + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4" }, "peerDependencies": { "redux": "^4" diff --git a/packages/liveblocks-yjs/package.json b/packages/liveblocks-yjs/package.json index f22264f8d1..8547aeca0f 100644 --- a/packages/liveblocks-yjs/package.json +++ b/packages/liveblocks-yjs/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/yjs", - "version": "1.9.3", + "version": "1.9.4", "description": "An integration with . Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "main": "./dist/index.js", @@ -32,8 +32,8 @@ "test:watch": "jest --silent --verbose --color=always --watch" }, "dependencies": { - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3", + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4", "js-base64": "^3.7.5" }, "peerDependencies": { diff --git a/packages/liveblocks-zustand/package.json b/packages/liveblocks-zustand/package.json index 9a68d13c13..135e6794bc 100644 --- a/packages/liveblocks-zustand/package.json +++ b/packages/liveblocks-zustand/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/zustand", - "version": "1.9.3", + "version": "1.9.4", "description": "A middleware to integrate Liveblocks into Zustand stores. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "main": "./dist/index.js", @@ -33,8 +33,8 @@ "test:watch": "jest --silent --verbose --color=always --watch" }, "dependencies": { - "@liveblocks/client": "1.9.3", - "@liveblocks/core": "1.9.3" + "@liveblocks/client": "1.9.4", + "@liveblocks/core": "1.9.4" }, "peerDependencies": { "zustand": "^4.1.3"