Skip to content

Commit b61a98b

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: release main
1 parent c4d413c commit b61a98b

File tree

7 files changed

+27
-6
lines changed

7 files changed

+27
-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": "1.0.3",
3-
"packages/react": "1.0.3",
4-
"packages/jotai": "1.0.3"
2+
"packages/core": "1.0.4",
3+
"packages/react": "1.0.4",
4+
"packages/jotai": "1.0.4"
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": "1.0.3",
3+
"version": "1.0.4",
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+
## [1.0.4](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-v1.0.3...loro-mirror-v1.0.4) (2025-10-12)
4+
5+
6+
### Bug Fixes
7+
8+
* $cid as non-enumerable property ([#48](https://github.com/loro-dev/loro-mirror/issues/48)) ([5cb6394](https://github.com/loro-dev/loro-mirror/commit/5cb6394424ee3347ea21c3f626d87b7a8958a8b0))
9+
310
## [1.0.3](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-v1.0.2...loro-mirror-v1.0.3) (2025-09-28)
411

512
### Bug Fixes

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": "1.0.3",
3+
"version": "1.0.4",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.4](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-jotai-v1.0.3...loro-mirror-jotai-v1.0.4) (2025-10-12)
4+
5+
6+
### Bug Fixes
7+
8+
* $cid as non-enumerable property ([#48](https://github.com/loro-dev/loro-mirror/issues/48)) ([5cb6394](https://github.com/loro-dev/loro-mirror/commit/5cb6394424ee3347ea21c3f626d87b7a8958a8b0))
9+
310
## [1.0.3](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-jotai-v1.0.2...loro-mirror-jotai-v1.0.3) (2025-09-28)
411

512
### Miscellaneous Chores

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": "1.0.3",
3+
"version": "1.0.4",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.4](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-react-v1.0.3...loro-mirror-react-v1.0.4) (2025-10-12)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **loro-mirror-react:** Synchronize loro-mirror-suite versions
9+
310
## [1.0.3](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-react-v1.0.2...loro-mirror-react-v1.0.3) (2025-09-28)
411

512
### Miscellaneous Chores

0 commit comments

Comments
 (0)