[go: nahoru, domu]

Skip to content

Commit

Permalink
Bump to 2.1.1-test1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jun 27, 2024
1 parent 7a03cb9 commit 9e2bb31
Show file tree
Hide file tree
Showing 11 changed files with 1,713 additions and 1,251 deletions.
2,944 changes: 1,703 additions & 1,241 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/liveblocks-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/client",
"version": "2.1.0",
"version": "2.1.1-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",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/liveblocks-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/core",
"version": "2.1.0",
"version": "2.1.1-test1",
"description": "Private internals for Liveblocks. DO NOT import directly from this package!",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/liveblocks-node-lexical/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/node-lexical",
"version": "2.1.0",
"version": "2.1.1-test1",
"description": "A server-side utility that lets you modify lexical documents hosted in Liveblocks.",
"license": "Apache-2.0",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/liveblocks-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/node",
"version": "2.1.0",
"version": "2.1.1-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",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/liveblocks-react-lexical/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/react-lexical",
"version": "2.1.0",
"version": "2.1.1-test1",
"description": "A lexical react plugin to enable collaboration, comments, live cursors, and more.",
"license": "Apache-2.0",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/liveblocks-react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/react-ui",
"version": "2.1.0",
"version": "2.1.1-test1",
"description": "A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
"license": "Apache-2.0",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/liveblocks-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/react",
"version": "2.1.0",
"version": "2.1.1-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",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/liveblocks-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/redux",
"version": "2.1.0",
"version": "2.1.1-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",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/liveblocks-yjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/yjs",
"version": "2.1.0",
"version": "2.1.1-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",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/liveblocks-zustand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/zustand",
"version": "2.1.0",
"version": "2.1.1-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",
"type": "commonjs",
Expand Down

0 comments on commit 9e2bb31

Please sign in to comment.