From ab546d0982d3f6d90c78e8d2c6c89f9daae33980 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Mon, 19 Aug 2024 14:22:29 +0200 Subject: [PATCH] Release new version. --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 69402339b..58e628a8d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,17 @@ See the [history](./docs/history/index.md) for older changelog entries. ### Bug Fixes +* **core dom:** Avoid circular imports. ([962d5f2](https://github.com/Patternslib/patterns/commit/962d5f275c577beff0bd3cd7eccea376a117dcbb)) + + Remove BBB export "add_event_listener" and "remove_event_listener" to avoid circular imports. +This fixes a test-run problem in pat-tiptap and was long overdue anyways. + +## [9.9.14](https://github.com/Patternslib/patterns/compare/9.9.13...9.9.14) (2024-08-19) + + +### Bug Fixes + + * **core dom:** Avoid circular imports. ([962d5f2](https://github.com/Patternslib/patterns/commit/962d5f275c577beff0bd3cd7eccea376a117dcbb)) Remove BBB export "add_event_listener" and "remove_event_listener" to avoid circular imports.