Skip to content

Commit 36fec86

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: release main
1 parent 2045d5f commit 36fec86

7 files changed

Lines changed: 32 additions & 6 deletions

File tree

.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": "2.0.0",
3-
"packages/react": "2.0.0",
4-
"packages/jotai": "2.0.0"
2+
"packages/core": "2.1.0",
3+
"packages/react": "2.1.0",
4+
"packages/jotai": "2.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": "2.0.0",
3+
"version": "2.1.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+
## [2.1.0](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-v2.0.0...loro-mirror-v2.1.0) (2026-03-24)
4+
5+
6+
### Features
7+
8+
* Support transforming primitive types using a codec ([#73](https://github.com/loro-dev/loro-mirror/issues/73)) ([2045d5f](https://github.com/loro-dev/loro-mirror/commit/2045d5f6ecfb35172a7f52d3addb10dff8db61f7))
9+
10+
11+
### Bug Fixes
12+
13+
* infer correct type for schema.String<T>({ required: false }) ([#69](https://github.com/loro-dev/loro-mirror/issues/69)) ([e24056d](https://github.com/loro-dev/loro-mirror/commit/e24056d2510e40d4a0bea9499685a93d1f56f5a4))
14+
315
## [2.0.0](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-v1.2.2...loro-mirror-v2.0.0) (2026-03-24)
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": "2.0.0",
3+
"version": "2.1.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-jotai-v2.0.0...loro-mirror-jotai-v2.1.0) (2026-03-24)
4+
5+
6+
### Features
7+
8+
* Support transforming primitive types using a codec ([#73](https://github.com/loro-dev/loro-mirror/issues/73)) ([2045d5f](https://github.com/loro-dev/loro-mirror/commit/2045d5f6ecfb35172a7f52d3addb10dff8db61f7))
9+
310
## [2.0.0](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-jotai-v1.2.2...loro-mirror-jotai-v2.0.0) (2026-03-24)
411

512

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

3+
## [2.1.0](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-react-v2.0.0...loro-mirror-react-v2.1.0) (2026-03-24)
4+
5+
6+
### Features
7+
8+
* Support transforming primitive types using a codec ([#73](https://github.com/loro-dev/loro-mirror/issues/73)) ([2045d5f](https://github.com/loro-dev/loro-mirror/commit/2045d5f6ecfb35172a7f52d3addb10dff8db61f7))
9+
310
## [2.0.0](https://github.com/loro-dev/loro-mirror/compare/loro-mirror-react-v1.2.2...loro-mirror-react-v2.0.0) (2026-03-24)
411

512

0 commit comments

Comments
 (0)