Skip to content

Commit 02dedcb

Browse files
committed
Release new version.
1 parent efc5826 commit 02dedcb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.9.0-alpha.4](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.3...9.9.0-alpha.4) (2023-04-19)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat navigation:** Change default scroll-trigger-selector to "a[href^='#'].scroll-trigger". ([efc5826](https://github.com/Patternslib/patterns/commit/efc58267815caaf92a8cf1ba370a39880498062e))
14+
15+
In the alpha.3 release it was "a[href^='#'].scroll-marker" where it
16+
should have been "a[href^='#'].scroll-trigger". This is fixed now.
17+
718
## [9.9.0-alpha.3](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.2...9.9.0-alpha.3) (2023-04-19)
819

920

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.0-alpha.3",
3+
"version": "9.9.0-alpha.4",
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)