Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Oct 23, 2023
1 parent 3dfc452 commit f6e7f3a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
See the [history](./docs/history/index.md) for older changelog entries.



## [9.9.8](https://github.com/Patternslib/patterns/compare/9.9.7...9.9.8) (2023-10-23)


### Bug Fixes


* **pat-push:** Fix form submits not working with pat-inject. ([09822c5](https://github.com/Patternslib/patterns/commit/09822c5ee25c7195a62f7b6286017ec39cb85812))


* **pat-subform:** Fix subform submits not working with pat-inject. ([79436cb](https://github.com/Patternslib/patterns/commit/79436cb71fcacde80b55caf366a431dd1c428ed7))



### Maintenance


* **pat-ajax:** Use bare JavaScript submit for tests. ([98e4235](https://github.com/Patternslib/patterns/commit/98e423532afd837ef8961f1089039af659dfad63))


* **pat-inject:** Use bare JavaScript submit for tests. ([bec5184](https://github.com/Patternslib/patterns/commit/bec5184ab244d29c9a16152673ce4bb31664bd91))


* **pat-sortable:** Use bare JavaScript submit for tests. ([59bbe4d](https://github.com/Patternslib/patterns/commit/59bbe4dfc38e43e286919b40e4416d748138efd5))

## [9.9.7](https://github.com/Patternslib/patterns/compare/9.9.6...9.9.7) (2023-10-22)


Expand Down Expand Up @@ -1853,4 +1878,4 @@ For usage see: src/core/basepattern.md

- **docs:** Move upgrade 2 to 3 guide to history section. ([5449491](https://github.com/Patternslib/patterns/commit/5449491cbb851af9d1a2b3f5f017a6b599f8d9a7))

- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
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.9.7",
"version": "9.9.8",
"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 f6e7f3a

Please sign in to comment.