Skip to content

Commit 5b06566

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: release main
1 parent 8b48b4b commit 5b06566

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.1.2",
2+
"packages/loro-adaptors": "0.1.3",
33
"packages/loro-protocol": "0.1.1",
4-
"packages/loro-websocket": "0.1.5"
4+
"packages/loro-websocket": "0.1.6"
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.1.3](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.1.2...loro-adaptors-v0.1.3) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* server adaptor bug ([8b48b4b](https://github.com/loro-dev/protocol/commit/8b48b4b684ceeb02322cb6ad36b2f5c75cac7a7d))
9+
310
## [0.1.2](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.1.1...loro-adaptors-v0.1.2) (2025-10-23)
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.1.2",
3+
"version": "0.1.3",
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.1.6](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.1.5...loro-websocket-v0.1.6) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* should not auto reconnect when kicked ([5272874](https://github.com/loro-dev/protocol/commit/5272874bf3a04c006b021c604ca54bb45d7ffb43))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* loro-adaptors bumped to 0.1.3
16+
317
## [0.1.5](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.1.4...loro-websocket-v0.1.5) (2025-10-23)
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.1.5",
3+
"version": "0.1.6",
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)