Skip to content

Commit 7f985ec

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: release main
1 parent 4b44391 commit 7f985ec

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/core": "0.1.0",
2+
"packages/core": "0.1.1",
33
"packages/react": "0.1.0",
44
"packages/jotai": "0.1.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.0",
3+
"version": "0.1.1",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-v0.1.0...loro-mirror-v0.1.1) (2025-09-17)
4+
5+
6+
### Bug Fixes
7+
8+
* can be unassigned during diff, so allow null return for idSelector ([2bfdaf2](https://github.com/loro-dev/loro-mirror/commit/2bfdaf2e7d6ee2b71e1c296760aa66a155c7fb11))
9+
310
## [0.1.0](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-v0.1.0...loro-mirror-v0.1.0) (2025-09-12)
411

512

0 commit comments

Comments
 (0)