Skip to content

Commit

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



## [9.9.0-alpha.1](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.0...9.9.0-alpha.1) (2023-04-17)


### Bug Fixes


* **pat scroll-marker:** Do not break if no scroll-marker observables have been found. ([be6723f](https://github.com/Patternslib/patterns/commit/be6723faaf6040f0339896a2673656867b04615c))


* **pat scroll-marker:** Use the correct scroll container. ([ccc3ddc](https://github.com/Patternslib/patterns/commit/ccc3ddc4d5d2a839faad86f97a67f67f6b49eb61))

The scroll container was potentially wrong and is a parent of the
hash-link target contents and not a parent of the navigation where
pat-scroll-container (or pat-navigation) are defined upon.



### Maintenance


* Upgrade dependencies. ([41e7a94](https://github.com/Patternslib/patterns/commit/41e7a945f45c4d247c184c4e1a39d220f40e6039))


* Upgrade dependencies. ([981739d](https://github.com/Patternslib/patterns/commit/981739d525b4e8eeb8f949ef67341de920dd0e99))

## [9.9.0-alpha.0](https://github.com/Patternslib/patterns/compare/9.8.3...9.9.0-alpha.0) (2023-04-17)


Expand Down
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.0-alpha.0",
"version": "9.9.0-alpha.1",
"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 082c233

Please sign in to comment.