Skip to content

Commit 3d0dcb5

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: release main
1 parent cd9f639 commit 3d0dcb5

5 files changed

Lines changed: 32 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.3.0",
2+
"packages/loro-adaptors": "0.3.1",
33
"packages/loro-protocol": "0.1.3",
4-
"packages/loro-websocket": "0.3.0"
4+
"packages/loro-websocket": "0.3.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.3.1](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.3.0...loro-adaptors-v0.3.1) (2025-11-19)
4+
5+
6+
### Bug Fixes
7+
8+
* we should call ephemeral destroy before free ([#24](https://github.com/loro-dev/protocol/issues/24)) ([43d7502](https://github.com/loro-dev/protocol/commit/43d7502e206dfbf954d913548d29ac15340728e2))
9+
310
## [0.3.0](https://github.com/loro-dev/protocol/compare/loro-adaptors-v0.2.1...loro-adaptors-v0.3.0) (2025-11-11)
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.3.0",
3+
"version": "0.3.1",
44
"author": "Loro Team",
55
"main": "dist/index.js",
66
"type": "module",

packages/loro-websocket/CHANGELOG.md

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

3+
## [0.3.1](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.3.0...loro-websocket-v0.3.1) (2025-11-19)
4+
5+
6+
### Features
7+
8+
* expose socket in LoroWebsocketClient ([37f3a90](https://github.com/loro-dev/protocol/commit/37f3a90d6f863c1857ef185b81050b90d3e7dac6))
9+
10+
11+
### Bug Fixes
12+
13+
* backfill issue ([cd9f639](https://github.com/loro-dev/protocol/commit/cd9f639bb0c2ce4989ad6c17178e78263540d007))
14+
* turn tsdown hash=false to mk build correct ([b2036d5](https://github.com/loro-dev/protocol/commit/b2036d5ef4fe99531603556061549670e022e72b))
15+
* we should call ephemeral destroy before free ([#24](https://github.com/loro-dev/protocol/issues/24)) ([43d7502](https://github.com/loro-dev/protocol/commit/43d7502e206dfbf954d913548d29ac15340728e2))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* loro-adaptors bumped to 0.3.1
23+
324
## [0.3.0](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.2.1...loro-websocket-v0.3.0) (2025-11-11)
425

526

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