Skip to content

Commit bbe53c6

Browse files
committed
Release new version.
1 parent 718e3b2 commit bbe53c6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
See the [history](./docs/history/index.md) for older changelog entries.
44

55

6+
7+
## [9.9.15](https://github.com/Patternslib/patterns/compare/9.9.14...9.9.15) (2024-08-20)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **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))
14+
615
## [9.9.14](https://github.com/Patternslib/patterns/compare/9.9.13...9.9.14) (2024-08-19)
716

817

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "9.9.14",
3+
"version": "9.9.15",
44
"title": "Markup patterns to drive behaviour.",
55
"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.",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)