Skip to content

Commit 865c5c3

Browse files
committed
Release new version.
1 parent bf30719 commit 865c5c3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.md

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

55

66

7+
## [9.10.1-alpha.3](https://github.com/Patternslib/patterns/compare/9.10.1-alpha.2...9.10.1-alpha.3) (2025-01-20)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat-inject:** Fix a problem with injections without a target which was introduced in 9.10.1-alpha.0. ([9030ba5](https://github.com/Patternslib/patterns/commit/9030ba5ea90ee68db61073f7841462b1e0e502ef))
14+
15+
16+
* **pat-inject:** Re-enable support for multiple source matches. ([07a244f](https://github.com/Patternslib/patterns/commit/07a244f121d6651afe0936bb7cb1b7d846e68602))
17+
18+
19+
20+
### Maintenance
21+
22+
23+
* **pat-inject:** Test automatic title insertion in history record mode. ([fcd87d4](https://github.com/Patternslib/patterns/commit/fcd87d4884ebc988e935a9b9b68155ea6ea8811c))
24+
725
## [9.10.1-alpha.2](https://github.com/Patternslib/patterns/compare/9.10.1-alpha.1...9.10.1-alpha.2) (2025-01-15)
826

927

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-alpha.2",
3+
"version": "9.10.1-alpha.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)