Skip to content

Commit f6e7f3a

Browse files
committed
Release new version.
1 parent 3dfc452 commit f6e7f3a

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGES.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
See the [history](./docs/history/index.md) for older changelog entries.
44

55

6+
7+
## [9.9.8](https://github.com/Patternslib/patterns/compare/9.9.7...9.9.8) (2023-10-23)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat-push:** Fix form submits not working with pat-inject. ([09822c5](https://github.com/Patternslib/patterns/commit/09822c5ee25c7195a62f7b6286017ec39cb85812))
14+
15+
16+
* **pat-subform:** Fix subform submits not working with pat-inject. ([79436cb](https://github.com/Patternslib/patterns/commit/79436cb71fcacde80b55caf366a431dd1c428ed7))
17+
18+
19+
20+
### Maintenance
21+
22+
23+
* **pat-ajax:** Use bare JavaScript submit for tests. ([98e4235](https://github.com/Patternslib/patterns/commit/98e423532afd837ef8961f1089039af659dfad63))
24+
25+
26+
* **pat-inject:** Use bare JavaScript submit for tests. ([bec5184](https://github.com/Patternslib/patterns/commit/bec5184ab244d29c9a16152673ce4bb31664bd91))
27+
28+
29+
* **pat-sortable:** Use bare JavaScript submit for tests. ([59bbe4d](https://github.com/Patternslib/patterns/commit/59bbe4dfc38e43e286919b40e4416d748138efd5))
30+
631
## [9.9.7](https://github.com/Patternslib/patterns/compare/9.9.6...9.9.7) (2023-10-22)
732

833

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

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

1856-
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
1881+
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))

package.json

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