Skip to content

Commit 37fa5a0

Browse files
chore(release): 16.27.0 [skip ci]
# [16.27.0](v16.26.0...v16.27.0) (2024-10-01) ### Bug Fixes * **json-crdt:** 🐛 correctly handle deletes ([f7af05b](f7af05b)) * **json-crdt:** 🐛 return undefined view on empty document ([14a5e42](14a5e42)) ### Features * **json-crdt:** 🎸 add store convenience API ([760da9c](760da9c)) * **json-crdt:** 🎸 improve view selector ([5a433a6](5a433a6)) * **json-crdt:** 🎸 return undefined on missing sub view ([d88f762](d88f762))
1 parent 1a2d25d commit 37fa5a0

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+
# [16.27.0](https://github.com/streamich/json-joy/compare/v16.26.0...v16.27.0) (2024-10-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **json-crdt:** 🐛 correctly handle deletes ([f7af05b](https://github.com/streamich/json-joy/commit/f7af05b0f5f59cb23fb58c88f9c6f542d001de84))
7+
* **json-crdt:** 🐛 return undefined view on empty document ([14a5e42](https://github.com/streamich/json-joy/commit/14a5e42227d5e6e77799af24af47bddf1c00a483))
8+
9+
10+
### Features
11+
12+
* **json-crdt:** 🎸 add store convenience API ([760da9c](https://github.com/streamich/json-joy/commit/760da9c3fef7928cfee340f377a10391e077f90c))
13+
* **json-crdt:** 🎸 improve view selector ([5a433a6](https://github.com/streamich/json-joy/commit/5a433a6b3a5ed71cab95b1baf85b565529832b5a))
14+
* **json-crdt:** 🎸 return undefined on missing sub view ([d88f762](https://github.com/streamich/json-joy/commit/d88f762bdbaaaeb9a1833a338ede5bb47a0195af))
15+
116
# [16.26.0](https://github.com/streamich/json-joy/compare/v16.25.0...v16.26.0) (2024-10-01)
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": "16.26.0",
3+
"version": "16.27.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

0 commit comments

Comments
 (0)