Skip to content

Commit ef6c2b0

Browse files
chore: release main
1 parent 27aa95b commit ef6c2b0

File tree

7 files changed

+45
-6
lines changed

7 files changed

+45
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/core": "0.1.1",
3-
"packages/react": "0.2.0",
4-
"packages/jotai": "0.2.0"
2+
"packages/core": "1.0.0",
3+
"packages/react": "1.0.0",
4+
"packages/jotai": "1.0.0"
55
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-mirror",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Type-safe state management synchronized with Loro CRDT via a declarative schema and bidirectional mirroring.",
55
"type": "module",
66
"main": "dist/index.js",

packages/core/packages/core/CHANGELOG.md

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

3+
## [1.0.0](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-v0.1.1...loro-mirror-v1.0.0) (2025-09-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* make events synchronous by using [email protected] ([#39](https://github.com/loro-dev/loro-mirror/issues/39))
9+
10+
### Features
11+
12+
* **core:** `getContainerIds` method ([#37](https://github.com/loro-dev/loro-mirror/issues/37)) ([81fa104](https://github.com/loro-dev/loro-mirror/commit/81fa104252d8870e0a1f30996cb54b40c0890498))
13+
* make events synchronous by using [email protected] ([#39](https://github.com/loro-dev/loro-mirror/issues/39)) ([27aa95b](https://github.com/loro-dev/loro-mirror/commit/27aa95ba135e56ee3e3f56fb7f1a18cf448938f7))
14+
315
## [0.1.1](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-v0.1.0...loro-mirror-v0.1.1) (2025-09-17)
416

517

packages/jotai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-mirror-jotai",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "Jotai atoms for Loro Mirror: CRDT-backed atomic state with typed schema and bidirectional sync.",
55
"type": "module",
66
"main": "dist/index.js",

packages/jotai/packages/jotai/CHANGELOG.md

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

3+
## [1.0.0](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-jotai-v0.2.0...loro-mirror-jotai-v1.0.0) (2025-09-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* make events synchronous by using [email protected] ([#39](https://github.com/loro-dev/loro-mirror/issues/39))
9+
10+
### Features
11+
12+
* make events synchronous by using [email protected] ([#39](https://github.com/loro-dev/loro-mirror/issues/39)) ([27aa95b](https://github.com/loro-dev/loro-mirror/commit/27aa95ba135e56ee3e3f56fb7f1a18cf448938f7))
13+
14+
15+
### Bug Fixes
16+
17+
* **jotai:** only subscribe the state which is from loro ([#34](https://github.com/loro-dev/loro-mirror/issues/34)) ([9817678](https://github.com/loro-dev/loro-mirror/commit/981767892b1e5c0198e431eefe80d82d0033f4bf))
18+
319
## [0.2.0](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-jotai-v0.1.1...loro-mirror-jotai-v0.2.0) (2025-09-17)
420

521

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-mirror-react",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "React hooks and context for Loro Mirror: type-safe CRDT-backed state with selective subscriptions.",
55
"type": "module",
66
"main": "dist/index.js",

packages/react/packages/react/CHANGELOG.md

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

3+
## [1.0.0](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-react-v0.2.0...loro-mirror-react-v1.0.0) (2025-09-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* make events synchronous by using [email protected] ([#39](https://github.com/loro-dev/loro-mirror/issues/39))
9+
10+
### Features
11+
12+
* make events synchronous by using [email protected] ([#39](https://github.com/loro-dev/loro-mirror/issues/39)) ([27aa95b](https://github.com/loro-dev/loro-mirror/commit/27aa95ba135e56ee3e3f56fb7f1a18cf448938f7))
13+
314
## [0.2.0](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-react-v0.1.1...loro-mirror-react-v0.2.0) (2025-09-17)
415

516

0 commit comments

Comments
 (0)