Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Jan 20, 2025
1 parent bf30719 commit 865c5c3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ See the [history](./docs/history/index.md) for older changelog entries.



## [9.10.1-alpha.3](https://github.com/Patternslib/patterns/compare/9.10.1-alpha.2...9.10.1-alpha.3) (2025-01-20)


### Bug Fixes


* **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))


* **pat-inject:** Re-enable support for multiple source matches. ([07a244f](https://github.com/Patternslib/patterns/commit/07a244f121d6651afe0936bb7cb1b7d846e68602))



### Maintenance


* **pat-inject:** Test automatic title insertion in history record mode. ([fcd87d4](https://github.com/Patternslib/patterns/commit/fcd87d4884ebc988e935a9b9b68155ea6ea8811c))

## [9.10.1-alpha.2](https://github.com/Patternslib/patterns/compare/9.10.1-alpha.1...9.10.1-alpha.2) (2025-01-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternslib/patternslib",
"version": "9.10.1-alpha.2",
"version": "9.10.1-alpha.3",
"title": "Markup patterns to drive behaviour.",
"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.",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 865c5c3

Please sign in to comment.