Skip to content

Commit b373302

Browse files
chore(release): 15.11.0 [skip ci]
# [15.11.0](v15.10.0...v15.11.0) (2024-05-02) ### Bug Fixes * **json-crdt-extensions:** 🐛 allow setting non-constant slice data ([2f87b8a](2f87b8a)) ### Features * **json-crdt-extensions:** 🎸 allow passing in extra slice and local slice models ([b10d1cf](b10d1cf)) * **json-crdt-extensions:** 🎸 improve mutations in persisted slices ([d6d0193](d6d0193)) * **json-crdt-extensions:** 🎸 improve Pertiext .toString() presentation ([c529aaf](c529aaf)) * **json-crdt-extensions:** 🎸 improve slice typing and schema ([ce6eb34](ce6eb34)) * **json-crdt:** 🎸 add Model.create() method ([8fc8fc0](8fc8fc0)) * **json-crdt:** 🎸 improve model creation flow ([89daf03](89daf03)) * **json-crdt:** 🎸 improve model initialization APIs ([e0474d1](e0474d1))
1 parent 5fc8038 commit b373302

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [15.11.0](https://github.com/streamich/json-joy/compare/v15.10.0...v15.11.0) (2024-05-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **json-crdt-extensions:** 🐛 allow setting non-constant slice data ([2f87b8a](https://github.com/streamich/json-joy/commit/2f87b8a00640ec0f8ab6cb2c0e7802b883ffca8f))
7+
8+
9+
### Features
10+
11+
* **json-crdt-extensions:** 🎸 allow passing in extra slice and local slice models ([b10d1cf](https://github.com/streamich/json-joy/commit/b10d1cf29f7b1dd53ce42dff9b2601f95bfc124c))
12+
* **json-crdt-extensions:** 🎸 improve mutations in persisted slices ([d6d0193](https://github.com/streamich/json-joy/commit/d6d01935d7066317eb5b45d6920e3bff9f53dd97))
13+
* **json-crdt-extensions:** 🎸 improve Pertiext .toString() presentation ([c529aaf](https://github.com/streamich/json-joy/commit/c529aaf33a4505d1167064b879c8a2c140464f3d))
14+
* **json-crdt-extensions:** 🎸 improve slice typing and schema ([ce6eb34](https://github.com/streamich/json-joy/commit/ce6eb34080150cd64e76a81b1639f4f8d5be6d01))
15+
* **json-crdt:** 🎸 add Model.create() method ([8fc8fc0](https://github.com/streamich/json-joy/commit/8fc8fc06ec08e3a82c88c3b6e0adcbfcad2d2e3a))
16+
* **json-crdt:** 🎸 improve model creation flow ([89daf03](https://github.com/streamich/json-joy/commit/89daf03d4151ba4d205175d2984e884f0d9c740d))
17+
* **json-crdt:** 🎸 improve model initialization APIs ([e0474d1](https://github.com/streamich/json-joy/commit/e0474d1279ccb9207e52c6c374ae243302c6515f))
18+
119
# [15.10.0](https://github.com/streamich/json-joy/compare/v15.9.0...v15.10.0) (2024-05-01)
220

321

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": "15.10.0",
3+
"version": "15.11.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

0 commit comments

Comments
 (0)