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.3.1",
"packages/loro-protocol": "0.1.3",
"packages/loro-websocket": "0.3.1"
"packages/loro-adaptors": "0.4.0",
"packages/loro-protocol": "0.2.0",
"packages/loro-websocket": "0.4.0"
}
24 changes: 24 additions & 0 deletions packages/loro-adaptors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.4.0](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.3.1...loro-adaptors-v0.4.0) (2025-11-20)


### ⚠ BREAKING CHANGES

* enforce to use string for room-id ([#27](https://github.com/loro-dev/protocol/issues/27))
* Introduce subpath exports and remove server-registry abstraction in loro-adaptors ([#25](https://github.com/loro-dev/protocol/issues/25))

### Bug Fixes

* enforce to use string for room-id ([#27](https://github.com/loro-dev/protocol/issues/27)) ([2eeea76](https://github.com/loro-dev/protocol/commit/2eeea7663827070cf88bb4354c89187d59df53b2))


### Code Refactoring

* Introduce subpath exports and remove server-registry abstraction in loro-adaptors ([#25](https://github.com/loro-dev/protocol/issues/25)) ([d5f2460](https://github.com/loro-dev/protocol/commit/d5f2460cd78ab63c11a8f216af13bf6aed49fc91))


### Dependencies

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

## [0.3.1](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.3.0...loro-adaptors-v0.3.1) (2025-11-19)


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.3.1",
"version": "0.4.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.2.0](https://github.com/loro-dev/protocol/compare/loro-protocol-v0.1.3...loro-protocol-v0.2.0) (2025-11-20)


### ⚠ BREAKING CHANGES

* enforce to use string for room-id ([#27](https://github.com/loro-dev/protocol/issues/27))

### Bug Fixes

* enforce to use string for room-id ([#27](https://github.com/loro-dev/protocol/issues/27)) ([2eeea76](https://github.com/loro-dev/protocol/commit/2eeea7663827070cf88bb4354c89187d59df53b2))

## [0.1.3](https://github.com/loro-dev/protocol/compare/loro-protocol-v0.1.2...loro-protocol-v0.1.3) (2025-11-05)


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.1.3",
"version": "0.2.0",
"private": false,
"description": "Compact binary wire protocol for collaborative CRDTs (Loro/Yjs), with encoders/decoders and bytes utilities",
"author": "Loro Team",
Expand Down
25 changes: 25 additions & 0 deletions packages/loro-websocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.4.0](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.3.1...loro-websocket-v0.4.0) (2025-11-20)


### ⚠ BREAKING CHANGES

* enforce to use string for room-id ([#27](https://github.com/loro-dev/protocol/issues/27))
* Introduce subpath exports and remove server-registry abstraction in loro-adaptors ([#25](https://github.com/loro-dev/protocol/issues/25))

### Bug Fixes

* enforce to use string for room-id ([#27](https://github.com/loro-dev/protocol/issues/27)) ([2eeea76](https://github.com/loro-dev/protocol/commit/2eeea7663827070cf88bb4354c89187d59df53b2))


### Code Refactoring

* Introduce subpath exports and remove server-registry abstraction in loro-adaptors ([#25](https://github.com/loro-dev/protocol/issues/25)) ([d5f2460](https://github.com/loro-dev/protocol/commit/d5f2460cd78ab63c11a8f216af13bf6aed49fc91))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* loro-protocol bumped to 0.2.0
* loro-adaptors bumped to 0.4.0

## [0.3.1](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.3.0...loro-websocket-v0.3.1) (2025-11-19)


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.3.1",
"version": "0.4.0",
"private": false,
"description": "WebSocket client and SimpleServer for syncing CRDTs base on loro-protocol",
"author": "Loro Team",
Expand Down