Skip to content

Commit

Permalink
Bump to 1.11.0-test1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Mar 20, 2024
1 parent f9b38b3 commit 2b631fb
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 57 deletions.
82 changes: 47 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/create-liveblocks-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-liveblocks-app",
"version": "1.10.4",
"version": "1.11.0-test1",
"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",
Expand Down
4 changes: 2 additions & 2 deletions packages/liveblocks-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/client",
"version": "1.10.4",
"version": "1.11.0-test1",
"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",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:watch": "jest --silent --verbose --color=always --passWithNoTests --watch"
},
"dependencies": {
"@liveblocks/core": "1.10.4"
"@liveblocks/core": "1.11.0-test1"
},
"devDependencies": {
"@liveblocks/eslint-config": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/liveblocks-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/core",
"version": "1.10.4",
"version": "1.11.0-test1",
"description": "Private internals for Liveblocks. DO NOT import directly from this package!",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/liveblocks-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/node",
"version": "1.10.4",
"version": "1.11.0-test1",
"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",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:watch": "jest --silent --verbose --color=always --watch"
},
"dependencies": {
"@liveblocks/core": "1.10.4",
"@liveblocks/core": "1.11.0-test1",
"@stablelib/base64": "^1.0.1",
"fast-sha256": "^1.3.0",
"node-fetch": "^2.6.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/liveblocks-react-comments/package.json
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/react-comments",
"version": "1.10.4",
"version": "1.11.0-test1",
"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",
Expand Down Expand Up @@ -49,9 +49,9 @@
},
"dependencies": {
"@floating-ui/react-dom": "^2.0.2",
"@liveblocks/client": "1.10.4",
"@liveblocks/core": "1.10.4",
"@liveblocks/react": "1.10.4",
"@liveblocks/client": "1.11.0-test1",
"@liveblocks/core": "1.11.0-test1",
"@liveblocks/react": "1.11.0-test1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/liveblocks-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/react",
"version": "1.10.4",
"version": "1.11.0-test1",
"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",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test:watch": "jest --silent --verbose --color=always --watch"
},
"dependencies": {
"@liveblocks/client": "1.10.4",
"@liveblocks/core": "1.10.4",
"@liveblocks/client": "1.11.0-test1",
"@liveblocks/core": "1.11.0-test1",
"nanoid": "^3",
"use-sync-external-store": "^1.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/liveblocks-redux/package.json
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/redux",
"version": "1.10.4",
"version": "1.11.0-test1",
"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",
Expand Down Expand Up @@ -32,8 +32,8 @@
"test:watch": "jest --silent --verbose --color=always --watch"
},
"dependencies": {
"@liveblocks/client": "1.10.4",
"@liveblocks/core": "1.10.4"
"@liveblocks/client": "1.11.0-test1",
"@liveblocks/core": "1.11.0-test1"
},
"peerDependencies": {
"redux": "^4"
Expand Down
6 changes: 3 additions & 3 deletions packages/liveblocks-yjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/yjs",
"version": "1.10.4",
"version": "1.11.0-test1",
"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",
Expand Down Expand Up @@ -32,8 +32,8 @@
"test:watch": "jest --silent --verbose --color=always --watch"
},
"dependencies": {
"@liveblocks/client": "1.10.4",
"@liveblocks/core": "1.10.4",
"@liveblocks/client": "1.11.0-test1",
"@liveblocks/core": "1.11.0-test1",
"js-base64": "^3.7.5"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/liveblocks-zustand/package.json
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/zustand",
"version": "1.10.4",
"version": "1.11.0-test1",
"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",
Expand Down Expand Up @@ -33,8 +33,8 @@
"test:watch": "jest --silent --verbose --color=always --watch"
},
"dependencies": {
"@liveblocks/client": "1.10.4",
"@liveblocks/core": "1.10.4"
"@liveblocks/client": "1.11.0-test1",
"@liveblocks/core": "1.11.0-test1"
},
"peerDependencies": {
"zustand": "^4.1.3"
Expand Down

0 comments on commit 2b631fb

Please sign in to comment.