Skip to content

Commit 7dd4c36

Browse files
committed
Release new version.
1 parent 7c64626 commit 7dd4c36

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.10.3](https://github.com/Patternslib/patterns/compare/9.10.2...9.10.3) (2025-07-04)
8+
9+
10+
### Maintenance
11+
12+
13+
* **Build:** Upgrade pat-tiptap to 4.10.1 plus a few others. ([dc6ef25](https://github.com/Patternslib/patterns/commit/dc6ef2514594a59a5b76c5fbdbbc662110c55698))
14+
15+
16+
* **pat-validation:** Improving the documentation. ([9050a49](https://github.com/Patternslib/patterns/commit/9050a49f887257e3da349e1c982f3a6a53f8d06f))
17+
18+
19+
* **pat-validation:** Minor code cleanup. ([b09eb26](https://github.com/Patternslib/patterns/commit/b09eb26b0117d9a02b1408b7f7e27214f17cdf51))
20+
21+
22+
* **pat-validation:** Remove error-template BBB parameter which has no functionality. ([8354615](https://github.com/Patternslib/patterns/commit/8354615de0e15971ba219ca9edf711f77578bf83))
23+
24+
25+
* **pat-validation:** Restructure tests. ([86efb02](https://github.com/Patternslib/patterns/commit/86efb02235c68d31488f39440c38d8134ceac403))
26+
27+
28+
* Remove remaining console.log statements. ([3d1c0d4](https://github.com/Patternslib/patterns/commit/3d1c0d43fd5cc637ee4b71a5f1cda455e2f4ee3c))
29+
30+
31+
* Update the compatible node version to the current LTS version. ([2dfae89](https://github.com/Patternslib/patterns/commit/2dfae8965e8f9e9da6929a574acdbaf6ad62e2af))
32+
733
## [9.10.2](https://github.com/Patternslib/patterns/compare/9.10.1...9.10.2) (2025-05-08)
834

935

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "9.10.2",
3+
"version": "9.10.3",
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)