Skip to content

Commit e28bd97

Browse files
chore: release main
1 parent 1819656 commit e28bd97

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/loro-adaptors": "0.5.0",
2+
"packages/loro-adaptors": "0.6.0",
33
"packages/loro-protocol": "0.3.0",
4-
"packages/loro-websocket": "0.5.0"
4+
"packages/loro-websocket": "0.6.0"
55
}

packages/loro-adaptors/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66

77
* Flock adaptors now encode version vectors using `@loro-dev/flock`'s binary `encodeVersionVector`; version payloads are no longer JSON.
88

9+
## [0.6.0](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.5.0...loro-adaptors-v0.6.0) (2025-12-11)
10+
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* adopt flock 4 version encoding ([#39](https://github.com/loro-dev/protocol/issues/39))
15+
16+
### Features
17+
18+
* adopt flock 4 version encoding ([#39](https://github.com/loro-dev/protocol/issues/39)) ([1819656](https://github.com/loro-dev/protocol/commit/1819656d1f02a929cc56186d8b0b63f3b8fdc408))
19+
920
## [0.5.0](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.4.2...loro-adaptors-v0.5.0) (2025-12-07)
1021

1122

packages/loro-adaptors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-adaptors",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"author": "Loro Team",
55
"main": "dist/index.js",
66
"type": "module",

packages/loro-websocket/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66

77
* Flock client/server adaptors now emit binary-encoded version vectors using `@loro-dev/flock`'s `encodeVersionVector`; prior JSON encoding is no longer supported.
88

9+
## [0.6.0](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.5.0...loro-websocket-v0.6.0) (2025-12-11)
10+
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* adopt flock 4 version encoding ([#39](https://github.com/loro-dev/protocol/issues/39))
15+
16+
### Features
17+
18+
* adopt flock 4 version encoding ([#39](https://github.com/loro-dev/protocol/issues/39)) ([1819656](https://github.com/loro-dev/protocol/commit/1819656d1f02a929cc56186d8b0b63f3b8fdc408))
19+
20+
21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* loro-adaptors bumped to 0.6.0
26+
927
## [0.5.0](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.4.3...loro-websocket-v0.5.0) (2025-12-07)
1028

1129

packages/loro-websocket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-websocket",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": false,
55
"description": "WebSocket client and SimpleServer for syncing CRDTs base on loro-protocol",
66
"author": "Loro Team",

0 commit comments

Comments
 (0)