Skip to content

Commit 2abd355

Browse files
committed
Release new version.
1 parent db0f063 commit 2abd355

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES.md

+21
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.10.1-beta.2](https://github.com/Patternslib/patterns/compare/9.10.1-beta.1...9.10.1-beta.2) (2025-02-04)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat-checklist:** Dispatch input event along change event. ([3c298f5](https://github.com/Patternslib/patterns/commit/3c298f58d179f7d67aba22274771a99219de80ec))
14+
15+
pat-depends was not reacting on pat-checklist toggles.
16+
This is fixed by dispatching an input event just after the change event.
17+
18+
19+
* **pat-inject:** Fix error when no title is found. ([3718361](https://github.com/Patternslib/patterns/commit/37183618a9a874960b8eee542189305b5753d730))
20+
21+
22+
23+
### Maintenance
24+
25+
26+
* **pat-inject:** Minor code optimization. ([6c9ad2d](https://github.com/Patternslib/patterns/commit/6c9ad2df0c42155013dbe9536016abe3d6505b30))
27+
728
## [9.10.1-beta.1](https://github.com/Patternslib/patterns/compare/9.10.1-beta.0...9.10.1-beta.1) (2025-01-31)
829

930

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "9.10.1-beta.1",
3+
"version": "9.10.1-beta.2",
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)