Skip to content

Commit

Permalink
Bump to 1.1.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jun 16, 2023
1 parent 330750c commit f48aa38
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 35 deletions.
42 changes: 21 additions & 21 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-liveblocks-app",
"version": "1.1.0-beta3",
"version": "1.1.0-beta4",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/client",
"version": "1.1.0-beta3",
"version": "1.1.0-beta4",
"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 All @@ -18,7 +18,7 @@
"test:watch": "jest --silent --verbose --color=always --passWithNoTests --watch"
},
"dependencies": {
"@liveblocks/core": "1.1.0-beta3"
"@liveblocks/core": "1.1.0-beta4"
},
"devDependencies": {
"@liveblocks/eslint-config": "*",
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": "1.1.0-beta3",
"version": "1.1.0-beta4",
"description": "Shared code and foundational internals for Liveblocks",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
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": "1.1.0-beta3",
"version": "1.1.0-beta4",
"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
6 changes: 3 additions & 3 deletions packages/liveblocks-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/react",
"version": "1.1.0-beta3",
"version": "1.1.0-beta4",
"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 All @@ -20,8 +20,8 @@
"test:watch": "jest --silent --verbose --color=always --watch"
},
"dependencies": {
"@liveblocks/client": "1.1.0-beta3",
"@liveblocks/core": "1.1.0-beta3",
"@liveblocks/client": "1.1.0-beta4",
"@liveblocks/core": "1.1.0-beta4",
"use-sync-external-store": "^1.2.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/liveblocks-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/redux",
"version": "1.1.0-beta3",
"version": "1.1.0-beta4",
"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 All @@ -18,8 +18,8 @@
"test:watch": "jest --silent --verbose --color=always --watch"
},
"dependencies": {
"@liveblocks/client": "1.1.0-beta3",
"@liveblocks/core": "1.1.0-beta3"
"@liveblocks/client": "1.1.0-beta4",
"@liveblocks/core": "1.1.0-beta4"
},
"peerDependencies": {
"redux": "^4"
Expand Down
6 changes: 3 additions & 3 deletions packages/liveblocks-zustand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/zustand",
"version": "1.1.0-beta3",
"version": "1.1.0-beta4",
"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 All @@ -19,8 +19,8 @@
"test:watch": "jest --silent --verbose --color=always --watch"
},
"dependencies": {
"@liveblocks/client": "1.1.0-beta3",
"@liveblocks/core": "1.1.0-beta3"
"@liveblocks/client": "1.1.0-beta4",
"@liveblocks/core": "1.1.0-beta4"
},
"peerDependencies": {
"zustand": "^4.1.3"
Expand Down

0 comments on commit f48aa38

Please sign in to comment.