Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 0.5.1 #316

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/y-sweet-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "y-sweet-core"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
description = "Sans-IO core of the y-sweet yjs CRDT server."
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/y-sweet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "y-sweet"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
description = "A standalone Yjs CRDT server with built-in persistence and auth."
license = "MIT"
Expand All @@ -27,7 +27,7 @@ tokio-util = { version = "0.7.11", features = ["rt"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "fmt"] }
url = "2.4.0"
y-sweet-core = { version = "0.5.0", path = "../y-sweet-core", features=["sync"] }
y-sweet-core = { version = "0.5.1", path = "../y-sweet-core", features=["sync"] }
yrs = { version = "0.19.1" }
yrs-kvstore = "0.3.0"

Expand Down
6 changes: 3 additions & 3 deletions debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "y-sweet-debugger",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,8 +13,8 @@
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@y-sweet/react": "0.5.0",
"@y-sweet/sdk": "0.5.0",
"@y-sweet/react": "0.5.1",
"@y-sweet/sdk": "0.5.1",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples-nextjs",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -20,8 +20,8 @@
"@tldraw/tldraw": "2.0.0-alpha.17",
"@types/react-color": "3.0.6",
"@uiw/react-color": "1.3.3",
"@y-sweet/react": "0.5.0",
"@y-sweet/sdk": "0.5.0",
"@y-sweet/react": "0.5.1",
"@y-sweet/sdk": "0.5.1",
"autoprefixer": "10.4.14",
"codemirror": "5.65.14",
"next": "14.2.3",
Expand Down
6 changes: 3 additions & 3 deletions examples/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples-vanilla",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"format": "prettier --write \"**/*.js\""
},
"dependencies": {
"@y-sweet/client": "0.5.0",
"@y-sweet/sdk": "0.5.0",
"@y-sweet/client": "0.5.1",
"@y-sweet/sdk": "0.5.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"yjs": "^13.6.7"
Expand Down
4 changes: 2 additions & 2 deletions js-pkg/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"format": "prettier --write \"**/*.{ts,tsx,js,jsx}\"",
"prepublishOnly": "npm run build"
},
"version": "0.5.0",
"version": "0.5.1",
"description": "JS library for building collaboration features with y-sweet.",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"yjs": "^13.0.0"
},
"dependencies": {
"@y-sweet/sdk": "0.5.0",
"@y-sweet/sdk": "0.5.1",
"y-protocols": "^1.0.5"
}
}
6 changes: 3 additions & 3 deletions js-pkg/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"format": "prettier --write \"**/*.{ts,tsx,js,jsx}\"",
"prepublishOnly": "npm run build"
},
"version": "0.5.0",
"version": "0.5.1",
"description": "React library for building collaboration features with y-sweet.",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
Expand Down Expand Up @@ -47,8 +47,8 @@
"yjs": "^13.0.0"
},
"dependencies": {
"@y-sweet/client": "0.5.0",
"@y-sweet/sdk": "0.5.0",
"@y-sweet/client": "0.5.1",
"@y-sweet/sdk": "0.5.1",
"y-protocols": "^1.0.5"
}
}
2 changes: 1 addition & 1 deletion js-pkg/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"format": "prettier --write \"**/*.{ts,tsx,js,jsx}\"",
"prepublishOnly": "npm run build"
},
"version": "0.5.0",
"version": "0.5.1",
"description": "Javascript/Typescript backend SDK for building collaboration features with y-sweet.",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion js-pkg/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"postinstall": "node src/install.js",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx}\""
},
"version": "0.5.0",
"version": "0.5.1",
"description": "npm wrapper for y-sweet server",
"homepage": "https://github.com/drifting-in-space/y-sweet",
"repository": {
Expand Down
36 changes: 18 additions & 18 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 python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "y_sweet_sdk"
version = "0.5.0"
version = "0.5.1"
description = "Python bindings for the Y-Sweet server"
readme = "README.md"
authors = [{ name = "Paul Butler", email = "paul@jamsocket.com" }]
Expand Down
6 changes: 3 additions & 3 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "y-sweet-integration-tests",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"description": "Integration tests for Y-sweet.",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"yjs": "^13.6.7"
},
"dependencies": {
"@y-sweet/react": "0.5.0",
"@y-sweet/sdk": "0.5.0"
"@y-sweet/react": "0.5.1",
"@y-sweet/sdk": "0.5.1"
}
}
Loading