Skip to content

Commit 6e9e212

Browse files
chore(release): 17.24.0 [skip ci]
# [17.24.0](v17.23.0...v17.24.0) (2024-12-22) ### Bug Fixes * **json-crdt-extensions:** 🐛 correctly compute annotations endpoints in import() ([35f6df2](35f6df2)) ### Features * **json-crdt-extensions:** 🎸 at import do not include ABS start in annotation range ([b344e14](b344e14)) * **json-crdt-extensions:** 🎸 export only saved slices ([86d051e](86d051e)) * **json-crdt-extensions:** 🎸 implement block split import ([3d21330](3d21330)) * **json-crdt-extensions:** 🎸 make sure annotation end point is never ABS end ([6bd882e](6bd882e))
1 parent 90608c7 commit 6e9e212

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [17.24.0](https://github.com/streamich/json-joy/compare/v17.23.0...v17.24.0) (2024-12-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **json-crdt-extensions:** 🐛 correctly compute annotations endpoints in import() ([35f6df2](https://github.com/streamich/json-joy/commit/35f6df25a400735d276e268970daf93189906cac))
7+
8+
9+
### Features
10+
11+
* **json-crdt-extensions:** 🎸 at import do not include ABS start in annotation range ([b344e14](https://github.com/streamich/json-joy/commit/b344e1458fe22cbc056554282c10bb1518b41edb))
12+
* **json-crdt-extensions:** 🎸 export only saved slices ([86d051e](https://github.com/streamich/json-joy/commit/86d051e89bb8e9faeb315d66d2a4ecdd1edcd646))
13+
* **json-crdt-extensions:** 🎸 implement block split import ([3d21330](https://github.com/streamich/json-joy/commit/3d21330452f31cecd14d02e138c4bb229a0ee79a))
14+
* **json-crdt-extensions:** 🎸 make sure annotation end point is never ABS end ([6bd882e](https://github.com/streamich/json-joy/commit/6bd882ebd9363854cd549ebcbe98c995b0331963))
15+
116
# [17.23.0](https://github.com/streamich/json-joy/compare/v17.22.0...v17.23.0) (2024-12-21)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-joy",
3-
"version": "17.23.0",
3+
"version": "17.24.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

0 commit comments

Comments
 (0)