Skip to content

Commit d83227d

Browse files
chore(release): 17.33.0 [skip ci]
# [17.33.0](v17.32.1...v17.33.0) (2025-03-23) ### Bug Fixes * **json-crdt-extensions:** 🐛 correct block type discrimination ([15a1f4b](15a1f4b)) * **json-crdt-extensions:** 🐛 corrections after refactor ([f59dac6](f59dac6)) ### Features * **json-crdt-extensions:** 🎸 add utilities for manipulating block type ([8199263](8199263)) * **json-crdt-extensions:** 🎸 fixup <a> registration ([356387a](356387a)) * **json-crdt-extensions:** 🎸 improve slice registry endtry definition ([8fcefc8](8fcefc8)) * **json-crdt-extensions:** 🎸 introduce discriminants in slice types ([e965960](e965960)) * **json-crdt-extensions:** 🎸 register block slice types ([2c491bb](2c491bb)) * **json-crdt-extensions:** 🎸 setup slice registry entry type ([ef8ec10](ef8ec10)) * **json-crdt-extensions:** 🎸 update how common path steps are calculated and update type ([22b709a](22b709a)) * **json-crdt-extensions:** 🎸 update inline registry entries ([f39ddb6](f39ddb6)) * **json-crdt-extensions:** 🎸 update slice registry ([607fa77](607fa77))
1 parent ce93fab commit d83227d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [17.33.0](https://github.com/streamich/json-joy/compare/v17.32.1...v17.33.0) (2025-03-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **json-crdt-extensions:** 🐛 correct block type discrimination ([15a1f4b](https://github.com/streamich/json-joy/commit/15a1f4bd13a0f745b548a1420c90d3567dd3759d))
7+
* **json-crdt-extensions:** 🐛 corrections after refactor ([f59dac6](https://github.com/streamich/json-joy/commit/f59dac6b79e32b66e5e1c30cb434ded1f204fa36))
8+
9+
10+
### Features
11+
12+
* **json-crdt-extensions:** 🎸 add utilities for manipulating block type ([8199263](https://github.com/streamich/json-joy/commit/8199263bb0b41fdc09143c839e54277d16951e01))
13+
* **json-crdt-extensions:** 🎸 fixup <a> registration ([356387a](https://github.com/streamich/json-joy/commit/356387a6593efde286f45153e1d341048654033d))
14+
* **json-crdt-extensions:** 🎸 improve slice registry endtry definition ([8fcefc8](https://github.com/streamich/json-joy/commit/8fcefc85c1fe7edf1f2ab7e097c0a3fac2b6833b))
15+
* **json-crdt-extensions:** 🎸 introduce discriminants in slice types ([e965960](https://github.com/streamich/json-joy/commit/e965960ac1518b418e7c23d99ee2806d211de9a1))
16+
* **json-crdt-extensions:** 🎸 register block slice types ([2c491bb](https://github.com/streamich/json-joy/commit/2c491bb425a046ef2560a75b50969f0af16068ab))
17+
* **json-crdt-extensions:** 🎸 setup slice registry entry type ([ef8ec10](https://github.com/streamich/json-joy/commit/ef8ec10e51f9ae97f8dfed2502c64186b99c23ab))
18+
* **json-crdt-extensions:** 🎸 update how common path steps are calculated and update type ([22b709a](https://github.com/streamich/json-joy/commit/22b709a08f118283537af777131d9a2eedc798e3))
19+
* **json-crdt-extensions:** 🎸 update inline registry entries ([f39ddb6](https://github.com/streamich/json-joy/commit/f39ddb63657912ab85e5bc9828df09681ca1df1b))
20+
* **json-crdt-extensions:** 🎸 update slice registry ([607fa77](https://github.com/streamich/json-joy/commit/607fa7724f84bd3255d97c2a1607824276d1d655))
21+
122
## [17.32.1](https://github.com/streamich/json-joy/compare/v17.32.0...v17.32.1) (2025-03-20)
223

324

package.json

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

0 commit comments

Comments
 (0)