Skip to content

Commit 58f5838

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: release main
1 parent 70dc0c6 commit 58f5838

5 files changed

Lines changed: 25 additions & 4 deletions

File tree

.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.4.1",
2+
"packages/loro-adaptors": "0.4.2",
33
"packages/loro-protocol": "0.2.0",
4-
"packages/loro-websocket": "0.4.1"
4+
"packages/loro-websocket": "0.4.2"
55
}

packages/loro-adaptors/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.4.2](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.4.1...loro-adaptors-v0.4.2) (2025-11-28)
4+
5+
6+
### Bug Fixes
7+
8+
* flock adaptor should only upload updates made by the current peer ([70dc0c6](https://github.com/loro-dev/protocol/commit/70dc0c6cf62d7d590e6e879c39726b42773752b4))
9+
310
## [0.4.1](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.4.0...loro-adaptors-v0.4.1) (2025-11-22)
411

512

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

packages/loro-websocket/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.4.2](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.4.1...loro-websocket-v0.4.2) (2025-11-28)
4+
5+
6+
### Bug Fixes
7+
8+
* flock adaptor should only upload updates made by the current peer ([70dc0c6](https://github.com/loro-dev/protocol/commit/70dc0c6cf62d7d590e6e879c39726b42773752b4))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* loro-adaptors bumped to 0.4.2
16+
317
## [0.4.1](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.4.0...loro-websocket-v0.4.1) (2025-11-22)
418

519

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