Skip to content

Commit c2eade3

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: release main
1 parent 8a9960a commit c2eade3

File tree

7 files changed

+55
-6
lines changed

7 files changed

+55
-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.4.2",
3-
"packages/loro-protocol": "0.2.0",
4-
"packages/loro-websocket": "0.4.3"
2+
"packages/loro-adaptors": "0.5.0",
3+
"packages/loro-protocol": "0.3.0",
4+
"packages/loro-websocket": "0.5.0"
55
}

packages/loro-adaptors/CHANGELOG.md

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

3+
## [0.5.0](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.4.2...loro-adaptors-v0.5.0) (2025-12-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* protocol v1 ([#34](https://github.com/loro-dev/protocol/issues/34))
9+
10+
### Features
11+
12+
* protocol v1 ([#34](https://github.com/loro-dev/protocol/issues/34)) ([6570a2e](https://github.com/loro-dev/protocol/commit/6570a2eef0ab73729242adea21052390c39409b3))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* loro-protocol bumped to 0.3.0
20+
321
## [0.4.2](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.4.1...loro-adaptors-v0.4.2) (2025-11-28)
422

523

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

packages/loro-protocol/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/loro-dev/protocol/compare/loro-protocol-v0.2.0...loro-protocol-v0.3.0) (2025-12-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* protocol v1 ([#34](https://github.com/loro-dev/protocol/issues/34))
9+
10+
### Features
11+
12+
* protocol v1 ([#34](https://github.com/loro-dev/protocol/issues/34)) ([6570a2e](https://github.com/loro-dev/protocol/commit/6570a2eef0ab73729242adea21052390c39409b3))
13+
314
## [0.2.0](https://github.com/loro-dev/protocol/compare/loro-protocol-v0.1.3...loro-protocol-v0.2.0) (2025-11-20)
415

516

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.2.0",
3+
"version": "0.3.0",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.4.3...loro-websocket-v0.5.0) (2025-12-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* protocol v1 ([#34](https://github.com/loro-dev/protocol/issues/34))
9+
10+
### Features
11+
12+
* join room with auth providers ([#37](https://github.com/loro-dev/protocol/issues/37)) ([8a9960a](https://github.com/loro-dev/protocol/commit/8a9960acb172dcfba22af02257fefebc35150c23))
13+
* protocol v1 ([#34](https://github.com/loro-dev/protocol/issues/34)) ([6570a2e](https://github.com/loro-dev/protocol/commit/6570a2eef0ab73729242adea21052390c39409b3))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* loro-protocol bumped to 0.3.0
21+
* loro-adaptors bumped to 0.5.0
22+
323
## [0.4.3](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.4.2...loro-websocket-v0.4.3) (2025-12-05)
424

525

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