From bbe53c6e0c050b8ff637a04f560a05140630aafd Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Tue, 20 Aug 2024 17:25:26 +0200 Subject: [PATCH] Release new version. --- CHANGES.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 5a83319c8..fccb54110 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,15 @@ See the [history](./docs/history/index.md) for older changelog entries. + +## [9.9.15](https://github.com/Patternslib/patterns/compare/9.9.14...9.9.15) (2024-08-20) + + +### Bug Fixes + + +* **pat-tiptap:** Upgrade pat-tiptap to 4.9.4 to fix a problem with adding colums to tables. ([5a0281e](https://github.com/Patternslib/patterns/commit/5a0281e16dfed78c264eac5d73d9d5be119be1e4)) + ## [9.9.14](https://github.com/Patternslib/patterns/compare/9.9.13...9.9.14) (2024-08-19) diff --git a/package.json b/package.json index 7f651204b..8519e284d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patternslib/patternslib", - "version": "9.9.14", + "version": "9.9.15", "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",