Skip to content

Commit 146e676

Browse files
chore: release main
1 parent 2bd5994 commit 146e676

File tree

7 files changed

+47
-4
lines changed

7 files changed

+47
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{}
1+
{"packages/loro-adaptors":"1.0.0","packages/loro-protocol":"1.0.0","packages/loro-websocket":"1.0.0"}
22

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-09-12)
4+
5+
6+
### Features
7+
8+
* e2ee ([#1](https://github.com/loro-dev/protocol/issues/1)) ([6510fdd](https://github.com/loro-dev/protocol/commit/6510fdd4304b020f436f02b21fe96bad1681fe38))
9+
* init repo ✨ ([a469149](https://github.com/loro-dev/protocol/commit/a469149b2c94e4496961df5a010ff98704545b4b))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* loro-protocol bumped to 1.0.0

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": "1.0.0",
44
"author": "Loro Team",
55
"main": "dist/index.js",
66
"type": "module",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-09-12)
4+
5+
6+
### Features
7+
8+
* e2ee ([#1](https://github.com/loro-dev/protocol/issues/1)) ([6510fdd](https://github.com/loro-dev/protocol/commit/6510fdd4304b020f436f02b21fe96bad1681fe38))
9+
* init repo ✨ ([a469149](https://github.com/loro-dev/protocol/commit/a469149b2c94e4496961df5a010ff98704545b4b))

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": "1.0.0",
44
"private": false,
55
"description": "Compact binary wire protocol for collaborative CRDTs (Loro/Yjs), with encoders/decoders and bytes utilities",
66
"author": "Loro Team",
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-09-12)
4+
5+
6+
### Features
7+
8+
* add onWsClose callback to LoroWebsocketClient options ([#2](https://github.com/loro-dev/protocol/issues/2)) ([a7d7811](https://github.com/loro-dev/protocol/commit/a7d7811fdbf5430ef96811ea17cfdfad682a00c9))
9+
* e2ee ([#1](https://github.com/loro-dev/protocol/issues/1)) ([6510fdd](https://github.com/loro-dev/protocol/commit/6510fdd4304b020f436f02b21fe96bad1681fe38))
10+
* init repo ✨ ([a469149](https://github.com/loro-dev/protocol/commit/a469149b2c94e4496961df5a010ff98704545b4b))
11+
12+
13+
### Dependencies
14+
15+
* The following workspace dependencies were updated
16+
* dependencies
17+
* loro-protocol bumped to 1.0.0
18+
* loro-adaptors bumped to 1.0.0

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