Skip to content

Commit 2ebcf54

Browse files
committed
Release new version.
1 parent c1f8a01 commit 2ebcf54

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
See the [history](./docs/history/index.md) for older changelog entries.
44

5+
6+
7+
## [9.10.7](https://github.com/Patternslib/Patterns/compare/9.10.6...9.10.7) (2026-09-05)
8+
9+
### Maintenance
10+
11+
12+
* Upgrade to 4.0.2. ([32418d2](https://github.com/Patternslib/Patterns/commit/32418d29a2b53bc638bbc3d1087533f6bbd7e404))
13+
14+
This change should also include the dist/ directorie again, which can then be used to serve Patternslib from CDNs like jsDelivr.
15+
516
## [9.10.6](https://github.com/Patternslib/Patterns/compare/9.10.5...9.10.6) (2026-06-05)
617

718
### Maintenance

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.6",
3+
"version": "9.10.7",
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",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3804,9 +3804,9 @@ camelcase@^6.3.0:
38043804
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
38053805

38063806
caniuse-lite@^1.0.30001782:
3807-
version "1.0.30001793"
3808-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001793.tgz"
3809-
integrity sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==
3807+
version "1.0.30001810"
3808+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001810.tgz"
3809+
integrity sha512-TITQPUkaz+aVk5GL6NhOdwk1aEaNTSDPsGFWrTuhKGtjTF70jL/Oht2W4c6rXUe5fu7Ie19VIahAXHIIiWWNeg==
38103810

38113811
chalk@^4.1.0, chalk@^4.1.2:
38123812
version "4.1.2"

0 commit comments

Comments
 (0)