Skip to content

Commit 9c9b9a5

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: release main
1 parent ec73f3c commit 9c9b9a5

File tree

7 files changed

+42
-6
lines changed

7 files changed

+42
-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.0",
3-
"packages/loro-protocol": "0.1.0",
4-
"packages/loro-websocket": "0.1.3"
2+
"packages/loro-adaptors": "0.1.1",
3+
"packages/loro-protocol": "0.1.1",
4+
"packages/loro-websocket": "0.1.4"
55
}

packages/loro-adaptors/CHANGELOG.md

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

3+
## [0.1.1](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.1.0...loro-adaptors-v0.1.1) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* add server adaptor registry ([#9](https://github.com/loro-dev/protocol/issues/9)) ([ec73f3c](https://github.com/loro-dev/protocol/commit/ec73f3cfe7661844cb73ac2ab5124a6dae8b36d7))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* loro-protocol bumped to 0.1.1
16+
317
## 0.1.0 (2025-09-12)
418

519

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.0",
3+
"version": "0.1.1",
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.1](https://github.com/loro-dev/protocol/compare/loro-protocol-v0.1.0...loro-protocol-v0.1.1) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* add server adaptor registry ([#9](https://github.com/loro-dev/protocol/issues/9)) ([ec73f3c](https://github.com/loro-dev/protocol/commit/ec73f3cfe7661844cb73ac2ab5124a6dae8b36d7))
9+
310
## 0.1.0 (2025-09-12)
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.0",
3+
"version": "0.1.1",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.1.4](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.1.3...loro-websocket-v0.1.4) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* add server adaptor registry ([#9](https://github.com/loro-dev/protocol/issues/9)) ([ec73f3c](https://github.com/loro-dev/protocol/commit/ec73f3cfe7661844cb73ac2ab5124a6dae8b36d7))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* loro-protocol bumped to 0.1.1
16+
* loro-adaptors bumped to 0.1.1
17+
318
## [0.1.3](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.1.2...loro-websocket-v0.1.3) (2025-09-23)
419

520

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