Skip to content

Commit

Permalink
v0.5.0 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyatmax authored Oct 4, 2024
1 parent e1082a8 commit 7e9119a
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 43 deletions.
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.4.0"
version = "0.5.0"
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.4.0"
version = "0.5.0"
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.4.0", path = "../y-sweet-core", features=["sync"] }
y-sweet-core = { version = "0.5.0", 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.4.0",
"version": "0.5.0",
"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.4.0",
"@y-sweet/sdk": "0.4.0",
"@y-sweet/react": "0.5.0",
"@y-sweet/sdk": "0.5.0",
"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.4.0",
"version": "0.5.0",
"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.4.0",
"@y-sweet/sdk": "0.4.0",
"@y-sweet/react": "0.5.0",
"@y-sweet/sdk": "0.5.0",
"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.4.0",
"version": "0.5.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"format": "prettier --write \"**/*.js\""
},
"dependencies": {
"@y-sweet/client": "0.4.0",
"@y-sweet/sdk": "0.4.0",
"@y-sweet/client": "0.5.0",
"@y-sweet/sdk": "0.5.0",
"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.4.0",
"version": "0.5.0",
"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.4.0",
"@y-sweet/sdk": "0.5.0",
"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.4.0",
"version": "0.5.0",
"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.4.0",
"@y-sweet/sdk": "0.4.0",
"@y-sweet/client": "0.5.0",
"@y-sweet/sdk": "0.5.0",
"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.4.0",
"version": "0.5.0",
"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.4.0",
"version": "0.5.0",
"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.4.0"
version = "0.5.0"
description = "Python bindings for the Y-Sweet server"
readme = "README.md"
authors = [{ name = "Paul Butler", email = "[email protected]" }]
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.4.0",
"version": "0.5.0",
"private": true,
"description": "Integration tests for Y-sweet.",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"yjs": "^13.6.7"
},
"dependencies": {
"@y-sweet/react": "0.4.0",
"@y-sweet/sdk": "0.4.0"
"@y-sweet/react": "0.5.0",
"@y-sweet/sdk": "0.5.0"
}
}

0 comments on commit 7e9119a

Please sign in to comment.