From ec9c02fb84a54930edf7cfe9bbdb0955521afe9e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Nov 2024 13:22:26 +0000 Subject: [PATCH] chore(release): 17.21.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [17.21.0](https://github.com/streamich/json-joy/compare/v17.20.0...v17.21.0) (2024-11-25) ### Bug Fixes * **json-crdt-peritext-ui:** 🐛 correct React warnings ([5d90876](https://github.com/streamich/json-joy/commit/5d908765d9d049e8eeda908b197e720ed878b848)) ### Features * **json-crdt-extensions:** 🎸 add first implementation of Fragment ([340919a](https://github.com/streamich/json-joy/commit/340919a9c6f5d63c2d62af8a6f08b246468cc935)) * **json-crdt-extensions:** 🎸 add JSON markup language utilities ([bdf4deb](https://github.com/streamich/json-joy/commit/bdf4debd2d63614494111e3e4d7d6bfc560ca30c)) * **json-crdt-extensions:** 🎸 add JSON ML walk method ([cec7865](https://github.com/streamich/json-joy/commit/cec78657633f86af08ff049495f058f4536b3963)) * **json-crdt-extensions:** 🎸 add more block elements ([b155ae3](https://github.com/streamich/json-joy/commit/b155ae362ad38cb75c954f2df6f10605566de112)) * **json-crdt-extensions:** 🎸 cap all blocks to their range ([efd088a](https://github.com/streamich/json-joy/commit/efd088ad33d4b9ce246b4c9cb3e68ec2575ebf6a)) * **json-crdt-extensions:** 🎸 clamp Inline elements inside a Fragment ([e8ee319](https://github.com/streamich/json-joy/commit/e8ee319f70bc86fa1195338596ebc6eda73229dc)) * **json-crdt-extensions:** 🎸 create constant enum for slice types ([02b9581](https://github.com/streamich/json-joy/commit/02b958130471ff4e6334f3140378e1f77114b002)) * **json-crdt-extensions:** 🎸 improve Fragment code setup ([3d2ef77](https://github.com/streamich/json-joy/commit/3d2ef7734598395a7550cf8f1d23c4064d3cb8f1)) * **json-crdt-extensions:** 🎸 setup export methods ([f75284d](https://github.com/streamich/json-joy/commit/f75284d88ec66f56fc5c13f0560760a192d564c8)) ### Performance Improvements * **json-crdt-extensions:** ⚡️ do not pre-compute chunk slices ([7bf4f93](https://github.com/streamich/json-joy/commit/7bf4f9384d76554604d725fed936b2e060b265fb)) --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 899182fa51..88939b151b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# [17.21.0](https://github.com/streamich/json-joy/compare/v17.20.0...v17.21.0) (2024-11-25) + + +### Bug Fixes + +* **json-crdt-peritext-ui:** 🐛 correct React warnings ([5d90876](https://github.com/streamich/json-joy/commit/5d908765d9d049e8eeda908b197e720ed878b848)) + + +### Features + +* **json-crdt-extensions:** 🎸 add first implementation of Fragment ([340919a](https://github.com/streamich/json-joy/commit/340919a9c6f5d63c2d62af8a6f08b246468cc935)) +* **json-crdt-extensions:** 🎸 add JSON markup language utilities ([bdf4deb](https://github.com/streamich/json-joy/commit/bdf4debd2d63614494111e3e4d7d6bfc560ca30c)) +* **json-crdt-extensions:** 🎸 add JSON ML walk method ([cec7865](https://github.com/streamich/json-joy/commit/cec78657633f86af08ff049495f058f4536b3963)) +* **json-crdt-extensions:** 🎸 add more block elements ([b155ae3](https://github.com/streamich/json-joy/commit/b155ae362ad38cb75c954f2df6f10605566de112)) +* **json-crdt-extensions:** 🎸 cap all blocks to their range ([efd088a](https://github.com/streamich/json-joy/commit/efd088ad33d4b9ce246b4c9cb3e68ec2575ebf6a)) +* **json-crdt-extensions:** 🎸 clamp Inline elements inside a Fragment ([e8ee319](https://github.com/streamich/json-joy/commit/e8ee319f70bc86fa1195338596ebc6eda73229dc)) +* **json-crdt-extensions:** 🎸 create constant enum for slice types ([02b9581](https://github.com/streamich/json-joy/commit/02b958130471ff4e6334f3140378e1f77114b002)) +* **json-crdt-extensions:** 🎸 improve Fragment code setup ([3d2ef77](https://github.com/streamich/json-joy/commit/3d2ef7734598395a7550cf8f1d23c4064d3cb8f1)) +* **json-crdt-extensions:** 🎸 setup export methods ([f75284d](https://github.com/streamich/json-joy/commit/f75284d88ec66f56fc5c13f0560760a192d564c8)) + + +### Performance Improvements + +* **json-crdt-extensions:** ⚡️ do not pre-compute chunk slices ([7bf4f93](https://github.com/streamich/json-joy/commit/7bf4f9384d76554604d725fed936b2e060b265fb)) + # [17.20.0](https://github.com/streamich/json-joy/compare/v17.19.0...v17.20.0) (2024-11-14) diff --git a/package.json b/package.json index 499606581e..29734cfc5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-joy", - "version": "17.20.0", + "version": "17.21.0", "description": "Collection of libraries for building collaborative editing apps.", "author": { "name": "streamich",