Skip to content

Commit 09f3415

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: release main
1 parent 2eeea76 commit 09f3415

7 files changed

Lines changed: 66 additions & 6 deletions

File tree

.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.3.1",
3-
"packages/loro-protocol": "0.1.3",
4-
"packages/loro-websocket": "0.3.1"
2+
"packages/loro-adaptors": "0.4.0",
3+
"packages/loro-protocol": "0.2.0",
4+
"packages/loro-websocket": "0.4.0"
55
}

packages/loro-adaptors/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.4.0](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.3.1...loro-adaptors-v0.4.0) (2025-11-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* enforce to use string for room-id ([#27](https://github.com/loro-dev/protocol/issues/27))
9+
* Introduce subpath exports and remove server-registry abstraction in loro-adaptors ([#25](https://github.com/loro-dev/protocol/issues/25))
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
15+
16+
### Code Refactoring
17+
18+
* 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))
19+
20+
21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* loro-protocol bumped to 0.2.0
26+
327
## [0.3.1](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.3.0...loro-adaptors-v0.3.1) (2025-11-19)
428

529

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.3.1",
3+
"version": "0.4.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.2.0](https://github.com/loro-dev/protocol/compare/loro-protocol-v0.1.3...loro-protocol-v0.2.0) (2025-11-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* enforce to use string for room-id ([#27](https://github.com/loro-dev/protocol/issues/27))
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
314
## [0.1.3](https://github.com/loro-dev/protocol/compare/loro-protocol-v0.1.2...loro-protocol-v0.1.3) (2025-11-05)
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.1.3",
3+
"version": "0.2.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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.3.1...loro-websocket-v0.4.0) (2025-11-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* enforce to use string for room-id ([#27](https://github.com/loro-dev/protocol/issues/27))
9+
* Introduce subpath exports and remove server-registry abstraction in loro-adaptors ([#25](https://github.com/loro-dev/protocol/issues/25))
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
15+
16+
### Code Refactoring
17+
18+
* 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))
19+
20+
21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* loro-protocol bumped to 0.2.0
26+
* loro-adaptors bumped to 0.4.0
27+
328
## [0.3.1](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.3.0...loro-websocket-v0.3.1) (2025-11-19)
429

530

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