Skip to content

Commit 09e99cd

Browse files
committed
Release new version.
1 parent b8967d8 commit 09e99cd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.8.3-alpha.0](https://github.com/Patternslib/patterns/compare/9.8.2...9.8.3-alpha.0) (2023-03-06)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat auto submit:** Fix cloned elements not submitted when their input changes. ([f36c69b](https://github.com/Patternslib/patterns/commit/f36c69b640e765d7fafabddef65d511ddb9df00e))
14+
715
## [9.8.2](https://github.com/Patternslib/patterns/compare/9.8.1...9.8.2) (2023-02-24)
816

917
## [9.8.2-alpha.0](https://github.com/Patternslib/patterns/compare/9.8.1...9.8.2) (2023-02-14)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "9.8.2",
3+
"version": "9.8.3-alpha.0",
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)