Skip to content

Commit 679ab72

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: release main
1 parent c0389a5 commit 679ab72

File tree

7 files changed

+60
-6
lines changed

7 files changed

+60
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/loro-adaptors": "0.1.3",
3-
"packages/loro-protocol": "0.1.1",
4-
"packages/loro-websocket": "0.1.6"
2+
"packages/loro-adaptors": "0.2.0",
3+
"packages/loro-protocol": "0.1.2",
4+
"packages/loro-websocket": "0.2.0"
55
}

packages/loro-adaptors/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.1.3...loro-adaptors-v0.2.0) (2025-10-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* simplify API
9+
10+
### Features
11+
12+
* integrate Flock support into Loro adaptors ([fc7d5c6](https://github.com/loro-dev/protocol/commit/fc7d5c6f0df26d1b7699b9f6e7f25addb648628a))
13+
14+
15+
### Code Refactoring
16+
17+
* simplify API ([c0389a5](https://github.com/loro-dev/protocol/commit/c0389a5821e31b6dc89b8c755e319f8e70658641))
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* dependencies
24+
* loro-protocol bumped to 0.1.2
25+
326
## [0.1.3](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.1.2...loro-adaptors-v0.1.3) (2025-10-23)
427

528

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.1.3",
3+
"version": "0.2.0",
44
"author": "Loro Team",
55
"main": "dist/index.js",
66
"type": "module",

packages/loro-protocol/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/loro-dev/protocol/compare/loro-protocol-v0.1.1...loro-protocol-v0.1.2) (2025-10-30)
4+
5+
6+
### Features
7+
8+
* integrate Flock support into Loro adaptors ([fc7d5c6](https://github.com/loro-dev/protocol/commit/fc7d5c6f0df26d1b7699b9f6e7f25addb648628a))
9+
310
## [0.1.1](https://github.com/loro-dev/protocol/compare/loro-protocol-v0.1.0...loro-protocol-v0.1.1) (2025-10-23)
411

512

packages/loro-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-protocol",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": false,
55
"description": "Compact binary wire protocol for collaborative CRDTs (Loro/Yjs), with encoders/decoders and bytes utilities",
66
"author": "Loro Team",

packages/loro-websocket/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.1.6...loro-websocket-v0.2.0) (2025-10-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* simplify API
9+
10+
### Features
11+
12+
* integrate Flock support into Loro adaptors ([fc7d5c6](https://github.com/loro-dev/protocol/commit/fc7d5c6f0df26d1b7699b9f6e7f25addb648628a))
13+
14+
15+
### Code Refactoring
16+
17+
* simplify API ([c0389a5](https://github.com/loro-dev/protocol/commit/c0389a5821e31b6dc89b8c755e319f8e70658641))
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* dependencies
24+
* loro-protocol bumped to 0.1.2
25+
* loro-adaptors bumped to 0.2.0
26+
327
## [0.1.6](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.1.5...loro-websocket-v0.1.6) (2025-10-23)
428

529

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.1.6",
3+
"version": "0.2.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)