Skip to content
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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/loro-adaptors": "0.4.2",
"packages/loro-protocol": "0.2.0",
"packages/loro-websocket": "0.4.3"
"packages/loro-adaptors": "0.5.0",
"packages/loro-protocol": "0.3.0",
"packages/loro-websocket": "0.5.0"
}
18 changes: 18 additions & 0 deletions packages/loro-adaptors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.5.0](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.4.2...loro-adaptors-v0.5.0) (2025-12-07)


### ⚠ BREAKING CHANGES

* protocol v1 ([#34](https://github.com/loro-dev/protocol/issues/34))

### Features

* protocol v1 ([#34](https://github.com/loro-dev/protocol/issues/34)) ([6570a2e](https://github.com/loro-dev/protocol/commit/6570a2eef0ab73729242adea21052390c39409b3))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* loro-protocol bumped to 0.3.0

## [0.4.2](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.4.1...loro-adaptors-v0.4.2) (2025-11-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/loro-adaptors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loro-adaptors",
"version": "0.4.2",
"version": "0.5.0",
"author": "Loro Team",
"main": "dist/index.js",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/loro-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.0](https://github.com/loro-dev/protocol/compare/loro-protocol-v0.2.0...loro-protocol-v0.3.0) (2025-12-07)


### ⚠ BREAKING CHANGES

* protocol v1 ([#34](https://github.com/loro-dev/protocol/issues/34))

### Features

* protocol v1 ([#34](https://github.com/loro-dev/protocol/issues/34)) ([6570a2e](https://github.com/loro-dev/protocol/commit/6570a2eef0ab73729242adea21052390c39409b3))

## [0.2.0](https://github.com/loro-dev/protocol/compare/loro-protocol-v0.1.3...loro-protocol-v0.2.0) (2025-11-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/loro-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loro-protocol",
"version": "0.2.0",
"version": "0.3.0",
"private": false,
"description": "Compact binary wire protocol for collaborative CRDTs (Loro/Yjs), with encoders/decoders and bytes utilities",
"author": "Loro Team",
Expand Down
20 changes: 20 additions & 0 deletions packages/loro-websocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.5.0](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.4.3...loro-websocket-v0.5.0) (2025-12-07)


### ⚠ BREAKING CHANGES

* protocol v1 ([#34](https://github.com/loro-dev/protocol/issues/34))

### Features

* join room with auth providers ([#37](https://github.com/loro-dev/protocol/issues/37)) ([8a9960a](https://github.com/loro-dev/protocol/commit/8a9960acb172dcfba22af02257fefebc35150c23))
* protocol v1 ([#34](https://github.com/loro-dev/protocol/issues/34)) ([6570a2e](https://github.com/loro-dev/protocol/commit/6570a2eef0ab73729242adea21052390c39409b3))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* loro-protocol bumped to 0.3.0
* loro-adaptors bumped to 0.5.0

## [0.4.3](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.4.2...loro-websocket-v0.4.3) (2025-12-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/loro-websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loro-websocket",
"version": "0.4.3",
"version": "0.5.0",
"private": false,
"description": "WebSocket client and SimpleServer for syncing CRDTs base on loro-protocol",
"author": "Loro Team",
Expand Down