diff --git a/CHANGES.md b/CHANGES.md index 138760c3b..69402339b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,18 @@ See the [history](./docs/history/index.md) for older changelog entries. + +## [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. +This fixes a test-run problem in pat-tiptap and was long overdue anyways. + ## [9.9.13](https://github.com/Patternslib/patterns/compare/9.9.12...9.9.13) (2024-08-19) diff --git a/package.json b/package.json index 78c33f3c1..7c0b2ec21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patternslib/patternslib", - "version": "9.9.13", + "version": "9.9.14", "title": "Markup patterns to drive behaviour.", "description": "Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.", "license": "BSD-3-Clause",