Skip to content

Commit

Permalink
Bump version to 0.3.1 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Sep 26, 2024
1 parent b126bfb commit 6912fbc
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 191 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.3.0"
version = "0.3.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.3.0"
version = "0.3.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.3.0", path = "../y-sweet-core", features=["sync"] }
y-sweet-core = { version = "0.3.1", path = "../y-sweet-core", features=["sync"] }
yrs = { version = "0.19.1" }
yrs-kvstore = "0.3.0"

Expand Down
7 changes: 4 additions & 3 deletions debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "0.1.0",
"name": "y-sweet-debugger",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,8 +13,8 @@
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@y-sweet/react": "0.2.2",
"@y-sweet/sdk": "0.2.2",
"@y-sweet/react": "0.3.1",
"@y-sweet/sdk": "0.3.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.1.0",
"version": "0.3.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.2.2",
"@y-sweet/sdk": "0.2.2",
"@y-sweet/react": "0.3.1",
"@y-sweet/sdk": "0.3.1",
"autoprefixer": "10.4.14",
"codemirror": "5.65.14",
"next": "13.5.6",
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.1.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"format": "prettier --write \"**/*.js\""
},
"dependencies": {
"@y-sweet/client": "0.2.2",
"@y-sweet/sdk": "0.2.2",
"@y-sweet/client": "0.3.1",
"@y-sweet/sdk": "0.3.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.3.0",
"version": "0.3.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.3.0",
"@y-sweet/sdk": "0.3.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.3.0",
"version": "0.3.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.3.0",
"@y-sweet/sdk": "0.3.0",
"@y-sweet/client": "0.3.1",
"@y-sweet/sdk": "0.3.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.3.0",
"version": "0.3.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.3.0",
"version": "0.3.1",
"description": "npm wrapper for y-sweet server",
"homepage": "https://github.com/drifting-in-space/y-sweet",
"repository": {
Expand Down
Loading

0 comments on commit 6912fbc

Please sign in to comment.