Skip to content

Commit b70890b

Browse files
github-actions[bot]Leeeon233
authored andcommitted
chore: release main
1 parent 5d556c5 commit b70890b

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

.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.0",
2+
"packages/loro-adaptors": "0.4.1",
33
"packages/loro-protocol": "0.2.0",
4-
"packages/loro-websocket": "0.4.0"
4+
"packages/loro-websocket": "0.4.1"
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.1](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.4.0...loro-adaptors-v0.4.1) (2025-11-22)
4+
5+
6+
### Bug Fixes
7+
8+
* use oplog version ([5d556c5](https://github.com/loro-dev/protocol/commit/5d556c5491e0655bb7d10f57686c81510c34dfdb))
9+
310
## [0.4.0](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.3.1...loro-adaptors-v0.4.0) (2025-11-20)
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.0",
3+
"version": "0.4.1",
44
"author": "Loro Team",
55
"main": "dist/index.js",
66
"type": "module",

packages/loro-websocket/CHANGELOG.md

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

3+
## [0.4.1](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.4.0...loro-websocket-v0.4.1) (2025-11-22)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* loro-adaptors bumped to 0.4.1
11+
312
## [0.4.0](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.3.1...loro-websocket-v0.4.0) (2025-11-20)
413

514

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