Skip to content

Commit b894d63

Browse files
committed
Release new version.
1 parent 6edb8a2 commit b894d63

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.7.0-alpha.5](https://github.com/Patternslib/patterns/compare/9.7.0-alpha.4...9.7.0-alpha.5) (2022-10-26)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat markdown:** Restore old behavior where the trigger element was replaced with the rendered content wrapped in a div. ([ecb0330](https://github.com/Patternslib/patterns/commit/ecb0330e5a7c3909d1b7e3bf7c7dbf7dc90c5223))
14+
715
## [9.7.0-alpha.4](https://github.com/Patternslib/patterns/compare/9.7.0-alpha.3...9.7.0-alpha.4) (2022-10-24)
816

917

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.7.0-alpha.4",
3+
"version": "9.7.0-alpha.5",
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)